pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-configparser
Module Name: pkgsrc
Committed By: adam
Date: Sun Feb 24 20:25:49 UTC 2019
Modified Files:
pkgsrc/devel/py-configparser: Makefile PLIST distinfo
Log Message:
py-configparser: updated to 3.7.3
3.7.3
* Temporarily degrade to use ASCII for author's name.
3.7.2
(also released as 3.8.0)
* Repackaged using setuptools_scm for file discovery and other features
from skeleton <https://pypi.org/project/skeleton_.
* Package now unconditionally installs the configparser module.
Doing so allowed for the project to release a universal wheel for
Python 2 and Python 3. Even though the configparser module is
installed unconditionally on Python 3, it's expected that it will be
masked in that environment by the module in stdlib, so the same
interface applies.
3.7.1
* Fixed issue on Python 2.x when future is present.
3.7.0
* Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes
paths as well as any
PathLike <https://docs.python.org/3/library/os.html#os.PathLike>_
object, including those found in the pathlib2 backport.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-configparser/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-configparser/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-configparser/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-configparser/Makefile
diff -u pkgsrc/devel/py-configparser/Makefile:1.5 pkgsrc/devel/py-configparser/Makefile:1.6
--- pkgsrc/devel/py-configparser/Makefile:1.5 Fri Jan 25 12:26:20 2019
+++ pkgsrc/devel/py-configparser/Makefile Sun Feb 24 20:25:49 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/01/25 12:26:20 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/24 20:25:49 adam Exp $
-DISTNAME= configparser-3.5.2
+DISTNAME= configparser-3.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/configparser/}
@@ -19,5 +19,8 @@ PYTHON_VERSIONS_ACCEPTED= 27
post-install:
${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.py*
+do-test:
+ cd ${WRKSRC}/src && ${PYTHONBIN} -m unittest discover -v
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-configparser/PLIST
diff -u pkgsrc/devel/py-configparser/PLIST:1.4 pkgsrc/devel/py-configparser/PLIST:1.5
--- pkgsrc/devel/py-configparser/PLIST:1.4 Fri Jan 25 12:26:20 2019
+++ pkgsrc/devel/py-configparser/PLIST Sun Feb 24 20:25:49 2019
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2019/01/25 12:26:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/02/24 20:25:49 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/backports/configparser/__init__.py
Index: pkgsrc/devel/py-configparser/distinfo
diff -u pkgsrc/devel/py-configparser/distinfo:1.3 pkgsrc/devel/py-configparser/distinfo:1.4
--- pkgsrc/devel/py-configparser/distinfo:1.3 Fri Jan 25 12:26:20 2019
+++ pkgsrc/devel/py-configparser/distinfo Sun Feb 24 20:25:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/25 12:26:20 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/02/24 20:25:49 adam Exp $
-SHA1 (configparser-3.5.2.tar.gz) = b3dfbcb98e412651788f6458669998a1534dd344
-RMD160 (configparser-3.5.2.tar.gz) = e5149d389bbd7cee96a0ff1555df07204ea03f9a
-SHA512 (configparser-3.5.2.tar.gz) = 60cf61c99c31a2ad329e63d23bbefb7b352417900690aa4b1c43f9f976fc8d26147172d12089b8a25cc875394aa1bc24bf009cda18272022c49e7593e95d428a
-Size (configparser-3.5.2.tar.gz) = 43241 bytes
+SHA1 (configparser-3.7.3.tar.gz) = bf3585078afb4f35765d2cf94706129fd79f8cd8
+RMD160 (configparser-3.7.3.tar.gz) = effffdd3a6021b67e236d84d3e13feaf1c51ffba
+SHA512 (configparser-3.7.3.tar.gz) = 68c72ef515ae0827e75a049e7a261767893f0191102d4d6dca2623e9aa0169b5794f4553b1d2a4124e2ff7e8fd647f8bf4562c42fb1f6be6311d962aa1ae6097
+Size (configparser-3.7.3.tar.gz) = 71224 bytes
Home |
Main Index |
Thread Index |
Old Index