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 Feb 10 13:56:11 UTC 2022
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
py-dulwich: updated to 0.20.32
0.20.32
* Properly close result repository during test.
0.20.31
* Add GitClient.clone().
0.20.29
* Support staging submodules.
* Drop deprecated Index.iterblobs and iter_fresh_blobs.
* Unify clone behaviour of ``Repo.clone`` and
``porcelain.clone``, and add branch parameter for
clone.
0.20.28
* Fix hook test on Mac OSX / Linux when dulwich is
not installed system-wide.
* Cope with gecos being unset.
0.20.27
* Allow adding files to repository in pre-commit hook.
* Raise SubmoduleEncountered in ``tree_lookup_path``.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.44 -r1.45 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.48 pkgsrc/devel/py-dulwich/Makefile:1.49
--- pkgsrc/devel/py-dulwich/Makefile:1.48 Wed Jan 5 15:41:03 2022
+++ pkgsrc/devel/py-dulwich/Makefile Thu Feb 10 13:56:10 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2022/01/05 15:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2022/02/10 13:56:10 adam Exp $
-DISTNAME= dulwich-0.20.26
+DISTNAME= dulwich-0.20.32
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -12,7 +11,7 @@ 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.21:../../www/py-urllib3
+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
TEST_DEPENDS+= ${PYPKGPREFIX}-geventhttpclient-[0-9]*:../../net/py-geventhttpclient
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.44 pkgsrc/devel/py-dulwich/distinfo:1.45
--- pkgsrc/devel/py-dulwich/distinfo:1.44 Fri Oct 29 08:40:41 2021
+++ pkgsrc/devel/py-dulwich/distinfo Thu Feb 10 13:56:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2021/10/29 08:40:41 adam Exp $
+$NetBSD: distinfo,v 1.45 2022/02/10 13:56:10 adam Exp $
-BLAKE2s (dulwich-0.20.26.tar.gz) = 3dab6aedfa1d119fc22e8caa5882efe59ba2b2aa92d140a04e1d0925c2f541c1
-SHA512 (dulwich-0.20.26.tar.gz) = f7e416681391a4003fadeb0d886073f72b425bcdc9b48440c31476d98eebbcd7a9489b569655f477f26dd557dce27a08bff61f62b9404cc5950dcd21075fc18e
-Size (dulwich-0.20.26.tar.gz) = 416070 bytes
+BLAKE2s (dulwich-0.20.32.tar.gz) = 354ad977396691a4e2702db46d4ce92c80ac3f28e23f523b8b479c91148c8cb9
+SHA512 (dulwich-0.20.32.tar.gz) = 9af4cb4462ab9a69bea9074aace81eeb8d33087f2c53e64145991913ad132e076b62f7958551729c758cd6eeae029a278723872771ef36b046331c85ebf2fcf4
+Size (dulwich-0.20.32.tar.gz) = 418100 bytes
Home |
Main Index |
Thread Index |
Old Index