pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ICU



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 11 14:11:24 UTC 2025

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

Log Message:
py-ICU: updated to 2.16

Version 2.15.3 -> 2.16

- fixed issue 178
- added new enums from new unicode release in UBlockCode, UScriptCode
- added missing wrappers for ECollationStrength and EComparisonResult
- added wrapper for UIndicConjunctBreak
- added support for ICU 78.1


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/py-ICU/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-ICU/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-ICU/Makefile
diff -u pkgsrc/textproc/py-ICU/Makefile:1.41 pkgsrc/textproc/py-ICU/Makefile:1.42
--- pkgsrc/textproc/py-ICU/Makefile:1.41        Mon Sep 22 09:29:00 2025
+++ pkgsrc/textproc/py-ICU/Makefile     Tue Nov 11 14:11:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/09/22 09:29:00 adam Exp $
+# $NetBSD: Makefile,v 1.42 2025/11/11 14:11:24 adam Exp $
 
-DISTNAME=      pyicu-2.15.3
+DISTNAME=      pyicu-2.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyicu/ICU/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyICU/}

Index: pkgsrc/textproc/py-ICU/distinfo
diff -u pkgsrc/textproc/py-ICU/distinfo:1.23 pkgsrc/textproc/py-ICU/distinfo:1.24
--- pkgsrc/textproc/py-ICU/distinfo:1.23        Mon Sep 22 09:29:00 2025
+++ pkgsrc/textproc/py-ICU/distinfo     Tue Nov 11 14:11:24 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2025/09/22 09:29:00 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/11/11 14:11:24 adam Exp $
 
-BLAKE2s (pyicu-2.15.3.tar.gz) = 77b16823824f8e2f7df7ce8f89eba48757b62a68ddc15a5261b53a456257c2d2
-SHA512 (pyicu-2.15.3.tar.gz) = 204f11a7b1942c9bede9f825c85eda33efccecfc318eb0d3b36825216ad4e2d4ed5dd90ef29655e9280f61564e13b460f2bb8e64b812099d65d7f28a66cec415
-Size (pyicu-2.15.3.tar.gz) = 267569 bytes
+BLAKE2s (pyicu-2.16.tar.gz) = 44aff678551f83566d98c9562b6556d2d7dcc03f6f73ada4e4858bc0dcd8ef97
+SHA512 (pyicu-2.16.tar.gz) = eb5b215a57873ae18317ac9282c889eb980f1cabb5b4d238bb66fc64ea1f842f4d2dacca1d2a851b7dbf5cb4e5dbb5483b00a08a6e57c5febcaa4b1a23317f1c
+Size (pyicu-2.16.tar.gz) = 268126 bytes
 SHA1 (patch-locale.cpp) = 67313937b4ab23050d6544c5413bfcc76dcdc673
 SHA1 (patch-setup.py) = 8457066991cb165eb865b030bc7588104d2d6836



Home | Main Index | Thread Index | Old Index