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 Jul  9 07:53:23 UTC 2018

Modified Files:
        pkgsrc/devel/py-dulwich: Makefile PLIST distinfo

Log Message:
py-dulwich: updated to 0.19.5

0.19.5:
IMPROVEMENTS
Add porcelain.describe.

BUG FIXES
Fix regression in dulwich.porcelain.clone that prevented cloning of remote repositories.
Don’t leave around empty parent directories for removed refs.

0.19.4:
IMPROVEMENTS
Add porcelain.ls_files.
Add Index.items.

BUG FIXES
Avoid unicode characters (e.g. the digraph ij in my surname) in setup.cfg, since setuptools doesn’t deal well with them.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.23 -r1.24 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.26 pkgsrc/devel/py-dulwich/Makefile:1.27
--- pkgsrc/devel/py-dulwich/Makefile:1.26       Mon Apr  9 09:05:51 2018
+++ pkgsrc/devel/py-dulwich/Makefile    Mon Jul  9 07:53:23 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2018/04/09 09:05:51 adam Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/09 07:53:23 adam Exp $
 
-DISTNAME=      dulwich-0.19.2
+DISTNAME=      dulwich-0.19.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}

Index: pkgsrc/devel/py-dulwich/PLIST
diff -u pkgsrc/devel/py-dulwich/PLIST:1.12 pkgsrc/devel/py-dulwich/PLIST:1.13
--- pkgsrc/devel/py-dulwich/PLIST:1.12  Mon Apr  9 09:05:51 2018
+++ pkgsrc/devel/py-dulwich/PLIST       Mon Jul  9 07:53:23 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2018/04/09 09:05:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/07/09 07:53:23 adam Exp $
 bin/dul-receive-pack${PYVERSSUFFIX}
 bin/dul-upload-pack${PYVERSSUFFIX}
 bin/dulwich${PYVERSSUFFIX}
@@ -122,6 +122,9 @@ ${PYSITELIB}/dulwich/repo.pyo
 ${PYSITELIB}/dulwich/server.py
 ${PYSITELIB}/dulwich/server.pyc
 ${PYSITELIB}/dulwich/server.pyo
+${PYSITELIB}/dulwich/stash.py
+${PYSITELIB}/dulwich/stash.pyc
+${PYSITELIB}/dulwich/stash.pyo
 ${PYSITELIB}/dulwich/stdint.h
 ${PYSITELIB}/dulwich/tests/__init__.py
 ${PYSITELIB}/dulwich/tests/__init__.pyc
@@ -310,6 +313,9 @@ ${PYSITELIB}/dulwich/tests/test_reposito
 ${PYSITELIB}/dulwich/tests/test_server.py
 ${PYSITELIB}/dulwich/tests/test_server.pyc
 ${PYSITELIB}/dulwich/tests/test_server.pyo
+${PYSITELIB}/dulwich/tests/test_stash.py
+${PYSITELIB}/dulwich/tests/test_stash.pyc
+${PYSITELIB}/dulwich/tests/test_stash.pyo
 ${PYSITELIB}/dulwich/tests/test_utils.py
 ${PYSITELIB}/dulwich/tests/test_utils.pyc
 ${PYSITELIB}/dulwich/tests/test_utils.pyo

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.23 pkgsrc/devel/py-dulwich/distinfo:1.24
--- pkgsrc/devel/py-dulwich/distinfo:1.23       Mon Apr  9 09:05:51 2018
+++ pkgsrc/devel/py-dulwich/distinfo    Mon Jul  9 07:53:23 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/04/09 09:05:51 adam Exp $
+$NetBSD: distinfo,v 1.24 2018/07/09 07:53:23 adam Exp $
 
-SHA1 (dulwich-0.19.2.tar.gz) = 2928ce834685509fe3b66670db2a07db0a1f1bc4
-RMD160 (dulwich-0.19.2.tar.gz) = f1ee2244b05cc617b1b091a1b1646930b453ea14
-SHA512 (dulwich-0.19.2.tar.gz) = b4bea6080e8dc4516638299b95c6abad2029bfdcf67b1bc3fb490c044ea0108602b0e8bae4c5c842b9cf6db7e6bef71365298300406dc7a6cd801cd92a1652dc
-Size (dulwich-0.19.2.tar.gz) = 342093 bytes
+SHA1 (dulwich-0.19.5.tar.gz) = 7c4faa8932c71e7efaad70595cb99d7cbbdec603
+RMD160 (dulwich-0.19.5.tar.gz) = fd495e63685da1cc439f21a06cd76a0a072e7c31
+SHA512 (dulwich-0.19.5.tar.gz) = 2240a342056c3cf82eb4f403c67d7b758f34e11859956263fe714cb15b73f8c346b6baf269bdb5ba797db8a485ae4d4fa51e268ae250ee2697579762c55ecd2d
+Size (dulwich-0.19.5.tar.gz) = 348890 bytes



Home | Main Index | Thread Index | Old Index