pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-Unidecode
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 28 10:39:38 UTC 2025
Modified Files:
pkgsrc/textproc/py-Unidecode: Makefile distinfo
Log Message:
py-Unidecode: update to 1.4.0.
2025-04-24 unidecode 1.4.0
* Drop support for Python <3.7.
* Add replacements for playing card suits and chess pieces (thanks to
Alan Davidson)
* Add replacements for U+211F "RESPONSE" and 0x2123 "VERSICLE" (thanks
to @ciesiolka on GitHub)
* Fix replacement for U+1D6D5 "MATHEMATICAL BOLD SMALL TAU".
* Fix replacements for U+014A "LATIN CAPITAL LETTER ENG" and
U+014B "LATIN SMALL LETTER ENG".
* Add replacements for U+2103 "DEGREE CELSIUS" and U+2109 "DEGREE
FAHRENHEIT".
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-Unidecode/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-Unidecode/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-Unidecode/Makefile
diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.20 pkgsrc/textproc/py-Unidecode/Makefile:1.21
--- pkgsrc/textproc/py-Unidecode/Makefile:1.20 Sun Apr 13 12:38:10 2025
+++ pkgsrc/textproc/py-Unidecode/Makefile Mon Apr 28 10:39:38 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/04/13 12:38:10 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/04/28 10:39:38 wiz Exp $
-DISTNAME= Unidecode-1.3.8
+DISTNAME= Unidecode-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
Index: pkgsrc/textproc/py-Unidecode/distinfo
diff -u pkgsrc/textproc/py-Unidecode/distinfo:1.14 pkgsrc/textproc/py-Unidecode/distinfo:1.15
--- pkgsrc/textproc/py-Unidecode/distinfo:1.14 Thu Jan 11 13:06:36 2024
+++ pkgsrc/textproc/py-Unidecode/distinfo Mon Apr 28 10:39:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/01/11 13:06:36 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/04/28 10:39:38 wiz Exp $
-BLAKE2s (Unidecode-1.3.8.tar.gz) = cfc6078c0bb136d34c6497ade8588d964c6799634a6c2f5e437bdcead3fc1b8d
-SHA512 (Unidecode-1.3.8.tar.gz) = 0c93647b05b3ce041ba0091705630a4d75dfc249b3aa57b1d8bd26d26f1a067af1d0103a0f57ee2ea07224797ce204562e08df92d0fe60e250a16614bf146ece
-Size (Unidecode-1.3.8.tar.gz) = 192701 bytes
+BLAKE2s (Unidecode-1.4.0.tar.gz) = 7d6af60272bdbc699c94efebda21cc0b2e2d756587bda7a314b0e7f23cf47022
+SHA512 (Unidecode-1.4.0.tar.gz) = c2030855bf650a648d1707b629f29ad7b911b1143f603176b2236695fc884f1d25b7d635a92cd206e71b9b56bc9ab965952a187749b6dbf664b41a33b592db82
+Size (Unidecode-1.4.0.tar.gz) = 200149 bytes
Home |
Main Index |
Thread Index |
Old Index