pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pygit2 py-pygit2: updated to 1.11.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b81c101eddac
branches: trunk
changeset: 388888:b81c101eddac
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 27 12:01:34 2022 +0000
description:
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``
diffstat:
devel/py-pygit2/Makefile | 16 ++++++----------
devel/py-pygit2/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 14 deletions(-)
diffs (50 lines):
diff -r db9583fc2163 -r b81c101eddac devel/py-pygit2/Makefile
--- a/devel/py-pygit2/Makefile Sun Nov 27 11:34:54 2022 +0000
+++ b/devel/py-pygit2/Makefile Sun Nov 27 12:01:34 2022 +0000
@@ -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 @@
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
+PYSETUPTESTTARGET= pytest
+
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
-
.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r db9583fc2163 -r b81c101eddac devel/py-pygit2/distinfo
--- a/devel/py-pygit2/distinfo Sun Nov 27 11:34:54 2022 +0000
+++ b/devel/py-pygit2/distinfo Sun Nov 27 12:01:34 2022 +0000
@@ -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