pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-py



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 13 19:22:47 UTC 2019

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

Log Message:
py-py: updated to 1.8.0

1.8.0:
- add "importlib" pyimport mode for python3.5+, allowing unimportable test suites
  to contain identically named modules.
- fix LocalPath.as_cwd() not calling os.chdir() with None, when
  being invoked from a non-existing directory.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-py/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-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-py/Makefile
diff -u pkgsrc/devel/py-py/Makefile:1.17 pkgsrc/devel/py-py/Makefile:1.18
--- pkgsrc/devel/py-py/Makefile:1.17    Tue Oct 30 10:12:58 2018
+++ pkgsrc/devel/py-py/Makefile Wed Mar 13 19:22:47 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/10/30 10:12:58 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/03/13 19:22:47 adam Exp $
 
-DISTNAME=      py-1.7.0
+DISTNAME=      py-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py/}

Index: pkgsrc/devel/py-py/distinfo
diff -u pkgsrc/devel/py-py/distinfo:1.16 pkgsrc/devel/py-py/distinfo:1.17
--- pkgsrc/devel/py-py/distinfo:1.16    Tue Oct 30 10:12:58 2018
+++ pkgsrc/devel/py-py/distinfo Wed Mar 13 19:22:47 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/10/30 10:12:58 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/03/13 19:22:47 adam Exp $
 
-SHA1 (py-1.7.0.tar.gz) = 6d54b3d60e84440c0f9b5a2ecc1a4b10c2e30d58
-RMD160 (py-1.7.0.tar.gz) = c3a695cdbc9ac2d7cd3369e988f09923b7f06011
-SHA512 (py-1.7.0.tar.gz) = c522be926c5716d866cb800eaa398a55518889da207a00575212254642eda2107e68c286e72b99cf94ecec1c8dcde1f763e2d8f296ab7e7673ae2671e70d5548
-Size (py-1.7.0.tar.gz) = 202733 bytes
+SHA1 (py-1.8.0.tar.gz) = b8c56a3648e05ed92722e1a040b55354d9f9ce84
+RMD160 (py-1.8.0.tar.gz) = dc738444978465a3ab5db8b5ce07fb43c53638e7
+SHA512 (py-1.8.0.tar.gz) = 37b9a66229b834a034d9ba6769a46addf098380b494c1eb863607a52d00b7ec5b9157dd7ac6ffc52535a05006648c775c78716d7f85cf44966065b225be6e95b
+Size (py-1.8.0.tar.gz) = 205096 bytes



Home | Main Index | Thread Index | Old Index