pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-zconfig py-zconfig: updated to 3.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df7fd58a28d1
branches:  trunk
changeset: 453184:df7fd58a28d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 25 05:38:30 2021 +0000

description:
py-zconfig: updated to 3.6.0

3.6.0 (2021-05-19)
==================

- Added support for Python 3.8, 3.9 and 3.10.  This primarily involves
  avoiding the new-in-3.8 validation of the format string when using the
  'safe-template' format style, since that's not supported in the Python
  standard library.

- Added ``ZConfig.pygments`` module containing a lexer compatible with
  the ``pygments`` library.  Made discoverable via an entry point; use
  **zconfig** as the highlight language for ``code-block`` directives in
  Sphinx documents.

diffstat:

 devel/py-zconfig/Makefile |   4 ++--
 devel/py-zconfig/PLIST    |   8 +++++++-
 devel/py-zconfig/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r a05f402c4300 -r df7fd58a28d1 devel/py-zconfig/Makefile
--- a/devel/py-zconfig/Makefile Tue May 25 05:36:27 2021 +0000
+++ b/devel/py-zconfig/Makefile Tue May 25 05:38:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/08/13 10:55:19 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/05/25 05:38:30 adam Exp $
 
-DISTNAME=      ZConfig-3.5.0
+DISTNAME=      ZConfig-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=Z/ZConfig/}
diff -r a05f402c4300 -r df7fd58a28d1 devel/py-zconfig/PLIST
--- a/devel/py-zconfig/PLIST    Tue May 25 05:36:27 2021 +0000
+++ b/devel/py-zconfig/PLIST    Tue May 25 05:38:30 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/08/13 10:55:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/05/25 05:38:30 adam Exp $
 bin/zconfig-${PYVERSSUFFIX}
 bin/zconfig_schema2html-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -91,6 +91,9 @@
 ${PYSITELIB}/ZConfig/matcher.py
 ${PYSITELIB}/ZConfig/matcher.pyc
 ${PYSITELIB}/ZConfig/matcher.pyo
+${PYSITELIB}/ZConfig/pygments.py
+${PYSITELIB}/ZConfig/pygments.pyc
+${PYSITELIB}/ZConfig/pygments.pyo
 ${PYSITELIB}/ZConfig/schema.py
 ${PYSITELIB}/ZConfig/schema.pyc
 ${PYSITELIB}/ZConfig/schema.pyo
@@ -170,6 +173,9 @@
 ${PYSITELIB}/ZConfig/tests/test_matcher.py
 ${PYSITELIB}/ZConfig/tests/test_matcher.pyc
 ${PYSITELIB}/ZConfig/tests/test_matcher.pyo
+${PYSITELIB}/ZConfig/tests/test_pygments.py
+${PYSITELIB}/ZConfig/tests/test_pygments.pyc
+${PYSITELIB}/ZConfig/tests/test_pygments.pyo
 ${PYSITELIB}/ZConfig/tests/test_readme.py
 ${PYSITELIB}/ZConfig/tests/test_readme.pyc
 ${PYSITELIB}/ZConfig/tests/test_readme.pyo
diff -r a05f402c4300 -r df7fd58a28d1 devel/py-zconfig/distinfo
--- a/devel/py-zconfig/distinfo Tue May 25 05:36:27 2021 +0000
+++ b/devel/py-zconfig/distinfo Tue May 25 05:38:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/08/13 10:55:19 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/05/25 05:38:30 adam Exp $
 
-SHA1 (ZConfig-3.5.0.tar.gz) = 66531f61c0cf4e7e7140bbcabae3b463da3add81
-RMD160 (ZConfig-3.5.0.tar.gz) = f3b96f6ed0ee737a09a06732a7496cc23439be6d
-SHA512 (ZConfig-3.5.0.tar.gz) = 14af4de2adcb7e5404a4fd8e1a1903758c584898fda7c4d2a660616c37023f0e0b5d4acac789a930c2900eb501528899d51c4ea4c4050535cfbaa629e9159558
-Size (ZConfig-3.5.0.tar.gz) = 127317 bytes
+SHA1 (ZConfig-3.6.0.tar.gz) = bcce1cdd23a275a5f720c869f401a990699cc13f
+RMD160 (ZConfig-3.6.0.tar.gz) = 81caccac00a05bb42e813642f836df0e5720221c
+SHA512 (ZConfig-3.6.0.tar.gz) = a5cca99f324007a14f4738be1c9f7424538d8a13f7171fbfa979ce9273b29679eb18b0e905afc96d38abcf042af222e3e86acad6912b9eb8b71b6c8122c47031
+Size (ZConfig-3.6.0.tar.gz) = 134559 bytes



Home | Main Index | Thread Index | Old Index