| Summary: | devel/py-pygit2: update to 0.24.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
| Component: | Individual Port(s) | Assignee: | Mark Felder <feld> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | feld, portmgr, ports-secteam | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | wg:
maintainer-feedback+
feld: merge-quarterly+ |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://pypi.python.org/pypi/pygit2#id1 | ||||||
| Attachments: |
|
||||||
If you're curious about my do-test see (stalled) review D3791. A commit references this bug: Author: wg Date: Thu Oct 27 12:00:21 UTC 2016 New revision: 424760 URL: https://svnweb.freebsd.org/changeset/ports/424760 Log: devel/py-pygit2: update to 0.24.1 PR: 213821 Submitted by: jbeich Changes: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Thanks! Can someone from portmgr/ports-secteam approve MFH for ports r424760? See comment 0, and the update is low risk (few consumers, all OK). A commit references this bug: Author: feld Date: Mon Dec 5 00:14:58 UTC 2016 New revision: 427823 URL: https://svnweb.freebsd.org/changeset/ports/427823 Log: MFH: r424760 devel/py-pygit2: update to 0.24.1 PR: 213821 Submitted by: jbeich Approved by: ports-secteam (with hat) Changes: _U branches/2016Q4/ branches/2016Q4/devel/py-pygit2/Makefile branches/2016Q4/devel/py-pygit2/distinfo |
Created attachment 176204 [details] v0 (green on 9.3 i386, 9.3 amd64, 10.1 i386, 10.3 amd64, 11.0 i386) I'm trying to port gitfs-0.4.4 which wants pygit2==0.24.1. Rather than investigating whether it'd work with older version why not just update. $ make test [...] ===> py27-pygit2-0.24.1 depends on file: /usr/local/bin/python2.7 - found running test running build running build_py running build_ext generating cffi module 'build/temp.freebsd-10.1-RELEASE-i386-2.7/pygit2._libgit2.c' already up-to-date ...................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 262 tests in 5.129s OK MFH candidate because 0.24.0 is in bad state: $ pkg install -qy py27-pygit2 $ python2.7 >>> import pygit2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/site-packages/pygit2/__init__.py", line 42, in <module> from .repository import Repository File "/usr/local/lib/python2.7/site-packages/pygit2/repository.py", line 40, in <module> import six ImportError: No module named six