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.46



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6a0ce5d99eb
branches:  trunk
changeset: 385328:e6a0ce5d99eb
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 14 11:14:33 2022 +0000

description:
py-dulwich: updated to 0.20.46

0.20.46 2022-09-06

 * Apply insteadOf to rsync-style location strings
   (previously it was just applied to URLs).

 * Drop use of certifi, instead relying on urllib3's default
   code to find system CAs.

 * Implement timezone parsing in porcelain.

 * Drop support for running without setuptools.

 * Ensure configuration is loaded when
   running "dulwich clone".

 * Build 32 bit wheels for Windows.

 * tests: Ignore errors when deleting GNUPG
   home directory. Fixes spurious errors racing
   gnupg-agent.

 * config: Support closing brackets in quotes in section
   names.

 * Various and formatting fixes. (Kian-Meng Ang)

 * Document basic authentication in dulwich.porcelain.clone.

 * Flush before calling fsync, ensuring buffers
   are filled. (wernha)

 * Support GPG commit signing. (springheeledjack0)

 * Add python 3.11 support. (Saugat Pachhai)

 * Allow missing GPG during tests. (Jakub Kulík)

 * status: return posix-style untracked paths instead of nt-style paths on
   win32 (Daniele Trifirò)

 * Honour PATH environment when running C Git for testing.

 * Split out exception for symbolic reference loops.

 * Move various long-deprecated methods.

diffstat:

 devel/py-dulwich/Makefile |  4 ++--
 devel/py-dulwich/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r c8ec67cced5d -r e6a0ce5d99eb devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Wed Sep 14 11:10:00 2022 +0000
+++ b/devel/py-dulwich/Makefile Wed Sep 14 11:14:33 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2022/08/05 14:03:36 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/09/14 11:14:33 adam Exp $
 
-DISTNAME=      dulwich-0.20.45
+DISTNAME=      dulwich-0.20.46
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
diff -r c8ec67cced5d -r e6a0ce5d99eb devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Wed Sep 14 11:10:00 2022 +0000
+++ b/devel/py-dulwich/distinfo Wed Sep 14 11:14:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2022/08/05 14:03:36 adam Exp $
+$NetBSD: distinfo,v 1.50 2022/09/14 11:14:33 adam Exp $
 
-BLAKE2s (dulwich-0.20.45.tar.gz) = 7066cb9f7cde3581ad7ed3db35b88f2f7fc07c849a37e0e6187e8ee39d88ec78
-SHA512 (dulwich-0.20.45.tar.gz) = 5b7217fac88a84591e42db2cd3c812a0aae6482221e1da9474df9b3fd968a80b653353fec804103f36a29f0f96e650267f124575a260dd082a3106de5f13fc7b
-Size (dulwich-0.20.45.tar.gz) = 424373 bytes
+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



Home | Main Index | Thread Index | Old Index