Bug 246172

Summary: www/py-django-widget-tweaks: Update to 1.4.8
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Only Me CC: rozhuk.im
Priority: --- Flags: bugzilla: maintainer-feedback? (rozhuk.im)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jazzband/django-widget-tweaks/blob/1.4.8/CHANGES.rst
Bug Depends on:    
Bug Blocks: 245309    
Attachments:
Description Flags
py-django-widget-tweaks-1.4.8.patch rozhuk.im: maintainer-approval+

Description Kai Knoblich freebsd_committer freebsd_triage 2020-05-04 10:01:11 UTC
Created attachment 214102 [details]
py-django-widget-tweaks-1.4.8.patch

Hi,

attached is the patch that updates www/py-django-widget-tweaks to 1.4.8 and assigns it to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April 2020.

Note: Support for Python <= 3.5 was dropped with the 1.4.6 release.

Changes to the port:
~~~~~~~~~~~~~~~~~~~~
- Tweak length of COMMENT to pet portlint
- Sort variables a bit according to the PHB.
- Fix trailing whitespace in pkg-descr

QA:
~~~
- poudriere (11.3-RELEASE amd64 for each py36, py37 and py38 flavor) -> OK
- portlint -> OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-05 07:57:49 UTC
A commit references this bug:

Author: kai
Date: Tue May  5 07:57:04 UTC 2020
New revision: 534036
URL: https://svnweb.freebsd.org/changeset/ports/534036

Log:
  www/py-django-widget-tweaks: Update to 1.4.8

  * Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
    End-of-Life.

  * Set Python 3.6 as minimum version because support for Python 3.5 was
    dropped with the 1.4.6 release.

  * Pet portlint (Tweak length of COMMENT, sort variables according to the PHB
    and fix trailing whitespace in pkg-descr).

  Changelog:

  https://github.com/jazzband/django-widget-tweaks/blob/1.4.8/CHANGES.rst

  PR:		246172
  Approved by:	<rozhuk.im@gmail.com> (maintainer)

Changes:
  head/www/py-django-widget-tweaks/Makefile
  head/www/py-django-widget-tweaks/distinfo
  head/www/py-django-widget-tweaks/pkg-descr
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2020-05-05 08:06:37 UTC
Committed, thank you for the quick approval!