pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-genshi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 09:36:17 UTC 2024

Modified Files:
        pkgsrc/www/py-genshi: Makefile distinfo

Log Message:
py-genshi: update to 0.7.8.

Version 0.7.8

* Do not merge sub directives if they have not been changed.
  (#53 by Cédric Krier)
* Silence deprecation warnings from attempting to import Ellipsis and
  Str (which are needed to support older Pythons). (#73 by Cédric Krier)
* Remove fallback to distutils, patching of bdist_egg and use of doctools.
  (#74 by Simon Cross)
* Clarify the escaping in _URL_FINDER. (#76 by Simon Cross)
* Fix installation with setuptools >= 60. (#68 by Graham Inggs)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-genshi/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-genshi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.23 pkgsrc/www/py-genshi/Makefile:1.24
--- pkgsrc/www/py-genshi/Makefile:1.23  Tue Apr 30 09:19:10 2024
+++ pkgsrc/www/py-genshi/Makefile       Mon Jun 17 09:36:16 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2024/04/30 09:19:10 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2024/06/17 09:36:16 wiz Exp $
 
-DISTNAME=      Genshi-0.7.7
+DISTNAME=      Genshi-0.7.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}
 

Index: pkgsrc/www/py-genshi/distinfo
diff -u pkgsrc/www/py-genshi/distinfo:1.11 pkgsrc/www/py-genshi/distinfo:1.12
--- pkgsrc/www/py-genshi/distinfo:1.11  Wed Apr 27 11:52:50 2022
+++ pkgsrc/www/py-genshi/distinfo       Mon Jun 17 09:36:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/04/27 11:52:50 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/06/17 09:36:16 wiz Exp $
 
-BLAKE2s (Genshi-0.7.7.tar.gz) = 8539d63309d521be38f1cb36d7d43d245642b3f8e183a5fc67cb4441abe82373
-SHA512 (Genshi-0.7.7.tar.gz) = b0a3dee68523292f0672a180c5f2cfbdf48205d82286359b9fac9f668cbc2806c649d1e158d6fb8ead5b1cc5cd44eefe9d1cd79077f96925b8d24dd8e746b40f
-Size (Genshi-0.7.7.tar.gz) = 267206 bytes
+BLAKE2s (Genshi-0.7.8.tar.gz) = a014ea988c6d3bc2e6a8b31f1f7d21f0be859d977d6140f271d96eca5b3481ae
+SHA512 (Genshi-0.7.8.tar.gz) = 25c772e6b2b9793437c4ca82b448f5c1d9b2460b33f36feabd84c5f0b41558106f61795d3c676bef7a0f3ff96fed46e6fad8626cc92da74c73c8eb3fd61cdd48
+Size (Genshi-0.7.8.tar.gz) = 268945 bytes



Home | Main Index | Thread Index | Old Index