pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-path.py



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 21 10:52:34 UTC 2018

Modified Files:
        pkgsrc/devel/py-path.py: Makefile distinfo

Log Message:
py-path.py: updated to 11.3.0

11.3.0:
No longer use two techniques for splitting lines. Instead, unconditionally rely on io.open for universal newlines support and always use splitlines.

11.2.0:
Rely on importlib_metadata instead of setuptools/pkg_resources to load the version of the module. Added tests ensuring a <100ms import time for the path module. This change adds an explicit 
dependency on the importlib_metadata package, but the project still supports copying of the path.py module without any dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-path.py/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-path.py/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-path.py/Makefile
diff -u pkgsrc/devel/py-path.py/Makefile:1.4 pkgsrc/devel/py-path.py/Makefile:1.5
--- pkgsrc/devel/py-path.py/Makefile:1.4        Fri Sep  7 09:23:36 2018
+++ pkgsrc/devel/py-path.py/Makefile    Fri Sep 21 10:52:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/09/07 09:23:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/21 10:52:34 adam Exp $
 
-DISTNAME=      path.py-11.1.0
+DISTNAME=      path.py-11.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/path.py/}

Index: pkgsrc/devel/py-path.py/distinfo
diff -u pkgsrc/devel/py-path.py/distinfo:1.3 pkgsrc/devel/py-path.py/distinfo:1.4
--- pkgsrc/devel/py-path.py/distinfo:1.3        Fri Sep  7 09:23:36 2018
+++ pkgsrc/devel/py-path.py/distinfo    Fri Sep 21 10:52:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/07 09:23:36 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/09/21 10:52:34 adam Exp $
 
-SHA1 (path.py-11.1.0.tar.gz) = dd7a16038a9aea059f2441d205b1ff3cbf901519
-RMD160 (path.py-11.1.0.tar.gz) = 71823e2a7c02a8a1e3c182acb6cce03676d4d357
-SHA512 (path.py-11.1.0.tar.gz) = 5d2af00f2958552d4f080d30aaa51c5194f615366d1fc559d98a86dbf3664068665c98202b51793fd04b3e723219bfe16eff45b20cc62023c07b2abbb45e8d12
-Size (path.py-11.1.0.tar.gz) = 39115 bytes
+SHA1 (path.py-11.3.0.tar.gz) = e2fb9730eaa9ffd42e0358d37e1c80901cbe8db6
+RMD160 (path.py-11.3.0.tar.gz) = 583e969ad5f5678680b5b803da9b84b526f29a9f
+SHA512 (path.py-11.3.0.tar.gz) = ff79f1fd1880d1364c2d2de78cb4ec5fb536b6d57e98bbfc58e6942b143186a17432992cff227a8d468fcea189305444f7cc7544957b6014c544d5f9e0ba3884
+Size (path.py-11.3.0.tar.gz) = 39768 bytes



Home | Main Index | Thread Index | Old Index