pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-genshi py-genshi: updated to 0.7.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/74cc8d339755
branches: trunk
changeset: 448584:74cc8d339755
user: adam <adam%pkgsrc.org@localhost>
date: Wed Mar 10 18:11:34 2021 +0000
description:
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:
www/py-genshi/Makefile | 4 ++--
www/py-genshi/PLIST | 11 ++++-------
www/py-genshi/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 14 deletions(-)
diffs (59 lines):
diff -r 3bbdd880614d -r 74cc8d339755 www/py-genshi/Makefile
--- a/www/py-genshi/Makefile Wed Mar 10 18:08:27 2021 +0000
+++ b/www/py-genshi/Makefile Wed Mar 10 18:11:34 2021 +0000
@@ -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 -r 3bbdd880614d -r 74cc8d339755 www/py-genshi/PLIST
--- a/www/py-genshi/PLIST Wed Mar 10 18:08:27 2021 +0000
+++ b/www/py-genshi/PLIST Wed Mar 10 18:11:34 2021 +0000
@@ -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/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/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 -r 3bbdd880614d -r 74cc8d339755 www/py-genshi/distinfo
--- a/www/py-genshi/distinfo Wed Mar 10 18:08:27 2021 +0000
+++ b/www/py-genshi/distinfo Wed Mar 10 18:11:34 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index