Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-castellan"

Mon Nov 10 19:16:53 2025 rev:20 rq:1316752 version:5.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-castellan/python-castellan.changes        
2024-09-04 13:23:46.079617318 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-castellan.new.1980/python-castellan.changes  
    2025-11-10 19:17:00.551514253 +0100
@@ -1,0 +2,21 @@
+Sun Nov  9 19:06:57 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 5.4.1:
+  * Drop redundant import check
+  * Do not cache client and base\_url
+  * Drop explicit dependency on python-subunit
+  * add pyproject.toml to support pip 23.1
+  * Fix AttributeError caused by mocked RequestContext
+  * Drop redundant injection of VIRTUAL\_ENV
+  * Update master for stable/2025.1
+  * Make log levels more adequate
+  * Skip installation to speed up pep8
+  * Drop ceilometer service overrides
+  * reno: Update master for unmaintained/2023.1
+  * Add note about requirements lower bounds
+  * Remove Python 3.8 support
+  * Declare Python 3.12 support
+  * Update master for stable/2024.2
+  * Account for secret.created possibly being None
+
+-------------------------------------------------------------------

Old:
----
  _service
  castellan-5.1.1.tar.gz

New:
----
  castellan-5.4.1.tar.gz

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

Other differences:
------------------
++++++ python-castellan.spec ++++++
--- /var/tmp/diff_new_pack.6DfGdF/_old  2025-11-10 19:17:01.703562516 +0100
+++ /var/tmp/diff_new_pack.6DfGdF/_new  2025-11-10 19:17:01.707562684 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-castellan
 #
-# 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,86 +16,81 @@
 #
 
 
+%global pythons %{primary_python}
 Name:           python-castellan
-Version:        5.1.1
+Version:        5.4.1
 Release:        0
 Summary:        Generic Key Manager interface for OpenStack
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/castellan
-Source0:        
https://files.pythonhosted.org/packages/source/c/castellan/castellan-5.1.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/c/castellan/castellan-%{version}.tar.gz
+BuildRequires:  %{python_module barbicanclient >= 5.5.0}
+BuildRequires:  %{python_module cryptography >= 2.7}
+BuildRequires:  %{python_module keystoneauth1 >= 3.4.0}
+BuildRequires:  %{python_module oslo.config >= 6.4.0}
+BuildRequires:  %{python_module oslo.log >= 3.36.0}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module requests >= 2.18.0}
+BuildRequires:  %{python_module requests-mock}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module testscenarios}
+BuildRequires:  %{python_module testtools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  openstack-macros
-BuildRequires:  python3-barbicanclient >= 5.5.0
-BuildRequires:  python3-cryptography >= 2.7
-BuildRequires:  python3-keystoneauth1 >= 3.4.0
-BuildRequires:  python3-oslo.config >= 6.4.0
-BuildRequires:  python3-oslo.log >= 3.36.0
-BuildRequires:  python3-oslotest
-BuildRequires:  python3-reno
-BuildRequires:  python3-requests >= 2.18.0
-BuildRequires:  python3-requests-mock
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-stestr
-BuildRequires:  python3-testscenarios
-BuildRequires:  python3-testtools
+Requires:       python-Babel
+Requires:       python-barbicanclient >= 5.5.0
+Requires:       python-cryptography >= 2.7
+Requires:       python-keystoneauth1 >= 3.4.0
+Requires:       python-oslo.config >= 6.4.0
+Requires:       python-oslo.context >= 2.19.2
+Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.log >= 3.36.0
+Requires:       python-oslo.utils >= 3.33.0
+Requires:       python-requests >= 2.18.0
+Requires:       python-stevedore >= 1.20.0
 BuildArch:      noarch
+%python_subpackages
 
 %description
 Generic Key Manager interface for OpenStack.
 
-%package -n python3-castellan
-Summary:        Generic Key Manager interface for OpenStack
-Requires:       python3-Babel
-Requires:       python3-barbicanclient >= 5.5.0
-Requires:       python3-cryptography >= 2.7
-Requires:       python3-keystoneauth1 >= 3.4.0
-Requires:       python3-oslo.config >= 6.4.0
-Requires:       python3-oslo.context >= 2.19.2
-Requires:       python3-oslo.i18n >= 3.15.3
-Requires:       python3-oslo.log >= 3.36.0
-Requires:       python3-oslo.utils >= 3.33.0
-Requires:       python3-requests >= 2.18.0
-Requires:       python3-stevedore >= 1.20.0
-
-%description -n python3-castellan
-Generic Key Manager interface for OpenStack.
-
-This package includes the Python 3.x module.
-
-%package -n python-castellan-doc
+%package -n python3-castellan-doc
 Summary:        Documentation for castellan
 Group:          Documentation/HTML
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-openstackdocstheme
 BuildRequires:  python3-sphinxcontrib-svg2pdfconverter
 
-%description -n python-castellan-doc
+%description -n python3-castellan-doc
 Castellan is a generic Key Manager interface for OpenStack.
 This package contains the documentation
 
 %prep
-%autosetup -p1 -n castellan-5.1.1
-%py_req_cleanup
+%autosetup -p1 -n castellan-%{version}
 
 %build
-%{py3_build}
+%pyproject_wheel
+
 # generate html docs
 PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py3_install}
+%pyproject_install
 
 %check
 %{openstack_stestr_run}
 
-%files -n python3-castellan
+%files %{python_files}
 %license LICENSE
-%{python3_sitelib}/castellan
-%{python3_sitelib}/*.egg-info
+%doc README.rst
+%{python_sitelib}/castellan
+%{python_sitelib}/castellan-%{version}.dist-info
 
-%files -n python-castellan-doc
+%files -n python3-castellan-doc
 %license LICENSE
 %doc README.rst doc/build/html
 

++++++ castellan-5.1.1.tar.gz -> castellan-5.4.1.tar.gz ++++++
++++ 1955 lines of diff (skipped)

Reply via email to