pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  2 08:31:17 UTC 2019

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile distinfo

Log Message:
py-zipp: updated to 0.6.0

v0.6.0

When adding implicit dirs, ensure that ancestral directories
are added and that duplicates are excluded.

The library now relies on more_itertools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-zipp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.3 pkgsrc/archivers/py-zipp/Makefile:1.4
--- pkgsrc/archivers/py-zipp/Makefile:1.3       Sat Jul 13 09:32:04 2019
+++ pkgsrc/archivers/py-zipp/Makefile   Mon Sep  2 08:31:17 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/07/13 09:32:04 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/02 08:31:17 adam Exp $
 
-DISTNAME=      zipp-0.5.2
+DISTNAME=      zipp-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}
@@ -11,6 +11,7 @@ COMMENT=      Backport of pathlib-compatible 
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.2 pkgsrc/archivers/py-zipp/distinfo:1.3
--- pkgsrc/archivers/py-zipp/distinfo:1.2       Sat Jul 13 09:32:04 2019
+++ pkgsrc/archivers/py-zipp/distinfo   Mon Sep  2 08:31:17 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/07/13 09:32:04 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/09/02 08:31:17 adam Exp $
 
-SHA1 (zipp-0.5.2.tar.gz) = b228cce701321b2680906567b9359d72a6c38532
-RMD160 (zipp-0.5.2.tar.gz) = a231d451a40fcbe5ccb582fac61f0c56424ccd1b
-SHA512 (zipp-0.5.2.tar.gz) = 8c84b620844315ab1f1aa3c5bb29dcdf1271a0139198b5c3d6aa31ecb9a86f0dcef963819403d971ae0461c737312c064572c57ecf32d73dc973a5f69cf0375c
-Size (zipp-0.5.2.tar.gz) = 10875 bytes
+SHA1 (zipp-0.6.0.tar.gz) = 2f2dcb12ee6c28408e7d7a816962420bdb7f29ed
+RMD160 (zipp-0.6.0.tar.gz) = dd2381041d1ad7011c5906182756064d72f63824
+SHA512 (zipp-0.6.0.tar.gz) = 18bef5aa3388ab3901bf08888127fc9cc17d8972a52f23ccf9a8035f09ee5598e17ddff833a10b81b2118461e0c517e88413518736763425a728cd0b19cc2052
+Size (zipp-0.6.0.tar.gz) = 10778 bytes



Home | Main Index | Thread Index | Old Index