pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xml2rfc



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  5 06:46:01 UTC 2024

Modified Files:
        pkgsrc/textproc/py-xml2rfc: Makefile distinfo

Log Message:
py-xml2rfc: updated to 3.19.3

v3.19.3 - 2024-02-04

Bug Fixes

- Silently pass when weasyprint is not installed

 Refactors

- Use context managers when opening files

Documentation Changes

- update CHANGELOG.md + py file versions for v3.19.2 [skip ci] (commit by @kesara)
- Update README.md (commit by @kesara)

v3.19.2 - 2024-01-31

Bug Fixes

- Use importlib.metadata
- Use raw string notation for regex
- Improve xml2rfc version information logic
- Treat referencegroup entries similarly to reference entries

Build System

- Use PyPI trusted publishing
- Remove redundant doc publish job
- Give permission to write packages and content to pypi-publish GHA. (commit by @kesara)

Documentation Changes

cd66aec - update CHANGELOG.md + py file versions for v3.19.1 [skip ci] (commit by @kesara)

Chores

- Remove stale bin directory
- Remove stale doc directory
- Use inclusive language


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-xml2rfc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-xml2rfc/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-xml2rfc/Makefile
diff -u pkgsrc/textproc/py-xml2rfc/Makefile:1.13 pkgsrc/textproc/py-xml2rfc/Makefile:1.14
--- pkgsrc/textproc/py-xml2rfc/Makefile:1.13    Wed Jan 24 09:46:15 2024
+++ pkgsrc/textproc/py-xml2rfc/Makefile Mon Feb  5 06:46:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/01/24 09:46:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/02/05 06:46:00 adam Exp $
 
-DISTNAME=      xml2rfc-3.19.1
+DISTNAME=      xml2rfc-3.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xml2rfc/}

Index: pkgsrc/textproc/py-xml2rfc/distinfo
diff -u pkgsrc/textproc/py-xml2rfc/distinfo:1.9 pkgsrc/textproc/py-xml2rfc/distinfo:1.10
--- pkgsrc/textproc/py-xml2rfc/distinfo:1.9     Wed Jan 24 09:46:15 2024
+++ pkgsrc/textproc/py-xml2rfc/distinfo Mon Feb  5 06:46:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/24 09:46:15 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/02/05 06:46:00 adam Exp $
 
-BLAKE2s (xml2rfc-3.19.1.tar.gz) = e475bf9553215d703469955a7f365aa5b215a4ea5f1e4022e88dd8266c35d4be
-SHA512 (xml2rfc-3.19.1.tar.gz) = 6cae76655123275a14d0ad270f1637e636c264263832893f5094c019c694f23991bb29b3e35d3bcaceaa48695786ed492eadee4b8cd4ee64376b1917e54636b6
-Size (xml2rfc-3.19.1.tar.gz) = 2654379 bytes
+BLAKE2s (xml2rfc-3.19.3.tar.gz) = ff5cb8aefd58a8a9d2746ccae1b9179dea216f7907ff4ecf23095c3c723cd9c6
+SHA512 (xml2rfc-3.19.3.tar.gz) = a8d8270b9a584dbb2ea7d67ee9878c9b4f95d517e8934cc3f1a481caf76de84fbb2bda1cfd77fbbabf04aba5f15e404726ec7558208ab3c95d684d1deb991564
+Size (xml2rfc-3.19.3.tar.gz) = 2655057 bytes



Home | Main Index | Thread Index | Old Index