pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-dulwich py-dulwich: updated to 0.20.50
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b8846ab60dd
branches: trunk
changeset: 388484:9b8846ab60dd
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 21 09:52:49 2022 +0000
description:
py-dulwich: updated to 0.20.50
0.20.50 2022-10-30
* Fix Repo.reset_index.
Previously, it instead took the union with the given tree.
* Add -b argument to ``dulwich clone``.
* On Windows, provide a hint about developer mode
when creating symlinks fails due to a permission
error.
* Add new ``ObjectID`` type in ``dulwich.objects``,
currently just an alias for ``bytes``.
* Support repository format version 1.
* Support \r\n line endings with continuations when parsing
configuration files.
* Fix handling of SymrefLoop in RefsContainer.__setitem__.
diffstat:
devel/py-dulwich/Makefile | 5 ++---
devel/py-dulwich/PLIST | 8 +++++++-
devel/py-dulwich/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 8 deletions(-)
diffs (62 lines):
diff -r 1e7acc990984 -r 9b8846ab60dd devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Mon Nov 21 09:41:10 2022 +0000
+++ b/devel/py-dulwich/Makefile Mon Nov 21 09:52:49 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2022/09/14 11:14:33 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/11/21 09:52:49 adam Exp $
-DISTNAME= dulwich-0.20.46
+DISTNAME= dulwich-0.20.50
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -10,7 +10,6 @@
COMMENT= Python implementation of Git
LICENSE= apache-2.0 OR gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24.1:../../www/py-urllib3
TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport
TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
diff -r 1e7acc990984 -r 9b8846ab60dd devel/py-dulwich/PLIST
--- a/devel/py-dulwich/PLIST Mon Nov 21 09:41:10 2022 +0000
+++ b/devel/py-dulwich/PLIST Mon Nov 21 09:52:49 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2022/08/05 14:03:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2022/11/21 09:52:49 adam Exp $
bin/dul-receive-pack-${PYVERSSUFFIX}
bin/dul-upload-pack-${PYVERSSUFFIX}
bin/dulwich-${PYVERSSUFFIX}
@@ -83,6 +83,9 @@
${PYSITELIB}/dulwich/contrib/test_swift_smoke.py
${PYSITELIB}/dulwich/contrib/test_swift_smoke.pyc
${PYSITELIB}/dulwich/contrib/test_swift_smoke.pyo
+${PYSITELIB}/dulwich/credentials.py
+${PYSITELIB}/dulwich/credentials.pyc
+${PYSITELIB}/dulwich/credentials.pyo
${PYSITELIB}/dulwich/diff_tree.py
${PYSITELIB}/dulwich/diff_tree.pyc
${PYSITELIB}/dulwich/diff_tree.pyo
@@ -217,6 +220,9 @@
${PYSITELIB}/dulwich/tests/test_config.py
${PYSITELIB}/dulwich/tests/test_config.pyc
${PYSITELIB}/dulwich/tests/test_config.pyo
+${PYSITELIB}/dulwich/tests/test_credentials.py
+${PYSITELIB}/dulwich/tests/test_credentials.pyc
+${PYSITELIB}/dulwich/tests/test_credentials.pyo
${PYSITELIB}/dulwich/tests/test_diff_tree.py
${PYSITELIB}/dulwich/tests/test_diff_tree.pyc
${PYSITELIB}/dulwich/tests/test_diff_tree.pyo
diff -r 1e7acc990984 -r 9b8846ab60dd devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Mon Nov 21 09:41:10 2022 +0000
+++ b/devel/py-dulwich/distinfo Mon Nov 21 09:52:49 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2022/09/14 11:14:33 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/11/21 09:52:49 adam Exp $
-BLAKE2s (dulwich-0.20.46.tar.gz) = 5f11b17ff37ad742892513c38ff7b097e04d4bdc3369e4bc39a2fad1539258ff
-SHA512 (dulwich-0.20.46.tar.gz) = 4cc86afe90139d813d11ac2a8b96e84ca60ea28baab83a2af8da9a7cef2f3cdac647af858f5fc3806ae741a0b4fcf592d94f228adf8ab7b5b600be41f6acc356
-Size (dulwich-0.20.46.tar.gz) = 426530 bytes
+BLAKE2s (dulwich-0.20.50.tar.gz) = 28f1edc1f25d17e291662d487ed8759454fb9d3679d74671af59c50a72fbe27a
+SHA512 (dulwich-0.20.50.tar.gz) = 506cc76f7deb8247b910fa4971e28eeda6ddd34703ac3c7a2f3b6525e6a9229bbec527b1965bebf7aa3da17b5adbd146916f247acacf9caf86d2494e60cc8626
+Size (dulwich-0.20.50.tar.gz) = 430389 bytes
Home |
Main Index |
Thread Index |
Old Index