Skip to content

Commit

Permalink
py-pygit2: update to 1.13.2.
Browse files Browse the repository at this point in the history
1.13.2 (2023-10-30)
-------------------------

- Support Python 3.12

- Documentation updates
  `#1242 <https://github.com/libgit2/pygit2/pull/1242>`_


1.13.1 (2023-09-24)
-------------------------

- Fix crash in reference rename
  `#1233 <https://github.com/libgit2/pygit2/issues/1233>`_


1.13.0 (2023-09-07)
-------------------------

- Upgrade to libgit2 v1.7.1

- Don't distribute wheels for pypy, only universal wheels for macOS

- New ``Repository.remotes.create_anonymous(url)``
  `#1229 <https://github.com/libgit2/pygit2/pull/1229>`_

- docs: update links to pypi, pygit2.org
  `#1228 <https://github.com/libgit2/pygit2/pull/1228>`_

- Prep work for Python 3.12 (not yet supported)
  `#1223 <https://github.com/libgit2/pygit2/pull/1223>`_
  • Loading branch information
0-wiz-0 committed Nov 5, 2023
1 parent cf8bd3a commit 618dba0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
11 changes: 5 additions & 6 deletions devel/py-pygit2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.31 2023/08/02 16:17:16 nia Exp $
# $NetBSD: Makefile,v 1.32 2023/11/05 11:11:22 wiz Exp $

DISTNAME= pygit2-1.12.2
DISTNAME= pygit2-1.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Expand All @@ -10,18 +10,17 @@ HOMEPAGE= https://github.com/libgit2/pygit2
COMMENT= Python bindings to libgit2
LICENSE= gnu-gpl-v2

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
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

# error: 'for' loop initial declarations are only allowed in C99 mode
FORCE_C_STD= c99

PYSETUPTESTTARGET= pytest

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
14 changes: 7 additions & 7 deletions devel/py-pygit2/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.9 2022/09/06 09:26:27 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.10 2023/11/05 11:11:22 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pygit2/__init__.py
${PYSITELIB}/pygit2/__init__.pyc
${PYSITELIB}/pygit2/__init__.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-pygit2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.24 2023/07/04 10:03:10 adam Exp $
$NetBSD: distinfo,v 1.25 2023/11/05 11:11:22 wiz Exp $

BLAKE2s (pygit2-1.12.2.tar.gz) = 8ded20026d9447e808c91ac23feac42013c609950da5660144fd18486be33295
SHA512 (pygit2-1.12.2.tar.gz) = adf82f385b0cb8e239113171e7e4d75d4902828b18a04f2624c6931f7d11648ae0503d615ef5d89ddc477b94c5ac48354be223e2bde7d4c111a957e114b6a28d
Size (pygit2-1.12.2.tar.gz) = 738453 bytes
BLAKE2s (pygit2-1.13.2.tar.gz) = 932327858a738f464dc6cdda8cc543bf4d8a5260dd1f037df95904bdc532191d
SHA512 (pygit2-1.13.2.tar.gz) = db6a5bbda6b3ca0bc2361e37782f7d1bf19bf8c79d6229776d1cd8b78691ddfeaf462b8fec0604babc052a8829c4f2b0e4c66432f73bebf11b6301011ab94bd8
Size (pygit2-1.13.2.tar.gz) = 739956 bytes
SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e

0 comments on commit 618dba0

Please sign in to comment.