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:           Wed Apr 19 17:25:08 UTC 2017

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

Log Message:
Updated py-dulwich to 0.17.2.

0.17.2  2017-03-19

 BUG FIXES

 * Add workaround for
   https://bitbucket.org/pypy/pypy/issues/2499/cpyext-pystring_asstring-doesnt-work,
   fixing Dulwich when used with C extensions on pypy < 5.6. (Victor Stinner)

 * Properly quote config values with a '#' character in them.
   (Jelmer Vernooij, #511)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/devel/py-dulwich/Makefile:1.19
--- pkgsrc/devel/py-dulwich/Makefile:1.18       Sun Mar  5 13:04:59 2017
+++ pkgsrc/devel/py-dulwich/Makefile    Wed Apr 19 17:25:08 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/03/05 13:04:59 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/04/19 17:25:08 wiz Exp $
 
-DISTNAME=      dulwich-0.17.1
+DISTNAME=      dulwich-0.17.2
 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.15 pkgsrc/devel/py-dulwich/distinfo:1.16
--- pkgsrc/devel/py-dulwich/distinfo:1.15       Sun Mar  5 13:04:59 2017
+++ pkgsrc/devel/py-dulwich/distinfo    Wed Apr 19 17:25:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/03/05 13:04:59 wiz Exp $
+$NetBSD: distinfo,v 1.16 2017/04/19 17:25:08 wiz Exp $
 
-SHA1 (dulwich-0.17.1.tar.gz) = 3cd487ac54df10be35e5882cb15e54982773b266
-RMD160 (dulwich-0.17.1.tar.gz) = 3aa7387abd1890af64d466d5e7a3bd27fab205b6
-SHA512 (dulwich-0.17.1.tar.gz) = 9fafe129891e6ed371d7a15ed763b34085be8fff68ac3faea3b98238fff65a3f0e463a2c23035a523f08dba78c483a9b4a228f1260a82b1f997c4c27cc4c7cc1
-Size (dulwich-0.17.1.tar.gz) = 310769 bytes
+SHA1 (dulwich-0.17.2.tar.gz) = 4b4ce07c03d460086f28b102301b26489d5925a7
+RMD160 (dulwich-0.17.2.tar.gz) = e64e39f79032180cb8dfe2dad537d1cf456a550c
+SHA512 (dulwich-0.17.2.tar.gz) = 9c4e6ff84edd072e6e1742df0d3ffefe752ca224af0f75734b69bd9efc9342353f68ab9bfe21123e8edba07bab72f02b5d82a4289bcbd9e2a144ec8c9450df2b
+Size (dulwich-0.17.2.tar.gz) = 311472 bytes



Home | Main Index | Thread Index | Old Index