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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2470ddf9c28
branches:  trunk
changeset: 337877:e2470ddf9c28
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 14 07:47:57 2019 +0000

description:
py-dulwich: updated to 0.19.12

0.19.12:
BUG FIXES
* Update directory detection for get_unstaged_changes for Python 3.
* Add a basic porcelain.clean.
* Fix output format of porcelain.diff to match that of
  C Git
* Return a 404 not found error when repository is not found.
* Mark .git directories as hidden on Windows.
* Implement RefsContainer.__iter__
* Don't trust modes if they can't be modified after a file has been created.

diffstat:

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

diffs (59 lines):

diff -r 94b98429814d -r e2470ddf9c28 devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Wed Aug 14 07:43:33 2019 +0000
+++ b/devel/py-dulwich/Makefile Wed Aug 14 07:47:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2019/02/18 09:41:18 adam Exp $
+# $NetBSD: Makefile,v 1.32 2019/08/14 07:47:57 adam Exp $
 
-DISTNAME=      dulwich-0.19.11
+DISTNAME=      dulwich-0.19.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -19,9 +19,9 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} dul-receive-pack dul-receive-pack-${PYVERSSUFFIX} && \
-               ${MV} dul-upload-pack dul-upload-pack-${PYVERSSUFFIX} && \
-               ${MV} dulwich dulwich-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} dul-receive-pack dul-receive-pack-${PYVERSSUFFIX} && \
+       ${MV} dul-upload-pack dul-upload-pack-${PYVERSSUFFIX} && \
+       ${MV} dulwich dulwich-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 94b98429814d -r e2470ddf9c28 devel/py-dulwich/PLIST
--- a/devel/py-dulwich/PLIST    Wed Aug 14 07:43:33 2019 +0000
+++ b/devel/py-dulwich/PLIST    Wed Aug 14 07:47:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/01/15 11:48:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/08/14 07:47:57 adam Exp $
 bin/dul-receive-pack-${PYVERSSUFFIX}
 bin/dul-upload-pack-${PYVERSSUFFIX}
 bin/dulwich-${PYVERSSUFFIX}
@@ -145,6 +145,9 @@
 ${PYSITELIB}/dulwich/tests/compat/test_pack.py
 ${PYSITELIB}/dulwich/tests/compat/test_pack.pyc
 ${PYSITELIB}/dulwich/tests/compat/test_pack.pyo
+${PYSITELIB}/dulwich/tests/compat/test_patch.py
+${PYSITELIB}/dulwich/tests/compat/test_patch.pyc
+${PYSITELIB}/dulwich/tests/compat/test_patch.pyo
 ${PYSITELIB}/dulwich/tests/compat/test_repository.py
 ${PYSITELIB}/dulwich/tests/compat/test_repository.pyc
 ${PYSITELIB}/dulwich/tests/compat/test_repository.pyo
diff -r 94b98429814d -r e2470ddf9c28 devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Wed Aug 14 07:43:33 2019 +0000
+++ b/devel/py-dulwich/distinfo Wed Aug 14 07:47:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2019/02/18 09:41:18 adam Exp $
+$NetBSD: distinfo,v 1.29 2019/08/14 07:47:57 adam Exp $
 
-SHA1 (dulwich-0.19.11.tar.gz) = 80c06af6d1b1de79a9538f76c4e121bf51949789
-RMD160 (dulwich-0.19.11.tar.gz) = 90d4fa0e850ca1b1edd88106c764249b5f806be6
-SHA512 (dulwich-0.19.11.tar.gz) = 39e0e00cd442b9834775b4f9f981d282af6ac51e0a5d05cf6cf75c610feccde1ba1059b2fd4da3592079ebaffbf4957b78365226c70a90e08849759630f99ee2
-Size (dulwich-0.19.11.tar.gz) = 364581 bytes
+SHA1 (dulwich-0.19.12.tar.gz) = a0b7682bf9572d2a212ea07644a64fd296bcedf5
+RMD160 (dulwich-0.19.12.tar.gz) = 6a375f4bb77cfd19bba872f6bfabc0a88c2b07eb
+SHA512 (dulwich-0.19.12.tar.gz) = 5b72b0a3dea3d6cceffea01f889b62a5d9149ba9f016957d5a0416aa60661eec6347baaa640b74321c8e2adb3c75a76e4fbf4c0b4a0f4e4a3ed729f00dd71425
+Size (dulwich-0.19.12.tar.gz) = 369144 bytes



Home | Main Index | Thread Index | Old Index