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 Sep  4 17:41:11 UTC 2017

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

Log Message:
0.18.3:

BUG FIXES
* Read config during porcelain operations that involve remotes.
* Fix headers of empty chunks in unified diffs.
* Properly follow redirects over HTTP.

IMPROVEMENTS
* Add ``dulwich.porcelain.update_head``.
* ``GitClient.fetch_pack`` now returns symrefs.
* The server now supports providing symrefs.
* Add ``dulwich.object_store.commit_tree_changes`` to incrementally
  commit changes to a tree structure.
* Add basic ``PackBasedObjectStore.repack`` method.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/devel/py-dulwich/Makefile:1.22
--- pkgsrc/devel/py-dulwich/Makefile:1.21       Tue Aug 22 08:02:24 2017
+++ pkgsrc/devel/py-dulwich/Makefile    Mon Sep  4 17:41:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/08/22 08:02:24 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/09/04 17:41:11 adam Exp $
 
-DISTNAME=      dulwich-0.18.2
+DISTNAME=      dulwich-0.18.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.18 pkgsrc/devel/py-dulwich/distinfo:1.19
--- pkgsrc/devel/py-dulwich/distinfo:1.18       Tue Aug 22 08:02:24 2017
+++ pkgsrc/devel/py-dulwich/distinfo    Mon Sep  4 17:41:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/08/22 08:02:24 adam Exp $
+$NetBSD: distinfo,v 1.19 2017/09/04 17:41:11 adam Exp $
 
-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
+SHA1 (dulwich-0.18.3.tar.gz) = 9870b3c1707e0e1be64b5d90526c96b479514b84
+RMD160 (dulwich-0.18.3.tar.gz) = c0bdde95e01fe4c7139ef9938ae681ec5c784a76
+SHA512 (dulwich-0.18.3.tar.gz) = c89ae096407b59b37c2c36e7a429f2162950a0ee93f0ac619ea74c7ce48231ad9af097203dc8d9e2cd59bf1962f9c13325de61e9988c402fd3e212aacd910898
+Size (dulwich-0.18.3.tar.gz) = 328891 bytes



Home | Main Index | Thread Index | Old Index