Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-oslo.cache"

Mon Nov 10 19:17:22 2025 rev:21 rq:1316776 version:3.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes      
2024-09-04 13:23:09.450084596 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.1980/python-oslo.cache.changes
    2025-11-10 19:17:45.869412752 +0100
@@ -1,0 +2,33 @@
+Sun Nov  9 17:33:09 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 3.12.0:
+  * Imported Translations from Zanata
+  * Drop unused script for etcd tests
+  * Use BMemcacheClientPool if tls\_enabled=true
+  * add pyproject.toml to support pip 23.1
+  * Fix missing ':' in IPv6 example
+  * Update master for stable/2025.1
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul  1 22:37:02 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 3.10.1:
+  * Skip installation to speed up pep8
+  * Adjust warning message for eventlet support deprecation
+  * deprecate using memcache\_pool backend into an eventlet env
+  * Skip functional tests for documentation update
+  * Get rid of third party mock library
+  * Detect service ports from pifpaf environments
+  * Fix etcd package
+  * reno: Update master for unmaintained/2023.1
+  * Add note about requirements lower bounds
+  * Run pyupgrade to clean up Python 2 syntaxes
+  * Remove Python 3.8 support
+  * Support expiration time in backend
+  * Fix outdated tox minversion
+  * Declare Python 3.12 support
+  * Use oslo.utils implementation to parse sentinel address
+  * Update master for stable/2024.2
+
+-------------------------------------------------------------------

Old:
----
  _service
  oslo.cache-3.8.0.tar.gz

New:
----
  oslo_cache-3.12.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.cache.spec ++++++
--- /var/tmp/diff_new_pack.yXzQxy/_old  2025-11-10 19:17:46.417435710 +0100
+++ /var/tmp/diff_new_pack.yXzQxy/_new  2025-11-10 19:17:46.417435710 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.cache
 #
-# 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
@@ -17,27 +17,35 @@
 
 
 Name:           python-oslo.cache
-Version:        3.8.0
+Version:        3.12.0
 Release:        0
 Summary:        Cache storage for Openstack projects
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.cache
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-3.8.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo-cache/oslo_cache-%{version}.tar.gz
+BuildRequires:  %{python_module dogpile.cache >= 1.3.3}
+BuildRequires:  %{python_module oslo.config >= 8.1.0}
+BuildRequires:  %{python_module oslo.i18n >= 5.0.0}
+BuildRequires:  %{python_module oslo.log >= 4.2.1}
+BuildRequires:  %{python_module oslo.utils >= 4.2.0}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pymemcache}
+BuildRequires:  %{python_module pymongo}
+BuildRequires:  %{python_module python-binary-memcached}
+BuildRequires:  %{python_module python-memcached}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  openstack-macros
-BuildRequires:  python3-dogpile.cache >= 1.3.1
-BuildRequires:  python3-oslo.config >= 8.1.0
-BuildRequires:  python3-oslo.i18n >= 5.0.0
-BuildRequires:  python3-oslo.log >= 4.2.1
-BuildRequires:  python3-oslo.utils >= 4.2.0
-BuildRequires:  python3-oslotest
-BuildRequires:  python3-pbr
-BuildRequires:  python3-pymemcache
-BuildRequires:  python3-pymongo
-BuildRequires:  python3-python-binary-memcached
-BuildRequires:  python3-python-memcached
-BuildRequires:  python3-stestr
+Requires:       python-dogpile.cache >= 1.3.3
+Requires:       python-oslo.config >= 8.1.0
+Requires:       python-oslo.i18n >= 5.0.0
+Requires:       python-oslo.log >= 4.2.1
+Requires:       python-oslo.utils >= 4.2.0
+Requires:       python-python-memcached
 BuildArch:      noarch
+%python_subpackages
 
 %description
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
@@ -45,21 +53,6 @@
 support memoization, key value storage and interfaces to common caching
 backends such as Memcached.
 
-%package -n python3-oslo.cache
-Summary:        Cache storage for Openstack projects
-Requires:       python3-dogpile.cache >= 1.3.1
-Requires:       python3-oslo.config >= 8.1.0
-Requires:       python3-oslo.i18n >= 5.0.0
-Requires:       python3-oslo.log >= 4.2.1
-Requires:       python3-oslo.utils >= 4.2.0
-Requires:       python3-python-memcached
-
-%description -n python3-oslo.cache
-oslo.cache aims to provide a generic caching mechanism for OpenStack projects
-by wrapping the dogpile.cache library. The dogpile.cache library provides
-support memoization, key value storage and interfaces to common caching
-backends such as Memcached.
-
 %package -n python-oslo.cache-doc
 Summary:        Documentation for the OpenStack Oslo Cache library
 BuildRequires:  python3-Sphinx
@@ -70,28 +63,27 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-3.8.0
-%py_req_cleanup
+%autosetup -p1 -n oslo_cache-%{version}
 
 %build
-%{py3_build}
+%pyproject_wheel
 
 %install
-%{py3_install}
+%pyproject_install
 
 # generate html docs
-PBR_VERSION=3.8.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
 %{openstack_stestr_run}
 
-%files -n python3-oslo.cache
+%files %{python_files}
 %license LICENSE
-%doc README.rst ChangeLog
-%{python3_sitelib}/oslo_cache
-%{python3_sitelib}/*.egg-info
+%doc README.rst
+%{python_sitelib}/oslo_cache
+%{python_sitelib}/oslo_cache-%{version}.dist-info
 
 %files -n python-oslo.cache-doc
 %license LICENSE

Reply via email to