Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyICU for openSUSE:Factory checked in at 2026-04-07 16:32:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyICU (Old) and /work/SRC/openSUSE:Factory/.python-PyICU.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyICU" Tue Apr 7 16:32:22 2026 rev:27 rq:1344690 version:2.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes 2026-03-05 17:15:19.087073561 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyICU.new.21863/python-PyICU.changes 2026-04-07 16:47:18.092563659 +0200 @@ -1,0 +2,6 @@ +Sun Mar 29 16:58:22 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.16.2: + * added support for ICU 78.3 + +------------------------------------------------------------------- Old: ---- pyicu-2.16.1.tar.gz New: ---- pyicu-2.16.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyICU.spec ++++++ --- /var/tmp/diff_new_pack.cOFGoW/_old 2026-04-07 16:47:19.380616887 +0200 +++ /var/tmp/diff_new_pack.cOFGoW/_new 2026-04-07 16:47:19.384617053 +0200 @@ -19,7 +19,7 @@ %global modname PyICU %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 2.16.1 +Version: 2.16.2 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT ++++++ pyicu-2.16.1.tar.gz -> pyicu-2.16.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyicu-2.16.1/PKG-INFO new/pyicu-2.16.2/PKG-INFO --- old/pyicu-2.16.1/PKG-INFO 2026-02-06 00:43:16.355862900 +0100 +++ new/pyicu-2.16.2/PKG-INFO 2026-03-20 22:54:26.391486400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: pyicu -Version: 2.16.1 +Version: 2.16.2 Summary: Python extension wrapping the ICU C++ API Home-page: https://gitlab.pyicu.org/main/pyicu Author: Andi Vajda @@ -346,6 +346,7 @@ ```python from datetime import datetime +from icu import ICUtzinfo, TimeZone tz = ICUtzinfo(TimeZone.createTimeZone('US/Mountain')) datetime.now(tz) ``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyicu-2.16.1/README.md new/pyicu-2.16.2/README.md --- old/pyicu-2.16.1/README.md 2024-10-26 10:50:47.000000000 +0200 +++ new/pyicu-2.16.2/README.md 2026-03-17 23:34:35.000000000 +0100 @@ -313,6 +313,7 @@ ```python from datetime import datetime +from icu import ICUtzinfo, TimeZone tz = ICUtzinfo(TimeZone.createTimeZone('US/Mountain')) datetime.now(tz) ``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyicu-2.16.1/py/PyICU.egg-info/PKG-INFO new/pyicu-2.16.2/py/PyICU.egg-info/PKG-INFO --- old/pyicu-2.16.1/py/PyICU.egg-info/PKG-INFO 2026-02-06 00:43:16.000000000 +0100 +++ new/pyicu-2.16.2/py/PyICU.egg-info/PKG-INFO 2026-03-20 22:54:26.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: pyicu -Version: 2.16.1 +Version: 2.16.2 Summary: Python extension wrapping the ICU C++ API Home-page: https://gitlab.pyicu.org/main/pyicu Author: Andi Vajda @@ -346,6 +346,7 @@ ```python from datetime import datetime +from icu import ICUtzinfo, TimeZone tz = ICUtzinfo(TimeZone.createTimeZone('US/Mountain')) datetime.now(tz) ``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyicu-2.16.1/setup.py new/pyicu-2.16.2/setup.py --- old/pyicu-2.16.1/setup.py 2026-02-03 23:18:55.000000000 +0100 +++ new/pyicu-2.16.2/setup.py 2026-03-20 22:49:10.000000000 +0100 @@ -8,7 +8,7 @@ from distutils.spawn import find_executable -VERSION = '2.16.1' +VERSION = '2.16.2' ICU_MAX_MAJOR_VERSION = '78' # max supported major version of ICU try:
