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:           Thu May 19 19:59:38 UTC 2022

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

Log Message:
py-dulwich: updated to 0.20.40

0.20.40
* Fix wheel uploading.

0.20.38
* Disable paramiko tests if paramiko is not available.
* Set flag to re-enable paramiko server side on gentoo for running paramiko
  tests.
* Increase tolerance when comparing time stamps; fixes some
  spurious test failures on slow CI systems.
* Revert removal of caching of full HTTP response. This breaks
  access to some HTTP servers.

0.20.37
* Avoid making an extra copy when fetching pack files.
* Add ``porcelain.remote_remove``.

0.20.36
* Add ``walk_untracked`` argument to ``porcelain.status``.
* Add tests for paramiko SSH Vendor.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.47 -r1.48 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.51 pkgsrc/devel/py-dulwich/Makefile:1.52
--- pkgsrc/devel/py-dulwich/Makefile:1.51       Fri Apr 15 05:42:45 2022
+++ pkgsrc/devel/py-dulwich/Makefile    Thu May 19 19:59:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/04/15 05:42:45 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/05/19 19:59:38 adam Exp $
 
-DISTNAME=      dulwich-0.20.35
+DISTNAME=      dulwich-0.20.40
 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.47 pkgsrc/devel/py-dulwich/distinfo:1.48
--- pkgsrc/devel/py-dulwich/distinfo:1.47       Fri Apr 15 05:42:45 2022
+++ pkgsrc/devel/py-dulwich/distinfo    Thu May 19 19:59:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2022/04/15 05:42:45 adam Exp $
+$NetBSD: distinfo,v 1.48 2022/05/19 19:59:38 adam Exp $
 
-BLAKE2s (dulwich-0.20.35.tar.gz) = 40ee2048739071d414ffa3866d572cf3b4e2c739461e30e4805624fb3236bf7e
-SHA512 (dulwich-0.20.35.tar.gz) = 23c272153547e0ef25a0e7d2deb64987e5d503545775e7d6f438ae09366c0037686eba1027d38a9dbf042bd1553eeb25ccdc818bdd785a2edf2cd3688f0b1271
-Size (dulwich-0.20.35.tar.gz) = 420972 bytes
+BLAKE2s (dulwich-0.20.40.tar.gz) = 7625f27b86251ca0b68184c87ac47890b28377919006be05b2af2a2d312430db
+SHA512 (dulwich-0.20.40.tar.gz) = aff4f7eaf2f4b71d475148528d957f165bc99ac487b4dee9b87c048d67ce914bf5d7d6e8d67188388b8df8fda29c5fa4cbd8e393425a42a2dad6a57eef5a1f50
+Size (dulwich-0.20.40.tar.gz) = 423987 bytes



Home | Main Index | Thread Index | Old Index