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:           Sat Jan 27 19:01:13 UTC 2024

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

Log Message:
py-pygit2: updated to 1.14.0

1.14.0 (2024-01-26)

- Drop support for Python 3.8
- Add Linux wheels for musl on x86_64
- New `Repository.submodules` namespace
- New `Repository.listall_mergeheads()`, `Repository.message`,
  `Repository.raw_message` and `Repository.remove_message()`
- New `pygit2.enums` supersedes the `GIT_` constants
- Now `Repository.status()`, `Repository.status_file()`,
  `Repository.merge_analysis()`, `DiffFile.flags`, `DiffFile.mode`,
  `DiffDelta.flags` and `DiffDelta.status` return enums
- Now repository\'s `merge()`, `merge_commits()` and `merge_trees()`
  take enums/flags for their `favor`, `flags` and `file_flags` arguments.
- Fix crash in filter cleanup
- Documentation fixes


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.26 -r1.27 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.33 pkgsrc/devel/py-pygit2/Makefile:1.34
--- pkgsrc/devel/py-pygit2/Makefile:1.33        Sun Nov 26 15:54:43 2023
+++ pkgsrc/devel/py-pygit2/Makefile     Sat Jan 27 19:01:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/11/26 15:54:43 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/01/27 19:01:13 adam Exp $
 
-DISTNAME=      pygit2-1.13.3
+DISTNAME=      pygit2-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -10,15 +10,15 @@ HOMEPAGE=   https://github.com/libgit2/pyg
 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.9.1:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=   c99
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.11 pkgsrc/devel/py-pygit2/PLIST:1.12
--- pkgsrc/devel/py-pygit2/PLIST:1.11   Sun Nov 26 15:54:43 2023
+++ pkgsrc/devel/py-pygit2/PLIST        Sat Jan 27 19:01:13 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.11 2023/11/26 15:54:43 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+@comment $NetBSD: PLIST,v 1.12 2024/01/27 19:01:13 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
 ${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -23,6 +23,9 @@ ${PYSITELIB}/pygit2/blame.pyo
 ${PYSITELIB}/pygit2/blob.py
 ${PYSITELIB}/pygit2/blob.pyc
 ${PYSITELIB}/pygit2/blob.pyo
+${PYSITELIB}/pygit2/branches.py
+${PYSITELIB}/pygit2/branches.pyc
+${PYSITELIB}/pygit2/branches.pyo
 ${PYSITELIB}/pygit2/callbacks.py
 ${PYSITELIB}/pygit2/callbacks.pyc
 ${PYSITELIB}/pygit2/callbacks.pyo
@@ -76,24 +79,30 @@ ${PYSITELIB}/pygit2/filter.pyo
 ${PYSITELIB}/pygit2/index.py
 ${PYSITELIB}/pygit2/index.pyc
 ${PYSITELIB}/pygit2/index.pyo
+${PYSITELIB}/pygit2/legacyenums.py
+${PYSITELIB}/pygit2/legacyenums.pyc
+${PYSITELIB}/pygit2/legacyenums.pyo
 ${PYSITELIB}/pygit2/packbuilder.py
 ${PYSITELIB}/pygit2/packbuilder.pyc
 ${PYSITELIB}/pygit2/packbuilder.pyo
+${PYSITELIB}/pygit2/references.py
+${PYSITELIB}/pygit2/references.pyc
+${PYSITELIB}/pygit2/references.pyo
 ${PYSITELIB}/pygit2/refspec.py
 ${PYSITELIB}/pygit2/refspec.pyc
 ${PYSITELIB}/pygit2/refspec.pyo
-${PYSITELIB}/pygit2/remote.py
-${PYSITELIB}/pygit2/remote.pyc
-${PYSITELIB}/pygit2/remote.pyo
+${PYSITELIB}/pygit2/remotes.py
+${PYSITELIB}/pygit2/remotes.pyc
+${PYSITELIB}/pygit2/remotes.pyo
 ${PYSITELIB}/pygit2/repository.py
 ${PYSITELIB}/pygit2/repository.pyc
 ${PYSITELIB}/pygit2/repository.pyo
 ${PYSITELIB}/pygit2/settings.py
 ${PYSITELIB}/pygit2/settings.pyc
 ${PYSITELIB}/pygit2/settings.pyo
-${PYSITELIB}/pygit2/submodule.py
-${PYSITELIB}/pygit2/submodule.pyc
-${PYSITELIB}/pygit2/submodule.pyo
+${PYSITELIB}/pygit2/submodules.py
+${PYSITELIB}/pygit2/submodules.pyc
+${PYSITELIB}/pygit2/submodules.pyo
 ${PYSITELIB}/pygit2/utils.py
 ${PYSITELIB}/pygit2/utils.pyc
 ${PYSITELIB}/pygit2/utils.pyo

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.26 pkgsrc/devel/py-pygit2/distinfo:1.27
--- pkgsrc/devel/py-pygit2/distinfo:1.26        Sun Nov 26 15:54:43 2023
+++ pkgsrc/devel/py-pygit2/distinfo     Sat Jan 27 19:01:13 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2023/11/26 15:54:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/01/27 19:01:13 adam Exp $
 
-BLAKE2s (pygit2-1.13.3.tar.gz) = 6164e2dfd6339658b9bff081b01d8eca7e6cefa191753356ca439719e6cc959b
-SHA512 (pygit2-1.13.3.tar.gz) = def3d7b4df43ef231c488720a47cef91ad1e9a0568745869cec63f8a2ccfa7ad0be4c40b1cab973ef34e493d9451b33071aa64dc7fb8a8013fcdd1c6f6a45ef1
-Size (pygit2-1.13.3.tar.gz) = 752098 bytes
+BLAKE2s (pygit2-1.14.0.tar.gz) = 0d8e12c5e9e26502f6193b2db5b9c1681ee2dda70e98c0b5016abc45ba954493
+SHA512 (pygit2-1.14.0.tar.gz) = 117858589c7cda9fe3c7d085c3577b5dfe1792335d58420349060ba45722adc59a479091e0c00e95298cdf705af9905236b3f54ccd75f82ca4704d4580e723be
+Size (pygit2-1.14.0.tar.gz) = 765357 bytes
 SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e



Home | Main Index | Thread Index | Old Index