Bug 228229 - www/py-django-annotations: assign to Django 1.11 with its dependencies
Summary: www/py-django-annotations: assign to Django 1.11 with its dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks: 227416
  Show dependency treegraph
 
Reported: 2018-05-13 22:44 UTC by Kai Knoblich
Modified: 2018-05-24 11:29 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments
py-django-annotations-assign-to-django111.patch (4.44 KB, patch)
2018-05-13 22:44 UTC, Kai Knoblich
kai: maintainer-approval? (swills)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-05-13 22:44:22 UTC
Created attachment 193371 [details]
py-django-annotations-assign-to-django111.patch

Hello,

attached is a patch from svn that does following:

For port www/py-django-annotations:
- changes RUN_DEPENDS from Django 1.8 to Django 1.11 and from www/py-djangorestframework36 to py-djangorestframework (= DRF v3.8.1)
- bump PORTREVISION
- adds LICENSE
- enables port for Python 2 and 3
- changes FLAVOR to PY_FLAVOR

For port devel/py-django-rq:
- changes RUN_DEPENDS from Django 1.8 to Django 1.11
- bump PORTREVISION

For port devel/py-django-rq-dashboard
- updates to 0.3.3
- adds LICENSE and LICENSE_FILE
- enables port for Python 2 and 3

For port www/py-django-cors-headers
- changes RUN_DEPENDS from Django 1.8 to Django 1.11
- bump PORTREVISION


QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 and py36 flavor -> OK
- portlint -> OK
Comment 1 Steve Wills freebsd_committer freebsd_triage 2018-05-23 18:41:12 UTC
Rene, are you OK with the changes to devel/py-django-rq in this patch? If so, I'll commit it all.

Thanks,
Steve
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2018-05-23 20:23:47 UTC
Both poudriere and 'make test' are fine for devel/py-django-rq
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-24 11:28:07 UTC
A commit references this bug:

Author: swills
Date: Thu May 24 11:27:24 UTC 2018
New revision: 470769
URL: https://svnweb.freebsd.org/changeset/ports/470769

Log:
  www/py-django-annotations: switch to django 1.11

  PR:		228229
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	rene (devel/py-django-rq maintainer)

Changes:
  head/devel/py-django-rq/Makefile
  head/devel/py-django-rq-dashboard/Makefile
  head/www/py-django-annotations/Makefile
  head/www/py-django-cors-headers/Makefile
Comment 4 Steve Wills freebsd_committer freebsd_triage 2018-05-24 11:29:20 UTC
Committed, thanks!