Summary: | www/py-django-annotations: assign to Django 1.11 with its dependencies | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kai Knoblich <kai> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | python, rene, swills | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(swills) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 227416 | ||||||
Attachments: |
|
Rene, are you OK with the changes to devel/py-django-rq in this patch? If so, I'll commit it all. Thanks, Steve Both poudriere and 'make test' are fine for devel/py-django-rq 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 Committed, thanks! |
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