Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-imreg for openSUSE:Factory 
checked in at 2025-09-29 16:37:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-imreg (Old)
 and      /work/SRC/openSUSE:Factory/.python-imreg.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-imreg"

Mon Sep 29 16:37:28 2025 rev:7 rq:1307739 version:2025.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-imreg/python-imreg.changes        
2024-06-19 16:41:07.455093852 +0200
+++ /work/SRC/openSUSE:Factory/.python-imreg.new.11973/python-imreg.changes     
2025-09-29 16:37:42.072201579 +0200
@@ -1,0 +2,6 @@
+Mon Sep 29 10:52:05 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 2025.1.1:
+  * Drop support for Python 3.9, support Python 3.13.
+
+-------------------------------------------------------------------

Old:
----
  imreg-2024.5.24.tar.gz

New:
----
  imreg-2025.1.1.tar.gz

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

Other differences:
------------------
++++++ python-imreg.spec ++++++
--- /var/tmp/diff_new_pack.f3B40S/_old  2025-09-29 16:37:42.568222360 +0200
+++ /var/tmp/diff_new_pack.f3B40S/_new  2025-09-29 16:37:42.572222527 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-imreg
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-imreg
-Version:        2024.5.24
+Version:        2025.1.1
 Release:        0
 Summary:        FFT based image registration
 License:        BSD-3-Clause

++++++ imreg-2024.5.24.tar.gz -> imreg-2025.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/LICENSE new/imreg-2025.1.1/LICENSE
--- old/imreg-2024.5.24/LICENSE 2024-05-25 19:07:35.000000000 +0200
+++ new/imreg-2025.1.1/LICENSE  2025-01-02 03:19:31.000000000 +0100
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2011-2024, Christoph Gohlke
+Copyright (c) 2011-2025, Christoph Gohlke
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/MANIFEST.in 
new/imreg-2025.1.1/MANIFEST.in
--- old/imreg-2024.5.24/MANIFEST.in     2022-12-09 01:09:13.000000000 +0100
+++ new/imreg-2025.1.1/MANIFEST.in      2024-05-25 19:21:06.000000000 +0200
@@ -1,5 +1,8 @@
 include LICENSE
 include README.rst
+include CHANGES.rst
+
+include imreg/py.typed
 
 exclude *.cmd
 recursive-exclude doc *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/PKG-INFO new/imreg-2025.1.1/PKG-INFO
--- old/imreg-2024.5.24/PKG-INFO        2024-05-25 19:07:36.730703800 +0200
+++ new/imreg-2025.1.1/PKG-INFO 2025-01-02 03:19:32.122332000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: imreg
-Version: 2024.5.24
+Version: 2025.1.1
 Summary: FFT based image registration
 Home-page: https://www.cgohlke.com
 Author: Christoph Gohlke
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
-Requires-Python: >=3.9
+Classifier: Programming Language :: Python :: 3.13
+Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: numpy
@@ -33,7 +33,7 @@
 
 :Author: `Christoph Gohlke <https://www.cgohlke.com>`_
 :License: BSD 3-Clause
-:Version: 2024.5.24
+:Version: 2025.1.1
 
 Quickstart
 ----------
@@ -54,15 +54,19 @@
 This revision was tested with the following requirements and dependencies
 (other versions may work):
 
-- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.9, 3.12.3
-- `NumPy <https://pypi.org/project/numpy/>`_ 1.26.4
-- `Scipy <https://pypi.org/project/scipy>`_ 1.12.0
-- `Matplotlib 3.8.4 <https://pypi.org/project/matplotlib>`_
+- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.8, 3.13.1 64-bit
+- `NumPy <https://pypi.org/project/numpy/>`_ 2.1.3
+- `Scipy <https://pypi.org/project/scipy>`_ 1.14.1
+- `Matplotlib 3.10.0 <https://pypi.org/project/matplotlib>`_
   (optional for plotting)
 
 Revisions
 ---------
 
+2025.1.1
+
+- Drop support for Python 3.9, support Python 3.13.
+
 2024.5.24
 
 - Support NumPy 2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/README.rst 
new/imreg-2025.1.1/README.rst
--- old/imreg-2024.5.24/README.rst      2024-05-25 19:07:35.000000000 +0200
+++ new/imreg-2025.1.1/README.rst       2025-01-02 03:19:31.000000000 +0100
@@ -9,7 +9,7 @@
 
 :Author: `Christoph Gohlke <https://www.cgohlke.com>`_
 :License: BSD 3-Clause
-:Version: 2024.5.24
+:Version: 2025.1.1
 
 Quickstart
 ----------
@@ -30,15 +30,19 @@
 This revision was tested with the following requirements and dependencies
 (other versions may work):
 
-- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.9, 3.12.3
-- `NumPy <https://pypi.org/project/numpy/>`_ 1.26.4
-- `Scipy <https://pypi.org/project/scipy>`_ 1.12.0
-- `Matplotlib 3.8.4 <https://pypi.org/project/matplotlib>`_
+- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.8, 3.13.1 64-bit
+- `NumPy <https://pypi.org/project/numpy/>`_ 2.1.3
+- `Scipy <https://pypi.org/project/scipy>`_ 1.14.1
+- `Matplotlib 3.10.0 <https://pypi.org/project/matplotlib>`_
   (optional for plotting)
 
 Revisions
 ---------
 
