diff options
author | adam <adam@pkgsrc.org> | 2021-03-10 18:11:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-10 18:11:34 +0000 |
commit | 9dac51122ca53816a4f565915ff7e621fe77a364 (patch) | |
tree | eb47118cab103c47cf46776ca88ded669d9924c4 /www/py-genshi | |
parent | 9bd3dd574fc70b5ac5e0c37d00c0d7cf6c3320d6 (diff) | |
download | pkgsrc-9dac51122ca53816a4f565915ff7e621fe77a364.tar.gz |
py-genshi: updated to 0.7.5
Version 0.7.5
* Fix handling of slices containing function call, variable name and attribute
lookup AST nodes in Python 3.9 in template scripts (template expressions
already correctly handled these cases). Thank you to Roger Leigh for
finding this issue and contributing the fix for it.
* C speedup module now available for Python >= 3.3. Support was added for
PEP 393 (flexible string representation). Thank you to Inada Naoki for
contributing this major enhancement.
* Remove the custom 2to3 fixers (no longer used since the removal of 2to3
in 0.7.4).
Version 0.7.4
* Add support for deprecation of ast classes slice, Index and ExtSlice in
Python 3.9. See https://bugs.python.org/issue34822 for details of the
changes.
* Update the project URL in setup.py to point to GitHub.
* Remove use of 2to3 for generating Python 3 compatible code.
Diffstat (limited to 'www/py-genshi')
-rw-r--r-- | www/py-genshi/Makefile | 4 | ||||
-rw-r--r-- | www/py-genshi/PLIST | 11 | ||||
-rw-r--r-- | www/py-genshi/distinfo | 10 |
3 files changed, 11 insertions, 14 deletions
diff --git a/www/py-genshi/Makefile b/www/py-genshi/Makefile index cc2428301f9..15b3699ce0e 100644 --- a/www/py-genshi/Makefile +++ b/www/py-genshi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:23 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2021/03/10 18:11:34 adam Exp $ -DISTNAME= Genshi-0.7.3 +DISTNAME= Genshi-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=G/Genshi/} diff --git a/www/py-genshi/PLIST b/www/py-genshi/PLIST index 4fdccec6b1d..1f5881cc0ad 100644 --- a/www/py-genshi/PLIST +++ b/www/py-genshi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2014/01/18 08:08:59 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/03/10 18:11:34 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -55,12 +55,6 @@ ${PYSITELIB}/genshi/path.pyo ${PYSITELIB}/genshi/template/__init__.py ${PYSITELIB}/genshi/template/__init__.pyc ${PYSITELIB}/genshi/template/__init__.pyo -${PYSITELIB}/genshi/template/_ast24.py -${PYSITELIB}/genshi/template/_ast24.pyc -${PYSITELIB}/genshi/template/_ast24.pyo -${PYSITELIB}/genshi/template/ast24.py -${PYSITELIB}/genshi/template/ast24.pyc -${PYSITELIB}/genshi/template/ast24.pyo ${PYSITELIB}/genshi/template/astutil.py ${PYSITELIB}/genshi/template/astutil.pyc ${PYSITELIB}/genshi/template/astutil.pyo @@ -142,6 +136,9 @@ ${PYSITELIB}/genshi/tests/output.pyo ${PYSITELIB}/genshi/tests/path.py ${PYSITELIB}/genshi/tests/path.pyc ${PYSITELIB}/genshi/tests/path.pyo +${PYSITELIB}/genshi/tests/test_utils.py +${PYSITELIB}/genshi/tests/test_utils.pyc +${PYSITELIB}/genshi/tests/test_utils.pyo ${PYSITELIB}/genshi/tests/util.py ${PYSITELIB}/genshi/tests/util.pyc ${PYSITELIB}/genshi/tests/util.pyo diff --git a/www/py-genshi/distinfo b/www/py-genshi/distinfo index 9a7a9f2a93f..24cc4cd471e 100644 --- a/www/py-genshi/distinfo +++ b/www/py-genshi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/08/26 15:11:46 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/03/10 18:11:34 adam Exp $ -SHA1 (Genshi-0.7.3.tar.gz) = 1b15bd31d5ee95579790cbdabdf52c4fb6930a00 -RMD160 (Genshi-0.7.3.tar.gz) = c3fb63ebc6544386e3699c9ac0108d803a50f7a3 -SHA512 (Genshi-0.7.3.tar.gz) = b153a9755f9791f349dea35e3ab3099af66b1be5b83bdea9d356b456ddd4e1ff88f7a85e822a2c06aea936c2f843bdc8ddc91c74de2a72111896d8db9a195b87 -Size (Genshi-0.7.3.tar.gz) = 271238 bytes +SHA1 (Genshi-0.7.5.tar.gz) = e63943ecfd141ab42b032cc36a849962d6219892 +RMD160 (Genshi-0.7.5.tar.gz) = 7ecf532244e312a8480d74c1a259687c576f3a95 +SHA512 (Genshi-0.7.5.tar.gz) = b5be34094e2eea8f5fc373097414dc77ddfe0ab0a82901b6fd87af558cf62420f690fb39bff2d13bde3f7fef5ef000697372996877b48187ed068227dab59119 +Size (Genshi-0.7.5.tar.gz) = 266071 bytes |