pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zconfig



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 25 05:38:30 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-zconfig/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-zconfig/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-zconfig/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-zconfig/Makefile
diff -u pkgsrc/devel/py-zconfig/Makefile:1.21 pkgsrc/devel/py-zconfig/Makefile:1.22
--- pkgsrc/devel/py-zconfig/Makefile:1.21       Tue Aug 13 10:55:19 2019
+++ pkgsrc/devel/py-zconfig/Makefile    Tue May 25 05:38:30 2021
@@ -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/}

Index: pkgsrc/devel/py-zconfig/PLIST
diff -u pkgsrc/devel/py-zconfig/PLIST:1.9 pkgsrc/devel/py-zconfig/PLIST:1.10
--- pkgsrc/devel/py-zconfig/PLIST:1.9   Tue Aug 13 10:55:19 2019
+++ pkgsrc/devel/py-zconfig/PLIST       Tue May 25 05:38:30 2021
@@ -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/loader.pyo
 ${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_loader.p
 ${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

Index: pkgsrc/devel/py-zconfig/distinfo
diff -u pkgsrc/devel/py-zconfig/distinfo:1.8 pkgsrc/devel/py-zconfig/distinfo:1.9
--- pkgsrc/devel/py-zconfig/distinfo:1.8        Tue Aug 13 10:55:19 2019
+++ pkgsrc/devel/py-zconfig/distinfo    Tue May 25 05:38:30 2021
@@ -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