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:           Mon Aug 10 11:38:59 UTC 2026

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

Log Message:
py-pygit2: updated to 1.20.0

1.20.0 (2026-08-08)

- New `RemoteCallbacks.custom_headers()`
- New rebase API: `Repository.rebase_init(...)`, `Repository.rebase_open(...)`,
  `Rebase`, and `RebaseOperation`
- Fix `Config.snapshot()` for non-repository configs, allow `PathLike` in
  `Config.__init__()`, and improve config documentation
- Fix `UnicodeDecodeError` with non-UTF-8 file paths in `Repository.status()`,
  `DiffFile.path`, index paths, checkout callbacks, and related APIs
- Fix `enums.CheckoutStrategy.CONFLICT_STYLE_ZDIFF3`, which was mistakenly
  bound to the `DIFF3` constant
- Fix crashes and reference-lifetime bugs in custom refdb backends
- Update wheels to libgit2 1.9.6 and OpenSSL 3.5.7
- Add riscv64 wheels


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.36 -r1.37 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.49 pkgsrc/devel/py-pygit2/Makefile:1.50
--- pkgsrc/devel/py-pygit2/Makefile:1.49        Mon Jun 22 10:09:58 2026
+++ pkgsrc/devel/py-pygit2/Makefile     Mon Aug 10 11:38:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2026/06/22 10:09:58 adam Exp $
+# $NetBSD: Makefile,v 1.50 2026/08/10 11:38:59 adam Exp $
 
-DISTNAME=      pygit2-1.19.3
+DISTNAME=      pygit2-1.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}

Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.17 pkgsrc/devel/py-pygit2/PLIST:1.18
--- pkgsrc/devel/py-pygit2/PLIST:1.17   Tue Mar 31 13:10:49 2026
+++ pkgsrc/devel/py-pygit2/PLIST        Mon Aug 10 11:38:59 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2026/03/31 13:10:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/08/10 11:38:59 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -57,6 +57,7 @@ ${PYSITELIB}/pygit2/decl/oid.h
 ${PYSITELIB}/pygit2/decl/options.h
 ${PYSITELIB}/pygit2/decl/pack.h
 ${PYSITELIB}/pygit2/decl/proxy.h
+${PYSITELIB}/pygit2/decl/rebase.h
 ${PYSITELIB}/pygit2/decl/refspec.h
 ${PYSITELIB}/pygit2/decl/remote.h
 ${PYSITELIB}/pygit2/decl/repository.h
@@ -82,9 +83,6 @@ ${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/options.py
 ${PYSITELIB}/pygit2/options.pyc
 ${PYSITELIB}/pygit2/options.pyo
@@ -92,6 +90,9 @@ ${PYSITELIB}/pygit2/packbuilder.py
 ${PYSITELIB}/pygit2/packbuilder.pyc
 ${PYSITELIB}/pygit2/packbuilder.pyo
 ${PYSITELIB}/pygit2/py.typed
+${PYSITELIB}/pygit2/rebase.py
+${PYSITELIB}/pygit2/rebase.pyc
+${PYSITELIB}/pygit2/rebase.pyo
 ${PYSITELIB}/pygit2/references.py
 ${PYSITELIB}/pygit2/references.pyc
 ${PYSITELIB}/pygit2/references.pyo

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.36 pkgsrc/devel/py-pygit2/distinfo:1.37
--- pkgsrc/devel/py-pygit2/distinfo:1.36        Mon Jun 22 10:09:58 2026
+++ pkgsrc/devel/py-pygit2/distinfo     Mon Aug 10 11:38:59 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2026/06/22 10:09:58 adam Exp $
+$NetBSD: distinfo,v 1.37 2026/08/10 11:38:59 adam Exp $
 
-BLAKE2s (pygit2-1.19.3.tar.gz) = 30fcafd7c7fb0d76f9b3a233dfaa498724060e2a1a11d0c5e4fa5602111d3381
-SHA512 (pygit2-1.19.3.tar.gz) = 6089eeb3a2af2c9ec9f09815cc3bcc7e0c41acbc8cec68d09f50de803ef526b7ea321858934b89e8d34d1c4974e2456596ebd26a179be6023616c5abbde7fe58
-Size (pygit2-1.19.3.tar.gz) = 810489 bytes
+BLAKE2s (pygit2-1.20.0.tar.gz) = 191b0e19935e12a856724e829824bb6f46bcb19b6cec7b645d413f678e354fca
+SHA512 (pygit2-1.20.0.tar.gz) = 2978d8e4685f1599215cbd6654613945fde28305062aa04bb3042739a7700a6433e009fd0910229ff4e826f005f83dc20786c52911cb3c52ae72d34c516fd28a
+Size (pygit2-1.20.0.tar.gz) = 826041 bytes
 SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e



Home | Main Index | Thread Index | Old Index