Bug 227670 - www/py-django-dpaste: Update to 2.13
Summary: www/py-django-dpaste: Update to 2.13
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks: 227032
  Show dependency treegraph
 
Reported: 2018-04-21 14:42 UTC by Kai Knoblich
Modified: 2018-05-11 12:00 UTC (History)
2 users (show)

See Also:


Attachments
py-django-dpaste-2.13.patch (1.77 KB, patch)
2018-04-21 14:42 UTC, Kai Knoblich
koobs: 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 2018-04-21 14:42:08 UTC
Created attachment 192699 [details]
py-django-dpaste-2.13.patch

Hello,

attached is the patch that updates py-django-dpaste to 2.13. 

Changes by upstream:
- https://github.com/bartTC/dpaste/compare/v2.10...2.13

Changes to the port:
- changed PORTVERSION to DISTVERSION
- changed FLAVOR to PY_FLAVOR
- changed RUN_DEPENDS to reflect the new given dependencies and assign the port to Django v1.11
- sorted USE_PYTHON

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint-> OK


Note:
- Upstream has dropped officially the requirement for www/py-django-mptt
- www/py-requests is not required anymore since v2.13 but it still listed in the requirements.txt on the GH repository
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2018-04-21 16:01:16 UTC
Just forgot to mention, that the patches in files/ were left untouched because they're still required and the tests runs fine with them.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-11 10:22:42 UTC
Thank you for another great submission Kai.

Working on it now.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-11 11:07:15 UTC
A commit references this bug:

Author: koobs
Date: Fri May 11 11:06:48 UTC 2018
New revision: 469627
URL: https://svnweb.freebsd.org/changeset/ports/469627

Log:
  www/py-django-dpaste: Update to 2.13

  PR:		227670
  Submitted by:	Kai <freebsd_ports k-worx org>

Changes:
  head/www/py-django-dpaste/Makefile
  head/www/py-django-dpaste/distinfo
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-11 11:07:48 UTC
Committed, thank you Kai
Comment 5 Kai Knoblich freebsd_committer freebsd_triage 2018-05-11 11:43:27 UTC
(In reply to Kubilay Kocak from comment #4)

Hello Kubilay, thank you for your feedback and the commit!