Source-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.19.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7eaeb04f22ae
branches:  trunk
changeset: 430050:7eaeb04f22ae
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 27 10:18:53 2020 +0000

description:
py-dulwich: updated to 0.19.16

0.19.16:
* Don't send "deepen None" to server if graph walker
  supports shallow.

* Support tweaking the compression level for
  loose objects through the "core.looseCompression" and
  "core.compression" settings.

* Support tweaking the compression level for
  pack objects through the "core.packCompression" and
  "core.compression" settings.

* Add a "dulwich.contrib.diffstat" module.

diffstat:

 devel/py-dulwich/Makefile |   4 ++--
 devel/py-dulwich/PLIST    |  11 ++++++++++-
 devel/py-dulwich/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r 0c03914ac900 -r 7eaeb04f22ae devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Mon Apr 27 08:18:20 2020 +0000
+++ b/devel/py-dulwich/Makefile Mon Apr 27 10:18:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/02/01 20:45:10 adam Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/27 10:18:53 adam Exp $
 
-DISTNAME=      dulwich-0.19.15
+DISTNAME=      dulwich-0.19.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
diff -r 0c03914ac900 -r 7eaeb04f22ae devel/py-dulwich/PLIST
--- a/devel/py-dulwich/PLIST    Mon Apr 27 08:18:20 2020 +0000
+++ b/devel/py-dulwich/PLIST    Mon Apr 27 10:18:53 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/08/14 07:47:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2020/04/27 10:18:53 adam Exp $
 bin/dul-receive-pack-${PYVERSSUFFIX}
 bin/dul-upload-pack-${PYVERSSUFFIX}
 bin/dulwich-${PYVERSSUFFIX}
@@ -39,6 +39,9 @@
 ${PYSITELIB}/dulwich/contrib/__init__.py
 ${PYSITELIB}/dulwich/contrib/__init__.pyc
 ${PYSITELIB}/dulwich/contrib/__init__.pyo
+${PYSITELIB}/dulwich/contrib/diffstat.py
+${PYSITELIB}/dulwich/contrib/diffstat.pyc
+${PYSITELIB}/dulwich/contrib/diffstat.pyo
 ${PYSITELIB}/dulwich/contrib/paramiko_vendor.py
 ${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyc
 ${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyo
@@ -81,6 +84,9 @@
 ${PYSITELIB}/dulwich/index.py
 ${PYSITELIB}/dulwich/index.pyc
 ${PYSITELIB}/dulwich/index.pyo
+${PYSITELIB}/dulwich/lfs.py
+${PYSITELIB}/dulwich/lfs.pyc
+${PYSITELIB}/dulwich/lfs.pyo
 ${PYSITELIB}/dulwich/line_ending.py
 ${PYSITELIB}/dulwich/line_ending.pyc
 ${PYSITELIB}/dulwich/line_ending.pyo
@@ -278,6 +284,9 @@
 ${PYSITELIB}/dulwich/tests/test_index.py
 ${PYSITELIB}/dulwich/tests/test_index.pyc
 ${PYSITELIB}/dulwich/tests/test_index.pyo
+${PYSITELIB}/dulwich/tests/test_lfs.py
+${PYSITELIB}/dulwich/tests/test_lfs.pyc
+${PYSITELIB}/dulwich/tests/test_lfs.pyo
 ${PYSITELIB}/dulwich/tests/test_line_ending.py
 ${PYSITELIB}/dulwich/tests/test_line_ending.pyc
 ${PYSITELIB}/dulwich/tests/test_line_ending.pyo
diff -r 0c03914ac900 -r 7eaeb04f22ae devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Mon Apr 27 08:18:20 2020 +0000
+++ b/devel/py-dulwich/distinfo Mon Apr 27 10:18:53 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2020/02/01 20:45:10 adam Exp $
+$NetBSD: distinfo,v 1.33 2020/04/27 10:18:53 adam Exp $
 
-SHA1 (dulwich-0.19.15.tar.gz) = 386fba7785457417520b5884c5c967c871e481cd
-RMD160 (dulwich-0.19.15.tar.gz) = be6d9cb522017de04b77d7cf63d7346021c68de8
-SHA512 (dulwich-0.19.15.tar.gz) = ae56cf4748ea5f9d275f2d1456bf9fce77859ad2eeba6b7d8f34283e212404ba385f377f4fb86b88dc40982649ec8cfb12ea407dd25ada7cb2b0e862568ac7da
-Size (dulwich-0.19.15.tar.gz) = 369491 bytes
+SHA1 (dulwich-0.19.16.tar.gz) = 9387f567e10f540c1abfa7ae9d97a0dd290e61a5
+RMD160 (dulwich-0.19.16.tar.gz) = 3aa193d26c22c45e9ac3d07258f9a97e303cc503
+SHA512 (dulwich-0.19.16.tar.gz) = eb550691520733c0f4198abef62418c5e0cf42691ffbf031f8ec7953e26bd020ab8b195a64e75ca03a22f0e8c4b16fbaf36648da08d410474ec0cc653084dc24
+Size (dulwich-0.19.16.tar.gz) = 375483 bytes



Home | Main Index | Thread Index | Old Index