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: Tue Aug 22 08:02:24 UTC 2017
Modified Files:
pkgsrc/devel/py-dulwich: Makefile PLIST distinfo
Log Message:
0.18.2:
TEST FIXES
* Use constant timestamp so tests pass in all timezones, not just BST.
0.18.1:
BUG FIXES
* Fix syntax error in dulwich.contrib.test_swift_smoke.
0.18.0:
BUG FIXES
* Fix remaining tests on Windows.
* Fix build of C extensions with Python 3 on Windows.
* Pass 'mkdir' argument onto Repo.init_bare in Repo.clone.
* In ``dulwich.porcelain.add``, if no files are specified,
add from current working directory rather than repository root.
* Properly deal with submodules in 'porcelain.status'.
* ``dulwich.porcelain.remove`` now actually removes files from
disk, not just from the index.
* Fix handling of "reset" command with markers and without
"from".
* Fix handling of "merge" command with markers.
* Support treeish argument to porcelain.reset(), rather than
requiring a ref/commit id.
* Handle race condition when mtime doesn't change between writes/reads.
* Fix ``dulwich.porcelain.show`` on commits with Python 3.
IMPROVEMENTS
* Add basic support for reading ignore files in ``dulwich.ignore``.
``dulwich.porcelain.add`` and ``dulwich.porcelain.status`` now honor
ignores.
* New ``dulwich.porcelain.check_ignore`` command.
* ``dulwich.porcelain.status`` now supports a ``ignored`` argument.
DOCUMENTATION
* Clarified docstrings for Client.{send_pack,fetch_pack} implementations.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/devel/py-dulwich/Makefile:1.21
--- pkgsrc/devel/py-dulwich/Makefile:1.20 Fri Jul 14 10:53:35 2017
+++ pkgsrc/devel/py-dulwich/Makefile Tue Aug 22 08:02:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/07/14 10:53:35 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/08/22 08:02:24 adam Exp $
-DISTNAME= dulwich-0.17.3
+DISTNAME= dulwich-0.18.2
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.10 pkgsrc/devel/py-dulwich/PLIST:1.11
--- pkgsrc/devel/py-dulwich/PLIST:1.10 Fri Jul 14 10:53:35 2017
+++ pkgsrc/devel/py-dulwich/PLIST Tue Aug 22 08:02:24 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/07/14 10:53:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/08/22 08:02:24 adam Exp $
bin/dul-receive-pack${PYVERSSUFFIX}
bin/dul-upload-pack${PYVERSSUFFIX}
bin/dulwich${PYVERSSUFFIX}
@@ -73,6 +73,9 @@ ${PYSITELIB}/dulwich/greenthreads.pyo
${PYSITELIB}/dulwich/hooks.py
${PYSITELIB}/dulwich/hooks.pyc
${PYSITELIB}/dulwich/hooks.pyo
+${PYSITELIB}/dulwich/ignore.py
+${PYSITELIB}/dulwich/ignore.pyc
+${PYSITELIB}/dulwich/ignore.pyo
${PYSITELIB}/dulwich/index.py
${PYSITELIB}/dulwich/index.pyc
${PYSITELIB}/dulwich/index.pyo
@@ -255,6 +258,9 @@ ${PYSITELIB}/dulwich/tests/test_greenthr
${PYSITELIB}/dulwich/tests/test_hooks.py
${PYSITELIB}/dulwich/tests/test_hooks.pyc
${PYSITELIB}/dulwich/tests/test_hooks.pyo
+${PYSITELIB}/dulwich/tests/test_ignore.py
+${PYSITELIB}/dulwich/tests/test_ignore.pyc
+${PYSITELIB}/dulwich/tests/test_ignore.pyo
${PYSITELIB}/dulwich/tests/test_index.py
${PYSITELIB}/dulwich/tests/test_index.pyc
${PYSITELIB}/dulwich/tests/test_index.pyo
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.17 pkgsrc/devel/py-dulwich/distinfo:1.18
--- pkgsrc/devel/py-dulwich/distinfo:1.17 Fri Jul 14 10:53:35 2017
+++ pkgsrc/devel/py-dulwich/distinfo Tue Aug 22 08:02:24 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/07/14 10:53:35 adam Exp $
+$NetBSD: distinfo,v 1.18 2017/08/22 08:02:24 adam Exp $
-SHA1 (dulwich-0.17.3.tar.gz) = 5130180c3aeea0e8dc73e827293e261d37a7f066
-RMD160 (dulwich-0.17.3.tar.gz) = c3363823405b8d814b7f46ee11ab1db648370707
-SHA512 (dulwich-0.17.3.tar.gz) = 1cc7950d53b8d8bb98f9206e1ced74857f756d4355813ddb2463cef855419ac57ae411e422e500b736c3e577f71da70d675d1f172140d4cc0645d3d5ab9e6e32
-Size (dulwich-0.17.3.tar.gz) = 311704 bytes
+SHA1 (dulwich-0.18.2.tar.gz) = 65ab2b9c468b25f5ffbb73e92ed9f243d3148951
+RMD160 (dulwich-0.18.2.tar.gz) = b1dcaea100c472cc52e219d349dfa0d59a9c2cfc
+SHA512 (dulwich-0.18.2.tar.gz) = d50a27c2726b95d0967fa0ab9c39c17ebba93d3782dc45d3725faa0597962ec54b8c6b2928ae9e5e011878a6ced726004359439eba007225aaa15dbfebedcdf4
+Size (dulwich-0.18.2.tar.gz) = 323684 bytes
Home |
Main Index |
Thread Index |
Old Index