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: wiz
Date: Fri Dec 30 00:55:33 UTC 2016
Modified Files:
pkgsrc/devel/py-dulwich: Makefile PLIST distinfo
Log Message:
Updated py-dulwich to 0.16.1.
0.16.1 2016-12-25
BUG FIXES
* Fix python3 compatibility for dulwich.contrib.release_robot.
(Jelmer Vernooij)
0.16.0 2016-12-24
IMPROVEMENTS
* Add support for worktrees. See `git-worktree(1)` and
`gitrepository-layout(5)`. (Laurent Rineau)
* Add support for `commondir` file in Git control
directories. (Laurent Rineau)
* Add support for passwords in HTTP URLs.
(Jon Bain, Mika Mäenpää)
* Add `release_robot` script to contrib,
allowing easy finding of current version based on Git tags.
(Mark Mikofski)
* Add ``Blob.splitlines`` method.
(Jelmer Vernooij)
BUG FIXES
* Fix ``porcelain.reset`` to respect the comittish argument.
(Koen Martens)
* Fix handling of ``Commit.tree`` being set to an actual
tree object rather than a tree id. (Jelmer Vernooij)
* Return remote refs from LocalGitClient.fetch_pack(),
consistent with the documentation for that method.
(#461, Jelmer Vernooij)
* Fix handling of unknown URL schemes in get_transport_and_path.
(#465, Jelmer Vernooij)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-dulwich/Makefile:1.16
--- pkgsrc/devel/py-dulwich/Makefile:1.15 Mon Dec 19 09:00:28 2016
+++ pkgsrc/devel/py-dulwich/Makefile Fri Dec 30 00:55:33 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/12/19 09:00:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/12/30 00:55:33 wiz Exp $
-DISTNAME= dulwich-0.15.0
+DISTNAME= dulwich-0.16.1
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.8 pkgsrc/devel/py-dulwich/PLIST:1.9
--- pkgsrc/devel/py-dulwich/PLIST:1.8 Mon Jun 6 12:01:00 2016
+++ pkgsrc/devel/py-dulwich/PLIST Fri Dec 30 00:55:33 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/06/06 12:01:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/12/30 00:55:33 wiz Exp $
bin/dul-receive-pack
bin/dul-upload-pack
bin/dulwich
@@ -7,6 +7,7 @@ ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/docs/tutorial/conclusion.txt
+${PYSITELIB}/docs/tutorial/encoding.txt
${PYSITELIB}/docs/tutorial/file-format.txt
${PYSITELIB}/docs/tutorial/index.txt
${PYSITELIB}/docs/tutorial/introduction.txt
@@ -39,9 +40,15 @@ ${PYSITELIB}/dulwich/contrib/__init__.py
${PYSITELIB}/dulwich/contrib/paramiko_vendor.py
${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyc
${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyo
+${PYSITELIB}/dulwich/contrib/release_robot.py
+${PYSITELIB}/dulwich/contrib/release_robot.pyc
+${PYSITELIB}/dulwich/contrib/release_robot.pyo
${PYSITELIB}/dulwich/contrib/swift.py
${PYSITELIB}/dulwich/contrib/swift.pyc
${PYSITELIB}/dulwich/contrib/swift.pyo
+${PYSITELIB}/dulwich/contrib/test_release_robot.py
+${PYSITELIB}/dulwich/contrib/test_release_robot.pyc
+${PYSITELIB}/dulwich/contrib/test_release_robot.pyo
${PYSITELIB}/dulwich/contrib/test_swift.py
${PYSITELIB}/dulwich/contrib/test_swift.pyc
${PYSITELIB}/dulwich/contrib/test_swift.pyo
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.12 pkgsrc/devel/py-dulwich/distinfo:1.13
--- pkgsrc/devel/py-dulwich/distinfo:1.12 Mon Dec 19 09:00:28 2016
+++ pkgsrc/devel/py-dulwich/distinfo Fri Dec 30 00:55:33 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/12/19 09:00:28 wiz Exp $
+$NetBSD: distinfo,v 1.13 2016/12/30 00:55:33 wiz Exp $
-SHA1 (dulwich-0.15.0.tar.gz) = 49fdfe720430574ce503b44481af280e03801b43
-RMD160 (dulwich-0.15.0.tar.gz) = 2f75c6858b22ba48f6ccc129bb9c9e19f48944bb
-SHA512 (dulwich-0.15.0.tar.gz) = a0d6b56281513d16e830f234a9baa285b63098256ced7884b084fcd14210b60f2cd5e80bc18b74a7adcab509d5a9ebbb399746fd074083174b5922315af55cc4
-Size (dulwich-0.15.0.tar.gz) = 297106 bytes
+SHA1 (dulwich-0.16.1.tar.gz) = 732ade83279ca38c4466eac57b58568fd397fdf5
+RMD160 (dulwich-0.16.1.tar.gz) = 90eaef373fe5cebfad1ca6d579e5dd5fe5af91c7
+SHA512 (dulwich-0.16.1.tar.gz) = 2dc4605152f7475b315603bb47bfbd66ff381945b893b99d667cd3a4913f155f0b79b5490356a94923a0d478bcba992496871daef06454a1ade01dfc8c405577
+Size (dulwich-0.16.1.tar.gz) = 301280 bytes
Home |
Main Index |
Thread Index |
Old Index