Skip to content

Commit

Permalink
py-genshi: update to 0.7.8.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
0-wiz-0 committed Jun 17, 2024
1 parent 00b4736 commit 1aac921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/py-genshi/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions www/py-genshi/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1aac921

Please sign in to comment.