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.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d44b199c7592
branches:  trunk
changeset: 330601:d44b199c7592
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 04 12:04:22 2019 +0000

description:
py-genshi: updated to 0.7.1

0.7.1:
Add support for Python 3.5, 3.6 and 3.7.
Move to GitHub and Travis CI.
Add support for iterator arguments to _speedups Markup.join implementation so that it matches
the Python implementation.
Add HTML5 input placeholder attribute to list of translatable attributes.
Add missing boolean attributes to XHTML and HTML serializers.
Fix infinite recursion in template inlining.
Support slash escaped of CRLF newlines.
Disable the speedups C extension on CPython >= 3.3 since Genshi doesn't support the new Unicode
C API yet.
Fix handling of case where a translation has text after a closing tag.
Fix assert with side-effect in xi:fallback directive processing

diffstat:

 www/py-genshi/Makefile |  11 +++--------
 www/py-genshi/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 13 deletions(-)

diffs (42 lines):

diff -r ac8a8850c7c9 -r d44b199c7592 www/py-genshi/Makefile
--- a/www/py-genshi/Makefile    Mon Mar 04 11:57:20 2019 +0000
+++ b/www/py-genshi/Makefile    Mon Mar 04 12:04:22 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2015/03/15 19:51:08 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.13 2019/03/04 12:04:22 adam Exp $
 
-DISTNAME=      Genshi-0.7
+DISTNAME=      Genshi-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
-MASTER_SITES=  http://ftp.edgewall.com/pub/genshi/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://genshi.edgewall.org/
@@ -13,10 +13,5 @@
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-USE_LANGUAGES= c
-
-do-test:
-               ${RUN}cd ${WRKSRC};${PYTHONBIN} setup.py test
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ac8a8850c7c9 -r d44b199c7592 www/py-genshi/distinfo
--- a/www/py-genshi/distinfo    Mon Mar 04 11:57:20 2019 +0000
+++ b/www/py-genshi/distinfo    Mon Mar 04 12:04:22 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 02:47:29 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/03/04 12:04:22 adam Exp $
 
-SHA1 (Genshi-0.7.tar.gz) = f34b762736d2814bcdea075f6b01b9de6c61aa61
-RMD160 (Genshi-0.7.tar.gz) = 3c8d8dfd8cb55b30e38af0039e2c42d56669c913
-SHA512 (Genshi-0.7.tar.gz) = 2d0042d4da4566725ddd80b73c5b7be09f479f5529e4aa69903edc2a98905ff6de42a0d5a6f02986d7962deb7740c4a3acf6955a8b77fdb42d3cf4ca037de6bf
-Size (Genshi-0.7.tar.gz) = 491579 bytes
+SHA1 (Genshi-0.7.1.tar.gz) = c1e23cd05a3ec38140b865237f648b089da99937
+RMD160 (Genshi-0.7.1.tar.gz) = 1a0764573581dbc7f13ee14386ed66f702a0d19b
+SHA512 (Genshi-0.7.1.tar.gz) = a97e40b091dbbc10616b7bcbbd0d23d640821fd18c61c060e91c14c050f587817a010fca08b9d832e48bd86519dc2d8f60e4af58d7eeb00d461cc1cd52208656
+Size (Genshi-0.7.1.tar.gz) = 270362 bytes



Home | Main Index | Thread Index | Old Index