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-03-05 17:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyICU (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyICU.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyICU"

Thu Mar  5 17:14:00 2026 rev:26 rq:1336187 version:2.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes        
2025-11-07 18:22:07.794616490 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyICU.new.561/python-PyICU.changes       
2026-03-05 17:15:19.087073561 +0100
@@ -1,0 +2,7 @@
+Tue Mar  3 19:05:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.16.1:
+  * move <memory> include from arg.h to common.h
+  * added support for ICU 78.2
+
+-------------------------------------------------------------------

Old:
----
  pyicu-2.16.tar.gz

New:
----
  pyicu-2.16.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyICU.spec ++++++
--- /var/tmp/diff_new_pack.mdddWX/_old  2026-03-05 17:15:19.883106648 +0100
+++ /var/tmp/diff_new_pack.mdddWX/_new  2026-03-05 17:15:19.883106648 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyICU
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global modname PyICU
 %{?sle15_python_module_pythons}
 Name:           python-%{modname}
-Version:        2.16
+Version:        2.16.1
 Release:        0
 Summary:        Python Extension Wrapping the ICU C++ API
 License:        MIT

++++++ pyicu-2.16.tar.gz -> pyicu-2.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/CHANGES new/pyicu-2.16.1/CHANGES
--- old/pyicu-2.16/CHANGES      2025-11-05 00:30:34.000000000 +0100
+++ new/pyicu-2.16.1/CHANGES    2026-02-03 23:18:45.000000000 +0100
@@ -1,5 +1,10 @@
 Issues can be seen at https://gitlab.pyicu.org/main/pyicu/-/issues/<num>
 
+Version 2.16 -> 2.16.1
+----------------------
+  - move <memory> include from arg.h to common.h
+  - added support for ICU 78.2
+
 Version 2.15.3 -> 2.16
 ----------------------
   - fixed issue #178
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/PKG-INFO new/pyicu-2.16.1/PKG-INFO
--- old/pyicu-2.16/PKG-INFO     2025-11-05 00:32:09.977062500 +0100
+++ new/pyicu-2.16.1/PKG-INFO   2026-02-06 00:43:16.355862900 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: pyicu
-Version: 2.16
+Version: 2.16.1
 Summary: Python extension wrapping the ICU C++ API
 Home-page: https://gitlab.pyicu.org/main/pyicu
 Author: Andi Vajda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/arg.h new/pyicu-2.16.1/arg.h
--- old/pyicu-2.16/arg.h        2025-09-17 01:56:59.000000000 +0200
+++ new/pyicu-2.16.1/arg.h      2025-11-07 09:36:22.000000000 +0100
@@ -24,7 +24,6 @@
 #ifndef _arg_h
 #define _arg_h
 
-#include <memory>
 #include <type_traits>
 
 #include "common.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/common.h new/pyicu-2.16.1/common.h
--- old/pyicu-2.16/common.h     2025-04-29 02:58:06.000000000 +0200
+++ new/pyicu-2.16.1/common.h   2025-11-07 09:39:51.000000000 +0100
@@ -40,6 +40,8 @@
 #endif
 #endif
 
+#include <memory>
+
 #define PY_SSIZE_T_CLEAN
 #include <Python.h>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/py/PyICU.egg-info/PKG-INFO 
new/pyicu-2.16.1/py/PyICU.egg-info/PKG-INFO
--- old/pyicu-2.16/py/PyICU.egg-info/PKG-INFO   2025-11-05 00:32:09.000000000 
+0100
+++ new/pyicu-2.16.1/py/PyICU.egg-info/PKG-INFO 2026-02-06 00:43:16.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: pyicu
-Version: 2.16
+Version: 2.16.1
 Summary: Python extension wrapping the ICU C++ API
 Home-page: https://gitlab.pyicu.org/main/pyicu
 Author: Andi Vajda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyicu-2.16/setup.py new/pyicu-2.16.1/setup.py
--- old/pyicu-2.16/setup.py     2025-10-31 01:23:02.000000000 +0100
+++ new/pyicu-2.16.1/setup.py   2026-02-03 23:18:55.000000000 +0100
@@ -8,7 +8,7 @@
 
 from distutils.spawn import find_executable
 
-VERSION = '2.16'
+VERSION = '2.16.1'
 ICU_MAX_MAJOR_VERSION = '78'  # max supported major version of ICU
 
 try:

Reply via email to