Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytools for openSUSE:Factory 
checked in at 2026-06-17 16:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytools (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytools.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytools"

Wed Jun 17 16:27:04 2026 rev:21 rq:1360004 version:2026.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytools/python-pytools.changes    
2024-06-24 20:58:17.251235018 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytools.new.1981/python-pytools.changes  
2026-06-17 16:28:40.641026142 +0200
@@ -1,0 +2,13 @@
+Wed Jun 17 10:06:19 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 2026.1.1:
+  * Add graph utilities for tag propagation
+  * Extensive type-annotation coverage across the codebase
+  * Numerous dependency and tooling updates
+- Switch to the hatchling build backend
+- Add python-siphash24 as a new mandatory dependency
+- typing_extensions (>= 4.5) is now an unconditional dependency
+- numpy is now an optional dependency, expressed as a Recommends
+  instead of a hard Requires
+
+-------------------------------------------------------------------

Old:
----
  pytools-2024.1.5.tar.gz

New:
----
  pytools-2026.1.1.tar.gz

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

Other differences:
------------------
++++++ python-pytools.spec ++++++
--- /var/tmp/diff_new_pack.VEo56k/_old  2026-06-17 16:28:41.961081100 +0200
+++ /var/tmp/diff_new_pack.VEo56k/_new  2026-06-17 16:28:41.965081267 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytools
 #
-# Copyright (c) 2024 SUSE LLC
+# 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
@@ -18,28 +18,28 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pytools
-Version:        2024.1.5
+Version:        2026.1.1
 Release:        0
 Summary:        A collection of tools for Python
 License:        MIT
 URL:            https://pypi.python.org/pypi/pytools
 Source0:        
https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz
-BuildRequires:  %{python_module base}
-BuildRequires:  %{python_module numpy >= 1.6.0}
+BuildRequires:  %{python_module base >= 3.10}
+BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module platformdirs >= 2.2.0}
+BuildRequires:  %{python_module platformdirs >= 2.2}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module siphash24 >= 1.6}
 BuildRequires:  %{python_module sqlite3}
-BuildRequires:  %{python_module typing_extensions if %python-base < 3.11}
+BuildRequires:  %{python_module typing_extensions >= 4.5}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-numpy >= 1.6.0
-Requires:       python-platformdirs
-%if %{python_version_nodots} < 311
-Requires:       python-typing_extensions
-%endif
+Requires:       python-platformdirs >= 2.2
+Requires:       python-siphash24 >= 1.6
+Requires:       python-typing_extensions >= 4.5
+# numpy is an optional dependency enabling the numpy-aware helpers
+Recommends:     python-numpy >= 1.6
 BuildArch:      noarch
 %python_subpackages
 

++++++ pytools-2024.1.5.tar.gz -> pytools-2026.1.1.tar.gz ++++++
++++ 9909 lines of diff (skipped)

Reply via email to