Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-keystoneclient"

Mon Nov 10 19:17:06 2025 rev:42 rq:1316762 version:5.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
    2025-06-14 16:17:40.570135930 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new.1980/python-keystoneclient.changes
    2025-11-10 19:17:22.384428899 +0100
@@ -1,0 +2,17 @@
+Sun Nov  9 14:46:34 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 5.7.0:
+  * Remove Python 3.9 support
+  * Update master for stable/2025.1
+  * Update default envlist
+  * reno: Update master for unmaintained/2023.1
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul  1 22:42:16 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 5.6.0:
+  * Remove Python 3.8 support
+  * Update master for stable/2024.2
+
+-------------------------------------------------------------------

Old:
----
  _service
  python-keystoneclient-5.5.0.tar.gz

New:
----
  python_keystoneclient-5.7.0.tar.gz

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

Other differences:
------------------
++++++ python-keystoneclient.spec ++++++
--- /var/tmp/diff_new_pack.XEYFr4/_old  2025-11-10 19:17:22.976453700 +0100
+++ /var/tmp/diff_new_pack.XEYFr4/_new  2025-11-10 19:17:22.976453700 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keystoneclient
 #
-# Copyright (c) 2025 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,48 +17,49 @@
 
 
 Name:           python-keystoneclient
-Version:        5.5.0
+Version:        5.7.0
 Release:        0
+Epoch:          0
 Summary:        Client library for OpenStack Identity API
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-keystoneclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-keystoneclient/python-keystoneclient-5.5.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-keystoneclient/python_keystoneclient-%{version}.tar.gz
+BuildRequires:  %{python_module debtcollector >= 1.2.0}
+BuildRequires:  %{python_module keystoneauth1 >= 3.4.0}
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module oslo.config >= 5.2.0}
+BuildRequires:  %{python_module oslo.i18n >= 3.15.3}
+BuildRequires:  %{python_module oslo.serialization >= 2.18.0}
+BuildRequires:  %{python_module oslo.utils >= 3.33.0}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pbr >= 2.0.0}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module requests-mock}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module testresources}
+BuildRequires:  %{python_module testscenarios}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  openssl
 BuildRequires:  openstack-macros
-BuildRequires:  python3-debtcollector >= 1.2.0
-BuildRequires:  python3-keystoneauth1 >= 3.4.0
-BuildRequires:  python3-lxml
-BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.serialization >= 2.18.0
-BuildRequires:  python3-oslo.utils >= 3.33.0
-BuildRequires:  python3-oslotest
-BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-requests-mock
-BuildRequires:  python3-stestr
-BuildRequires:  python3-testresources
-BuildRequires:  python3-testscenarios
+Requires:       python-debtcollector >= 1.2.0
+Requires:       python-keystoneauth1 >= 3.4.0
+Requires:       python-oslo.config >= 5.2.0
+Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.serialization >= 2.18.0
+Requires:       python-oslo.utils >= 3.33.0
+Requires:       python-packaging >= 20.4
+Requires:       python-requests >= 2.14.2
+Requires:       python-stevedore >= 1.20.0
 BuildArch:      noarch
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes:      python3-keystoneclient < %{version}
+%endif
+%python_subpackages
 
 %description
 Client library for interacting with Openstack Identity API.
 
-%package -n python3-keystoneclient
-Summary:        Client library for OpenStack Identity API
-Requires:       python3-debtcollector >= 1.2.0
-Requires:       python3-keystoneauth1 >= 3.4.0
-Requires:       python3-oslo.config >= 5.2.0
-Requires:       python3-oslo.i18n >= 3.15.3
-Requires:       python3-oslo.serialization >= 2.18.0
-Requires:       python3-oslo.utils >= 3.33.0
-Requires:       python3-packaging >= 20.4
-Requires:       python3-requests >= 2.14.2
-Requires:       python3-stevedore >= 1.20.0
-
-%description -n python3-keystoneclient
-Client library for interacting with Openstack Identity API.
-
 %package -n python-keystoneclient-doc
 Summary:        Documentation for OpenStack Identity API Client
 Group:          Documentation/HTML
@@ -71,13 +72,10 @@
 Identity API.
 
 %prep
-%autosetup -p1 -n python-keystoneclient-5.5.0
-%py_req_cleanup
-# disable intersphinx - no network access during build
-echo "intersphinx_mapping = {}" >> doc/source/conf.py
+%autosetup -p1 -n python_keystoneclient-%{version}
 
 %build
-%{py3_build}
+%pyproject_wheel
 
 # Build HTML docs and man page
 PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
@@ -85,16 +83,16 @@
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py3_install}
+%pyproject_install
 
 %check
 %{openstack_stestr_run}
 
-%files -n python3-keystoneclient
+%files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python3_sitelib}/keystoneclient
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/keystoneclient
+%{python_sitelib}/python_keystoneclient-%{version}.dist-info
 
 %files -n python-keystoneclient-doc
 %doc doc/build/html

Reply via email to