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: Mon Apr 17 12:20:13 UTC 2023
Modified Files:
pkgsrc/devel/py-dulwich: Makefile PLIST distinfo
Log Message:
py-dulwich: updated o 0.21.3
0.21.3 2023-02-17
* Add support for ``worktreeconfig`` extension.
(Jelmer Vernooij)
* Deprecate ``Commit.extra``; the Git project specifically
discourages adding custom lines, and the contents of
``Commit.extra`` are unpredictable as contents
may be different between different versions of Dulwich
with support for different headers.
``Commit._extra`` still exists.
(Jelmer Vernooij)
0.21.2 2023-01-18
* Fix early file close bug in ``dulwich.pack.extend_pack``.
(Jelmer Vernooij)
0.21.1 2023-01-17
* Factor out ``dulwich.pack.extend_pack``.
(Jelmer Vernooij)
0.21.0 2023-01-16
* Pack internals have been significantly refactored, including
significant low-level API changes.
As a consequence of this, Dulwich now reuses pack deltas
when communicating with remote servers, which brings a
big boost to network performance.
(Jelmer Vernooij)
* Add 'pack-refs' command.
(Dan Villiom Podlaski Christiansen)
* Handle more errors when trying to read a ref
(Dan Villiom Podlaski Christiansen)
* Allow for reuse of existing deltas while creating pack files
(Stefan Sperling)
* cli: fix argument parsing for pack-objects --stdout
(Stefan Sperling)
* cli: open pack-objects output files in binary mode to avoid write() error
(Stefan Sperling)
* Bump minimum python version to 3.7. (Jelmer Vernooij)
* honor no_proxy environment variable (afaul)
* In HTTP Git Client, allow missing Content-Type.
(Jelmer Vernooij)
* Fix --pure builds (Jelmer Vernooij)
* Allow passing abbrev to describe
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.51 -r1.52 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.55 pkgsrc/devel/py-dulwich/Makefile:1.56
--- pkgsrc/devel/py-dulwich/Makefile:1.55 Mon Nov 21 09:52:49 2022
+++ pkgsrc/devel/py-dulwich/Makefile Mon Apr 17 12:20:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/11/21 09:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.56 2023/04/17 12:20:13 adam Exp $
-DISTNAME= dulwich-0.20.50
+DISTNAME= dulwich-0.21.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.dulwich.io/
COMMENT= Python implementation of Git
LICENSE= apache-2.0 OR gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24.1:../../www/py-urllib3
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25:../../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/PLIST
diff -u pkgsrc/devel/py-dulwich/PLIST:1.26 pkgsrc/devel/py-dulwich/PLIST:1.27
--- pkgsrc/devel/py-dulwich/PLIST:1.26 Mon Nov 21 09:52:49 2022
+++ pkgsrc/devel/py-dulwich/PLIST Mon Apr 17 12:20:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2022/11/21 09:52:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2023/04/17 12:20:13 adam Exp $
bin/dul-receive-pack-${PYVERSSUFFIX}
bin/dul-upload-pack-${PYVERSSUFFIX}
bin/dulwich-${PYVERSSUFFIX}
@@ -53,6 +53,7 @@ ${PYSITELIB}/dulwich/config.py
${PYSITELIB}/dulwich/config.pyc
${PYSITELIB}/dulwich/config.pyo
${PYSITELIB}/dulwich/contrib/README.md
+${PYSITELIB}/dulwich/contrib/README.swift.rst
${PYSITELIB}/dulwich/contrib/__init__.py
${PYSITELIB}/dulwich/contrib/__init__.pyc
${PYSITELIB}/dulwich/contrib/__init__.pyo
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.51 pkgsrc/devel/py-dulwich/distinfo:1.52
--- pkgsrc/devel/py-dulwich/distinfo:1.51 Mon Nov 21 09:52:49 2022
+++ pkgsrc/devel/py-dulwich/distinfo Mon Apr 17 12:20:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2022/11/21 09:52:49 adam Exp $
+$NetBSD: distinfo,v 1.52 2023/04/17 12:20:13 adam Exp $
-BLAKE2s (dulwich-0.20.50.tar.gz) = 28f1edc1f25d17e291662d487ed8759454fb9d3679d74671af59c50a72fbe27a
-SHA512 (dulwich-0.20.50.tar.gz) = 506cc76f7deb8247b910fa4971e28eeda6ddd34703ac3c7a2f3b6525e6a9229bbec527b1965bebf7aa3da17b5adbd146916f247acacf9caf86d2494e60cc8626
-Size (dulwich-0.20.50.tar.gz) = 430389 bytes
+BLAKE2s (dulwich-0.21.3.tar.gz) = 7345521b63ac14a1afcc4e69353d5cf6bd4924a8230dfcfb97dd24328d3a8a6f
+SHA512 (dulwich-0.21.3.tar.gz) = ffe89535bd48709e68bff6b299034ab6ccd28960cc32b3717d9779c84c87548d8366dfadfb0699c99b99f8e599d91284e05dcc3c1f9ae4d7b208500856eb33ac
+Size (dulwich-0.21.3.tar.gz) = 437815 bytes
Home |
Main Index |
Thread Index |
Old Index