pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-configparser py-configparser: updated to 3.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d42579662cf2
branches:  trunk
changeset: 319970:d42579662cf2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 24 20:25:49 2019 +0000

description:
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.

diffstat:

 devel/py-configparser/Makefile |   7 +++++--
 devel/py-configparser/PLIST    |   3 +--
 devel/py-configparser/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r b17c07460e62 -r d42579662cf2 devel/py-configparser/Makefile
--- a/devel/py-configparser/Makefile    Sun Feb 24 16:43:28 2019 +0000
+++ b/devel/py-configparser/Makefile    Sun Feb 24 20:25:49 2019 +0000
@@ -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 @@
 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"
diff -r b17c07460e62 -r d42579662cf2 devel/py-configparser/PLIST
--- a/devel/py-configparser/PLIST       Sun Feb 24 16:43:28 2019 +0000
+++ b/devel/py-configparser/PLIST       Sun Feb 24 20:25:49 2019 +0000
@@ -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
diff -r b17c07460e62 -r d42579662cf2 devel/py-configparser/distinfo
--- a/devel/py-configparser/distinfo    Sun Feb 24 16:43:28 2019 +0000
+++ b/devel/py-configparser/distinfo    Sun Feb 24 20:25:49 2019 +0000
@@ -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