+2025.1.1
+
+- Drop support for Python 3.9, support Python 3.13.
+
 2024.5.24
 
 - Support NumPy 2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/imreg/imreg.py 
new/imreg-2025.1.1/imreg/imreg.py
--- old/imreg-2024.5.24/imreg/imreg.py  2024-05-25 19:05:57.000000000 +0200
+++ new/imreg-2025.1.1/imreg/imreg.py   2025-01-02 02:46:32.000000000 +0100
@@ -1,6 +1,6 @@
 # imreg.py
 
-# Copyright (c) 2011-2024, Christoph Gohlke
+# Copyright (c) 2011-2025, Christoph Gohlke
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 
 :Author: `Christoph Gohlke <https://www.cgohlke.com>`_
 :License: BSD 3-Clause
-:Version: 2024.5.24
+:Version: 2025.1.1
 
 Quickstart
 ----------
@@ -57,15 +57,19 @@
 This revision was tested with the following requirements and dependencies
 (other versions may work):
 
-- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.9, 3.12.3
-- `NumPy <https://pypi.org/project/numpy/>`_ 1.26.4
-- `Scipy <https://pypi.org/project/scipy>`_ 1.12.0
-- `Matplotlib 3.8.4 <https://pypi.org/project/matplotlib>`_
+- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.8, 3.13.1 64-bit
+- `NumPy <https://pypi.org/project/numpy/>`_ 2.1.3
+- `Scipy <https://pypi.org/project/scipy>`_ 1.14.1
+- `Matplotlib 3.10.0 <https://pypi.org/project/matplotlib>`_
   (optional for plotting)
 
 Revisions
 ---------
 
+2025.1.1
+
+- Drop support for Python 3.9, support Python 3.13.
+
 2024.5.24
 
 - Support NumPy 2.
@@ -119,9 +123,10 @@
 
 from __future__ import annotations
 
-__version__ = '2024.5.24'
+__version__ = '2025.1.1'
 
 __all__ = [
+    '__version__',
     'translation',
     'similarity',
     'similarity_matrix',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/imreg.egg-info/PKG-INFO 
new/imreg-2025.1.1/imreg.egg-info/PKG-INFO
--- old/imreg-2024.5.24/imreg.egg-info/PKG-INFO 2024-05-25 19:07:36.000000000 
+0200
+++ new/imreg-2025.1.1/imreg.egg-info/PKG-INFO  2025-01-02 03:19:31.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: imreg
-Version: 2024.5.24
+Version: 2025.1.1
 Summary: FFT based image registration
 Home-page: https://www.cgohlke.com
 Author: Christoph Gohlke
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
-Requires-Python: >=3.9
+Classifier: Programming Language :: Python :: 3.13
+Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: numpy
@@ -33,7 +33,7 @@
 
 :Author: `Christoph Gohlke <https://www.cgohlke.com>`_
 :License: BSD 3-Clause
-:Version: 2024.5.24
+:Version: 2025.1.1
 
 Quickstart
 ----------
@@ -54,15 +54,19 @@
 This revision was tested with the following requirements and dependencies
 (other versions may work):
 
-- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.9, 3.12.3
-- `NumPy <https://pypi.org/project/numpy/>`_ 1.26.4
-- `Scipy <https://pypi.org/project/scipy>`_ 1.12.0
-- `Matplotlib 3.8.4 <https://pypi.org/project/matplotlib>`_
+- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.8, 3.13.1 64-bit
+- `NumPy <https://pypi.org/project/numpy/>`_ 2.1.3
+- `Scipy <https://pypi.org/project/scipy>`_ 1.14.1
+- `Matplotlib 3.10.0 <https://pypi.org/project/matplotlib>`_
   (optional for plotting)
 
 Revisions
 ---------
 
+2025.1.1
+
+- Drop support for Python 3.9, support Python 3.13.
+
 2024.5.24
 
 - Support NumPy 2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/imreg.egg-info/SOURCES.txt 
new/imreg-2025.1.1/imreg.egg-info/SOURCES.txt
--- old/imreg-2024.5.24/imreg.egg-info/SOURCES.txt      2024-05-25 
19:07:36.000000000 +0200
+++ new/imreg-2025.1.1/imreg.egg-info/SOURCES.txt       2025-01-02 
03:19:32.000000000 +0100
@@ -5,6 +5,7 @@
 setup.py
 imreg/__init__.py
 imreg/imreg.py
+imreg/py.typed
 imreg.egg-info/PKG-INFO
 imreg.egg-info/SOURCES.txt
 imreg.egg-info/dependency_links.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imreg-2024.5.24/setup.py new/imreg-2025.1.1/setup.py
--- old/imreg-2024.5.24/setup.py        2024-05-20 19:03:35.000000000 +0200
+++ new/imreg-2025.1.1/setup.py 2025-01-02 02:44:12.000000000 +0100
@@ -84,7 +84,7 @@
         # 'Documentation': 'https://',
     },
     packages=['imreg'],
-    python_requires='>=3.9',
+    python_requires='>=3.10',
     install_requires=['numpy', 'scipy'],
     platforms=['any'],
     classifiers=[
@@ -94,9 +94,9 @@
         'Intended Audience :: Developers',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 3 :: Only',
-        'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: 3.12',
+        'Programming Language :: Python :: 3.13',
     ],
 )

Reply via email to