Bug 245358

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

Description Kai Knoblich freebsd_committer freebsd_triage 2020-04-04 20:48:19 UTC
Created attachment 213072 [details]
py-sorl-thumbnail-12.6.3.patch

Hi,

attached is the patch that updates graphics/py-sorl-thumbnail to 12.6.3 and assigns it to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life since April 2020.

Changes to the port:
~~~~~~~~~~~~~~~~~~~~
- Make port concurrent safe via "USE_PYTHON=concurrent" because the documentation iles are installed outside of the Python site-lib directory.
- Separate USES block from non-related variables
- Remove now obsolete patch for conf.py
- Fix a whitespace issue in pkg-descr

QA:
~~~
- poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK
- portlint -> OK
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2020-04-07 07:40:19 UTC
Comment on attachment 213072 [details]
py-sorl-thumbnail-12.6.3.patch

^ Triage: Setting maintainer-approval accordingly for the attached patch as the maintainer-feedback was set to '+' by using bug #245359 as a reference.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-07 07:44:51 UTC
A commit references this bug:

Author: kai
Date: Tue Apr  7 07:44:25 UTC 2020
New revision: 530951
URL: https://svnweb.freebsd.org/changeset/ports/530951

Log:
  graphics/py-sorl-thumbnail: Update to 12.6.3

  * Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.

  * Make port concurrent safe as it installs files outside Python's site-lib
    directory.

  * Separate USES block from non-relevant variables and pet portlint
    (whitespace issues in pkg-plist)

  * Also remove an obsolete patch that was required to fix build issues with
    the documentation files.

  Changelog:

  https://github.com/jazzband/sorl-thumbnail/blob/12.6.3/CHANGES.rst

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

Changes:
  head/graphics/py-sorl-thumbnail/Makefile
  head/graphics/py-sorl-thumbnail/distinfo
  head/graphics/py-sorl-thumbnail/files/
  head/graphics/py-sorl-thumbnail/pkg-descr
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2020-04-07 08:03:06 UTC
Committed, thanks!