Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2025-11-10 19:17:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and      /work/SRC/openSUSE:Factory/.python-tooz.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tooz"

Mon Nov 10 19:17:47 2025 rev:18 rq:1316800 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2024-09-04 
13:22:49.037230443 +0200
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.1980/python-tooz.changes        
2025-11-10 19:18:12.170514582 +0100
@@ -1,0 +2,25 @@
+Sun Nov  9 18:26:16 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 7.0.0:
+  * Add TLS support for Memcached driver
+  * add pyproject.toml to support pip 23.1
+  * Drop environment for protobuf library
+  * Bump etcd in tests
+  * tox: Remove basepython
+  * Remove remaining uses of oslo.util md5 wrapper
+  * deprecate the eventlet handler from the zookeeper driver
+  * Replace oslo\_utils.encodeutils.exception\_to\_unicode
+  * Add Kubernetes Lock support
+  * Remove Windows support
+  * Add note about requirements lower bounds
+  * Run pyupgrade to clean up Python 2 syntaxes
+  * Remove Python 3.8 support
+  * Fix outdated tox minversion
+  * Bump python versions used in tests
+  * Use oslo.utils implementation to compare versions
+  * Use oslo.utils implementation to parse sentinel address
+  * Fix wrong usage of 'wraps'
+  * zookeeper: fix argparse related to ssl
+  * mysql: Use oslo\_utils implementation to parse boolean
+
+-------------------------------------------------------------------

Old:
----
  _service
  tooz-6.3.0.tar.gz

New:
----
  tooz-7.0.0.tar.gz

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

Other differences:
------------------
++++++ python-tooz.spec ++++++
--- /var/tmp/diff_new_pack.ICYXcv/_old  2025-11-10 19:18:14.678619654 +0100
+++ /var/tmp/diff_new_pack.ICYXcv/_new  2025-11-10 19:18:14.682619821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tooz
 #
-# 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
@@ -16,65 +16,52 @@
 #
 
 
-%if 0%{?rhel} || 0%{?fedora}
-%global rdo 1
-%endif
 Name:           python-tooz
-Version:        6.3.0
+Version:        7.0.0
 Release:        0
 Summary:        Coordination library for distributed systems
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/tooz/latest/
-Source0:        
https://files.pythonhosted.org/packages/source/t/tooz/tooz-6.3.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/t/tooz/tooz-%{version}.tar.gz
+BuildRequires:  %{python_module fasteners >= 0.7}
+BuildRequires:  %{python_module fixtures}
+BuildRequires:  %{python_module futurist >= 1.2.0}
+BuildRequires:  %{python_module oslo.serialization >= 1.10.0}
+BuildRequires:  %{python_module oslo.utils >= 4.7.0}
+BuildRequires:  %{python_module pifpaf}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pymemcache}
+BuildRequires:  %{python_module stevedore >= 1.16.0}
+BuildRequires:  %{python_module tenacity >= 5.0.0}
+BuildRequires:  %{python_module testtools}
+BuildRequires:  %{python_module voluptuous >= 0.8.9}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
-BuildRequires:  python3-fasteners >= 0.7
-BuildRequires:  python3-fixtures
-BuildRequires:  python3-futurist >= 1.2.0
-BuildRequires:  python3-oslo.serialization >= 1.10.0
-BuildRequires:  python3-oslo.utils >= 4.7.0
-BuildRequires:  python3-pbr
-BuildRequires:  python3-pymemcache
-BuildRequires:  python3-stevedore >= 1.16.0
-BuildRequires:  python3-tenacity >= 5.0.0
-BuildRequires:  python3-testtools
-BuildRequires:  python3-voluptuous >= 0.8.9
 BuildArch:      noarch
-%if ! 0%{?rdo}
-BuildRequires:  python3-pifpaf
-%endif
+Requires:       python-fasteners >= 0.7
+Requires:       python-futurist >= 1.2.0
+Requires:       python-msgpack >= 0.4.0
+Requires:       python-oslo.serialization >= 1.10.0
+Requires:       python-oslo.utils >= 4.7.0
+Requires:       python-stevedore >= 1.16.0
+Requires:       python-tenacity >= 5.0.0
+Requires:       python-voluptuous >= 0.8.9
+%python_subpackages
 
 %description
 The Tooz project aims at centralizing the most common distributed primitives
 like group membership protocol, lock service and leader election by providing
 a coordination API helping developers to build distributed applications.
 
-%package -n python3-tooz
-Summary:        Coordination library for distributed systems
-Requires:       python3-fasteners >= 0.7
-Requires:       python3-futurist >= 1.2.0
-Requires:       python3-msgpack >= 0.4.0
-Requires:       python3-oslo.serialization >= 1.10.0
-Requires:       python3-oslo.utils >= 4.7.0
-Requires:       python3-stevedore >= 1.16.0
-Requires:       python3-tenacity >= 5.0.0
-Requires:       python3-voluptuous >= 0.8.9
-
-%description -n python3-tooz
-The Tooz project aims at centralizing the most common distributed primitives
-like group membership protocol, lock service and leader election by providing
-a coordination API helping developers to build distributed applications.
-
-This package contains the Python 3.x module.
-
-%package -n python-tooz-doc
+%package -n python3-tooz-doc
 Summary:        Documentation for %{name}
 Group:          Documentation/HTML
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-openstackdocstheme
 
-%description  -n python-tooz-doc
+%description  -n python3-tooz-doc
 The Tooz project aims at centralizing the most common distributed primitives
 like group membership protocol, lock service and leader election by providing
 a coordination API helping developers to build distributed applications.
@@ -82,35 +69,32 @@
 This package contains documentation in HTML format.
 
 %prep
-%autosetup -p1 -n tooz-6.3.0
-%py_req_cleanup
+%autosetup -p1 -n tooz-%{version}
 
 %build
-%{py3_build}
+%pyproject_wheel
 
 # generate html docs
 PYTHONPATH=. \
-    %sphinx_build -b html doc/source doc/build/html
+    sphinx-build -b html doc/source doc/build/html
 # remove the Sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
-%if ! 0%{?rdo}
 export TOOZ_TEST_DRIVERS="memcached"
 export PATH=%{_prefix}/sbin:$PATH
 export LC_ALL=en_US.UTF-8
 bash run-tests.sh
-%endif
 
 %install
-%{py3_install}
+%pyproject_install
 
-%files -n python3-tooz
+%files %{python_files}
 %license LICENSE
-%{python3_sitelib}/tooz
-%{python3_sitelib}/tooz-*.egg-info
+%{python_sitelib}/tooz
+%{python_sitelib}/tooz-%{version}.dist-info
 
-%files -n python-tooz-doc
+%files -n python3-tooz-doc
 %license LICENSE
 %doc doc/build/html README.rst
 

++++++ tooz-6.3.0.tar.gz -> tooz-7.0.0.tar.gz ++++++
++++ 3326 lines of diff (skipped)

Reply via email to