Summary: | devel/py-gitpython: Update to 2.1.11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | kunda <luzpaz> | ||||
Component: | Individual Port(s) | Assignee: | Guangyuan Yang <ygy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | ndowens04, python, woodsb02, ygy | ||||
Priority: | --- | Flags: | ygy:
maintainer-feedback+
ygy: merge-quarterly+ |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/gitpython-developers/GitPython/blob/2.1.11/doc/source/changes.rst | ||||||
Attachments: |
|
Description
kunda
2018-12-05 03:01:28 UTC
Correct summary (category/portname), assign to maintainer. Bugfix release, merge (MFH) candidate. Proposed patch (poudriere tested): Index: devel/py-gitpython/Makefile =================================================================== --- devel/py-gitpython/Makefile (revision 487852) +++ devel/py-gitpython/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= GitPython -DISTVERSION= 2.1.10 +DISTVERSION= 2.1.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: devel/py-gitpython/distinfo =================================================================== --- devel/py-gitpython/distinfo (revision 487852) +++ devel/py-gitpython/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528894672 -SHA256 (GitPython-2.1.10.tar.gz) = b60b045cf64a321e5b620debb49890099fa6c7be6dfb7fb249027e5d34227301 -SIZE (GitPython-2.1.10.tar.gz) = 430939 +TIMESTAMP = 1545318709 +SHA256 (GitPython-2.1.11.tar.gz) = 8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8 +SIZE (GitPython-2.1.11.tar.gz) = 428531 Note: this is a bugfix only release [1], which should be merged to quarterly [1] https://github.com/gitpython-developers/gitpython/milestone/26?closed=1 (In reply to Kubilay Kocak from comment #3) Understood. Wait for a Ports Committer to approve my patch so I can commit. (In reply to Guangyuan Yang from comment #4) Could you include the diff in comment 2 as an attachment so I can approved it please Created attachment 200337 [details]
Proposed patch
(In reply to Kubilay Kocak from comment #5) Patch is ready. (In reply to Guangyuan Yang from comment #7) Does this pass QA (poudriere, python27 & python3.x ) ? (In reply to Kubilay Kocak from comment #8) Yes, it went through poudriere testport and python 2 & 3. Comment on attachment 200337 [details]
Proposed patch
Approved by: koobs (ports)
A commit references this bug: Author: ygy Date: Mon Dec 31 02:15:19 UTC 2018 New revision: 488754 URL: https://svnweb.freebsd.org/changeset/ports/488754 Log: Update devel/py-gitpython to 2.1.11 (bugfix release). Changelog: https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst#2111---bugfixes PR: 233794 Approved by: koobs MFH: 2018Q4 Changes: head/devel/py-gitpython/Makefile head/devel/py-gitpython/distinfo A commit references this bug: Author: ygy Date: Mon Dec 31 18:31:28 UTC 2018 New revision: 488814 URL: https://svnweb.freebsd.org/changeset/ports/488814 Log: MFH: r488754 Update devel/py-gitpython to 2.1.11 (bugfix release). Changelog: https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst#2111---bugfixes PR: 233794 Approved by: koobs Approved by: ports-secteam (miwi) Changes: _U branches/2018Q4/ branches/2018Q4/devel/py-gitpython/Makefile branches/2018Q4/devel/py-gitpython/distinfo |