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: Wed Jul 17 03:42:49 UTC 2024
Modified Files:
pkgsrc/devel/py-pygit2: Makefile distinfo
Log Message:
py-pygit2: updated to 1.15.1
1.15.1 (2024-07-07)
- New `Repository.revert(...)`
- New optional `depth` argument in submodules `add()` and `update()` methods
- Now `Submodule.url` returns `None` when the submodule does not have a url
- Fix use after free bug in error reporting
- Fix `Submodule.head_id` when the submodule is not in the current HEAD tree
- Fix `Submodule.open()` when subclassing `Repository`
- Fix error in the test suite when running with address sanitizer
- Annotations and documentation fixes
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.29 -r1.30 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.37 pkgsrc/devel/py-pygit2/Makefile:1.38
--- pkgsrc/devel/py-pygit2/Makefile:1.37 Sun May 19 10:33:37 2024
+++ pkgsrc/devel/py-pygit2/Makefile Wed Jul 17 03:42:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/05/19 10:33:37 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/07/17 03:42:49 adam Exp $
-DISTNAME= pygit2-1.15.0
+DISTNAME= pygit2-1.15.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.29 pkgsrc/devel/py-pygit2/distinfo:1.30
--- pkgsrc/devel/py-pygit2/distinfo:1.29 Sun May 19 10:33:37 2024
+++ pkgsrc/devel/py-pygit2/distinfo Wed Jul 17 03:42:49 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2024/05/19 10:33:37 wiz Exp $
+$NetBSD: distinfo,v 1.30 2024/07/17 03:42:49 adam Exp $
-BLAKE2s (pygit2-1.15.0.tar.gz) = 2bd0080cdbe8799f065683e4a429fbd90288dca56165de2e026530c89047aa98
-SHA512 (pygit2-1.15.0.tar.gz) = 33a5805046f5f18de2ec212145f4adf26b28afb11b669e3cb4d1dc29362ea6627fde605b654d11a80d91589e3000784dfe1c79522bd8c6f1b27974b13a15ef07
-Size (pygit2-1.15.0.tar.gz) = 766816 bytes
+BLAKE2s (pygit2-1.15.1.tar.gz) = d4be174d85d09db09ef760a80bab0c0f658108f7d61e55de3fc6995b719ec111
+SHA512 (pygit2-1.15.1.tar.gz) = 4795dbc7b05000955fea86e1b51209a77dfaf99ea806aa8a2be538aed8094638def3e15b0507c61ab57cad2b8e5faee7f1c90ce5c2b20094f972638e7c9bd20f
+Size (pygit2-1.15.1.tar.gz) = 768818 bytes
SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e
Home |
Main Index |
Thread Index |
Old Index