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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb53363c953b
branches:  trunk
changeset: 373268:fb53363c953b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 10 13:56:10 2022 +0000

description:
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``.

diffstat:

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

diffs (36 lines):

diff -r 96f7d27053b9 -r fb53363c953b devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Thu Feb 10 13:55:43 2022 +0000
+++ b/devel/py-dulwich/Makefile Thu Feb 10 13:56:10 2022 +0000
@@ -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 @@
 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
diff -r 96f7d27053b9 -r fb53363c953b devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Thu Feb 10 13:55:43 2022 +0000
+++ b/devel/py-dulwich/distinfo Thu Feb 10 13:56:10 2022 +0000
@@ -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