Bug 245902 - www/py-django-registration: Update to 3.1
Summary: www/py-django-registration: Update to 3.1
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: Kai Knoblich
URL: https://github.com/ubernostrum/django...
Keywords:
Depends on: 245903
Blocks: 245309
  Show dependency treegraph
 
Reported: 2020-04-25 10:11 UTC by Kai Knoblich
Modified: 2020-04-26 15:09 UTC (History)
1 user (show)

See Also:
ports: maintainer-feedback+


Attachments
py-django-registration-3.1.patch (1.71 KB, patch)
2020-04-25 10:11 UTC, Kai Knoblich
ports: maintainer-approval+
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 2020-04-25 10:11:49 UTC
Created attachment 213776 [details]
py-django-registration-3.1.patch

Hi,

attached is the patch that updates www/py-django-registration to 3.1 and assigns it to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life.

QA:
~~~
- poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK
- portlint -> OK


Note: 
~~~~
Since the 3.x release the package name has changed from "registration" to "django_registration".
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-26 15:01:34 UTC
A commit references this bug:

Author: kai
Date: Sun Apr 26 15:01:08 UTC 2020
New revision: 533073
URL: https://svnweb.freebsd.org/changeset/ports/533073

Log:
  www/py-django-registration: Update to 3.1

  * Switch the port to Django 2.2 (current LTS release) because Django 1.11 is
    End-of-Life since April.

  * Sort variables a bit according to the PHB and clean up CONFLICTS_INSTALL
    entry as textproc/pootle is no longer present in the Ports tree.

  * Remove Python 2.7 support of www/py-django-registration-defaults to avoid
    breakage of "bulk -a".

  Changelog:

  https://github.com/ubernostrum/django-registration/blob/3.1/docs/upgrade.rst

  PR:		245902
  Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)

Changes:
  head/www/py-django-registration/Makefile
  head/www/py-django-registration/distinfo
  head/www/py-django-registration-defaults/Makefile
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2020-04-26 15:09:27 UTC
Committed, thank you for the quick feedback!