pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dulwich



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 14 11:14:33 UTC 2022

Modified Files:
        pkgsrc/devel/py-dulwich: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-dulwich/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-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.53 pkgsrc/devel/py-dulwich/Makefile:1.54
--- pkgsrc/devel/py-dulwich/Makefile:1.53       Fri Aug  5 14:03:36 2022
+++ pkgsrc/devel/py-dulwich/Makefile    Wed Sep 14 11:14:33 2022
@@ -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/}

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.49 pkgsrc/devel/py-dulwich/distinfo:1.50
--- pkgsrc/devel/py-dulwich/distinfo:1.49       Fri Aug  5 14:03:36 2022
+++ pkgsrc/devel/py-dulwich/distinfo    Wed Sep 14 11:14:33 2022
@@ -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