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:           Sun May 24 18:25:49 UTC 2026

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

Log Message:
py-genshi: update to 0.7.11.

Version 0.7.11
https://github.com/edgewall/genshi/releases/tag/0.7.11
(May 17 2026, from branches/stable/0.7.x)

* Replace use of `pkg_resources` with `importlib.resources` (or `importlib_resources` for Python < 3.9)
  (#97 by Colin Watson)
* Update CI release workflow to use Ubuntu 22.04. (#96 by Simon Cross)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-genshi/Makefile
cvs rdiff -u -r1.14 -r1.15 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.31 pkgsrc/www/py-genshi/Makefile:1.32
--- pkgsrc/www/py-genshi/Makefile:1.31  Wed Dec  3 12:04:03 2025
+++ pkgsrc/www/py-genshi/Makefile       Sun May 24 18:25:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/12/03 12:04:03 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/05/24 18:25:49 wiz Exp $
 
-DISTNAME=      genshi-0.7.10
+DISTNAME=      genshi-0.7.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}

Index: pkgsrc/www/py-genshi/distinfo
diff -u pkgsrc/www/py-genshi/distinfo:1.14 pkgsrc/www/py-genshi/distinfo:1.15
--- pkgsrc/www/py-genshi/distinfo:1.14  Wed Dec  3 12:04:03 2025
+++ pkgsrc/www/py-genshi/distinfo       Sun May 24 18:25:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/12/03 12:04:03 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/05/24 18:25:49 wiz Exp $
 
-BLAKE2s (genshi-0.7.10.tar.gz) = 8f4facc48ac19748a98e0ffe1751a9629a48b0f2c4fc95541a9117dce3ad6ab5
-SHA512 (genshi-0.7.10.tar.gz) = d1acbdd37d941ef61f13c9bd32c6e9745e4ed9ed83bcfd84a1c58b4b8eed1940aab75f059c3157f3fb56faedab4f2f4423b68381e77444a1cd9c29067779e07d
-Size (genshi-0.7.10.tar.gz) = 237292 bytes
+BLAKE2s (genshi-0.7.11.tar.gz) = 2cf20790cdb6261cde36b7f883600c4ac3ebc3440e47a89c88d42eb136021fd9
+SHA512 (genshi-0.7.11.tar.gz) = 1a5105f07002c1f265296f4830a1005846186ae70a7426e56c3ee747db2ad3fdeefbdef74a9de324bc454b7214d9c956a6e49a39d28b4a51c771a6943fce6c33
+Size (genshi-0.7.11.tar.gz) = 237591 bytes



Home | Main Index | Thread Index | Old Index