pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 27 12:01:35 UTC 2022

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile distinfo

Log Message:
py-pygit2: updated to 1.11.1

1.11.1 (2022-11-09)
-------------------
- Fix Linux wheels, downgrade to manylinux 2_24
- Windows wheels for Python 3.11
- CI: Use 3.11 final release for testing

1.11.0 (2022-11-06)
-------------------
- Drop support for Python 3.7
- Update Linux wheels to manylinux 2_28
- Fix crash in signature representation
- Fix memory leak in ``Signature``
- New optional argument ``raise_error`` in ``Repository.applies(...)``
- New notify/progress callbacks for checkout and stash
- New ``Repository.remotes.names()``
- Now ``refname`` argument in ``RemoteCallbacks.push_update_reference(...)`` is
  a string, not bytes
- Add missing newline at end of ``pygit2/decl/pack.h``


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pygit2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.25 pkgsrc/devel/py-pygit2/Makefile:1.26
--- pkgsrc/devel/py-pygit2/Makefile:1.25        Tue Sep  6 09:26:27 2022
+++ pkgsrc/devel/py-pygit2/Makefile     Sun Nov 27 12:01:34 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/09/06 09:26:27 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/11/27 12:01:34 adam Exp $
 
-DISTNAME=      pygit2-1.10.1
+DISTNAME=      pygit2-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -10,19 +10,15 @@ HOMEPAGE=   https://github.com/libgit2/pyg
 COMMENT=       Python bindings to libgit2
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.9.1:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
-.endif
-
 PYSETUPTESTTARGET=     pytest
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.20 pkgsrc/devel/py-pygit2/distinfo:1.21
--- pkgsrc/devel/py-pygit2/distinfo:1.20        Tue Sep  6 09:26:27 2022
+++ pkgsrc/devel/py-pygit2/distinfo     Sun Nov 27 12:01:34 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2022/09/06 09:26:27 wiz Exp $
+$NetBSD: distinfo,v 1.21 2022/11/27 12:01:34 adam Exp $
 
-BLAKE2s (pygit2-1.10.1.tar.gz) = a4866c2f85882686bc66c718fe41d24618cb01272531d8a5d061ebc728b86e25
-SHA512 (pygit2-1.10.1.tar.gz) = 41ef33c446ff0b5962f829a37f4c290121e8c0ec2813bbdba7865ed29feb8897c6ebf64387ae48925d3501d073902b4098ecbdd1c41fe6dda25d94fdb7c7d3c4
-Size (pygit2-1.10.1.tar.gz) = 730943 bytes
+BLAKE2s (pygit2-1.11.1.tar.gz) = 97245d416f4317b702fbd62e77e9fa71cb2ebea6b23fe875bd7d862954cf3740
+SHA512 (pygit2-1.11.1.tar.gz) = fe15e699e170d6fb768bfeedbd90f2b1d71cd54a7a461f6be38b306e486b891a11dc38623669f04298c9402618e29b80ddb1e468fb5d9819278997bed48393d6
+Size (pygit2-1.11.1.tar.gz) = 733883 bytes
 SHA1 (patch-build.sh) = 162b527ed785cdd64aa60cdf5563360c8e316bb6



Home | Main Index | Thread Index | Old Index