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 Nov 14 11:36:22 UTC 2017

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

Log Message:
py-dulwich: updated to 0.18.6

0.18.6:
BUG FIXES
* Fix handling of empty repositories in ``porcelain.clone``.
* Raise an error when attempting to add paths that are not under the
  repository.
* Fix error message for missing trailing ].

IMPROVEMENTS
* Enforce date field parsing consistency. This also add checks on
  those date fields for potential overflow.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.21 -r1.22 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.24 pkgsrc/devel/py-dulwich/Makefile:1.25
--- pkgsrc/devel/py-dulwich/Makefile:1.24       Mon Oct 30 18:37:38 2017
+++ pkgsrc/devel/py-dulwich/Makefile    Tue Nov 14 11:36:22 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/10/30 18:37:38 adam Exp $
+# $NetBSD: Makefile,v 1.25 2017/11/14 11:36:22 adam Exp $
 
-DISTNAME=      dulwich-0.18.5
+DISTNAME=      dulwich-0.18.6
 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.21 pkgsrc/devel/py-dulwich/distinfo:1.22
--- pkgsrc/devel/py-dulwich/distinfo:1.21       Mon Oct 30 18:37:38 2017
+++ pkgsrc/devel/py-dulwich/distinfo    Tue Nov 14 11:36:22 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2017/10/30 18:37:38 adam Exp $
+$NetBSD: distinfo,v 1.22 2017/11/14 11:36:22 adam Exp $
 
-SHA1 (dulwich-0.18.5.tar.gz) = 70a2466a1c2c22dc35086eca64338a0277a1bc4f
-RMD160 (dulwich-0.18.5.tar.gz) = 3cb9775a1059c71c0eda231c5bbff687dda08c87
-SHA512 (dulwich-0.18.5.tar.gz) = 4ba0f70ebddf4c7f4e71721812e228f820226d4ea42bda4d5f06a0720a029d4dddb800cfc05b2610525922c5fcef1020edd1485105706d9ef3fcf810e6381035
-Size (dulwich-0.18.5.tar.gz) = 330097 bytes
+SHA1 (dulwich-0.18.6.tar.gz) = 57b52b9cdf04cb3ded6041c7add71c15e2ae9aa9
+RMD160 (dulwich-0.18.6.tar.gz) = 6053ca2dac5870d7926c80b884b2134e2e058dac
+SHA512 (dulwich-0.18.6.tar.gz) = 2d2120e23dd4bc2c9dcfe601f21ac757ee3fe2a343923c50b32c067f4d329ac89cdf0894bff450bf52c69e99759bb8692f0f14ed73d01be6bc3b0402d58d1148
+Size (dulwich-0.18.6.tar.gz) = 331325 bytes



Home | Main Index | Thread Index | Old Index