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:           Sat Feb  1 20:45:10 UTC 2020

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

Log Message:
py-dulwich: updated to 0.19.15

0.19.15:
* Properly handle files that are just executable for the
  current user.
* Fix handling of stored encoding in
  ``dulwich.porcelain.get_object_by_path`` on Python 3.
* Support the include_trees and rename_detector arguments
  at the same time when diffing trees.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/devel/py-dulwich/Makefile:1.35
--- pkgsrc/devel/py-dulwich/Makefile:1.34       Wed Dec 11 14:37:50 2019
+++ pkgsrc/devel/py-dulwich/Makefile    Sat Feb  1 20:45:10 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/12/11 14:37:50 adam Exp $
+# $NetBSD: Makefile,v 1.35 2020/02/01 20:45:10 adam Exp $
 
-DISTNAME=      dulwich-0.19.14
+DISTNAME=      dulwich-0.19.15
 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.31 pkgsrc/devel/py-dulwich/distinfo:1.32
--- pkgsrc/devel/py-dulwich/distinfo:1.31       Wed Dec 11 14:37:50 2019
+++ pkgsrc/devel/py-dulwich/distinfo    Sat Feb  1 20:45:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2019/12/11 14:37:50 adam Exp $
+$NetBSD: distinfo,v 1.32 2020/02/01 20:45:10 adam Exp $
 
-SHA1 (dulwich-0.19.14.tar.gz) = 2011d42eb46e1d637562c26dc3a82e81f788e76b
-RMD160 (dulwich-0.19.14.tar.gz) = fbf14893999261795a8224c7857e6581688ad8b8
-SHA512 (dulwich-0.19.14.tar.gz) = 92239ce614d8124a1f25954896ebb7e42fc3f9e70d2666b6fd303bb8e95e2f116a373a70f3b186b02433ee5662e5949450981ab6792a0b9e735ffb5deb3a9e39
-Size (dulwich-0.19.14.tar.gz) = 385416 bytes
+SHA1 (dulwich-0.19.15.tar.gz) = 386fba7785457417520b5884c5c967c871e481cd
+RMD160 (dulwich-0.19.15.tar.gz) = be6d9cb522017de04b77d7cf63d7346021c68de8
+SHA512 (dulwich-0.19.15.tar.gz) = ae56cf4748ea5f9d275f2d1456bf9fce77859ad2eeba6b7d8f34283e212404ba385f377f4fb86b88dc40982649ec8cfb12ea407dd25ada7cb2b0e862568ac7da
+Size (dulwich-0.19.15.tar.gz) = 369491 bytes



Home | Main Index | Thread Index | Old Index