Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2026-03-10 17:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-designateclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-designateclient.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-designateclient"

Tue Mar 10 17:53:34 2026 rev:25 rq:1337830 version:6.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
    2025-11-10 19:17:08.415843714 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new.8177/python-designateclient.changes
  2026-03-10 17:53:53.728991282 +0100
@@ -1,0 +2,14 @@
+Mon Mar  9 21:35:17 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.4.0:
+  * reno: Update master for unmaintained/2024.1
+  * Remove remaining Python 3.9 support
+  * Update master for stable/2025.2
+  * Drop explicit dependency on python-subunit
+
+-------------------------------------------------------------------
+Mon Nov 10 13:03:58 UTC 2025 - Dirk Müller <[email protected]>
+
+- fix filelist
+
+-------------------------------------------------------------------

Old:
----
  python_designateclient-6.3.0.tar.gz

New:
----
  python_designateclient-6.4.0.tar.gz

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

Other differences:
------------------
++++++ python-designateclient.spec ++++++
--- /var/tmp/diff_new_pack.WccCW2/_old  2026-03-10 17:53:54.293014569 +0100
+++ /var/tmp/diff_new_pack.WccCW2/_new  2026-03-10 17:53:54.297014733 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-designateclient
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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,7 +18,7 @@
 
 %global pythons %{primary_python}
 Name:           python-designateclient
-Version:        6.3.0
+Version:        6.4.0
 Release:        0
 Summary:        OpenStack DNS as a Service - Client
 License:        Apache-2.0
@@ -42,7 +42,6 @@
 Requires:       python-oslo.serialization >= 2.18.0
 Requires:       python-oslo.utils >= 3.33.0
 Requires:       python-requests >= 2.14.2
-Requires:       python-six
 BuildArch:      noarch
 %python_subpackages
 
@@ -79,8 +78,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python3_sitelib}/designateclient
-%{python3_sitelib}/python_designateclient-%{version}.dist-info
+%{python_sitelib}/designateclient
+%{python_sitelib}/python_designateclient-%{version}.dist-info
 
 %files -n python3-designateclient-doc
 %license LICENSE

++++++ python_designateclient-6.3.0.tar.gz -> 
python_designateclient-6.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_designateclient-6.3.0/ChangeLog 
new/python_designateclient-6.4.0/ChangeLog
--- old/python_designateclient-6.3.0/ChangeLog  2025-05-16 15:28:17.000000000 
+0200
+++ new/python_designateclient-6.4.0/ChangeLog  2026-02-24 15:34:05.000000000 
+0100
@@ -1,6 +1,14 @@
 CHANGES
 =======
 
+6.4.0
+-----
+
+* reno: Update master for unmaintained/2024.1
+* Remove remaining Python 3.9 support
+* Update master for stable/2025.2
+* Drop explicit dependency on python-subunit
+
 6.3.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_designateclient-6.3.0/PKG-INFO 
new/python_designateclient-6.4.0/PKG-INFO
--- old/python_designateclient-6.3.0/PKG-INFO   2025-05-16 15:28:17.460368400 
+0200
+++ new/python_designateclient-6.4.0/PKG-INFO   2026-02-24 15:34:06.070713500 
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: python-designateclient
-Version: 6.3.0
+Version: 6.4.0
 Summary: OpenStack DNS-as-a-Service - Client
 Home-page: https://docs.openstack.org/python-designateclient/latest
 Author: OpenStack
@@ -15,12 +15,12 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: Topic :: Internet :: Name Service (DNS)
-Requires-Python: >=3.9
+Requires-Python: >=3.10
 License-File: LICENSE
 Requires-Dist: cliff!=2.9.0,>=2.8.0
 Requires-Dist: jsonschema>=3.2.0
@@ -32,5 +32,45 @@
 Requires-Dist: requests>=2.14.2
 Requires-Dist: stevedore>=1.20.0
 Requires-Dist: debtcollector>=1.2.0
+Dynamic: author
+Dynamic: author-email
+Dynamic: license
+Dynamic: license-file
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
-OpenStack DNS-as-a-Service - Client
+=====================================
+Python bindings to the Designate API
+=====================================
+
+.. image:: https://img.shields.io/pypi/v/python-designateclient.svg
+    :target: https://pypi.org/project/python-designateclient/
+    :alt: Latest Version
+
+This is a client library for Designate built on the Designate API. It
+provides a Python API (the ``designateclient`` module) and a command-line tool
+(``designate``).
+
+Development takes place via the usual OpenStack processes as outlined in the
+`developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.  
The master
+repository is in `Git 
<https://git.openstack.org/cgit/openstack/python-designateclient>`_.
+
+See release notes and more at 
`<https://docs.openstack.org/python-designateclient/latest/>`_.
+
+* License: Apache License, Version 2.0
+* `PyPi`_ - package installation
+* `Online Documentation`_
+* `Bugs`_ - issue tracking
+* `Blueprints`_ - feature specifications
+* `Source`_
+* `How to Contribute`_
+* `Release Notes`_
+
+.. _PyPi: https://pypi.org/project/python-designateclient
+.. _Online Documentation: 
https://docs.openstack.org/python-designateclient/latest/
+.. _Bugs: https://bugs.launchpad.net/python-designateclient
+.. _Blueprints: https://blueprints.launchpad.net/python-designateclient
+.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
+.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
+.. _Release Notes: 
https://docs.openstack.org/releasenotes/python-designateclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/python_designateclient.egg-info/PKG-INFO 
new/python_designateclient-6.4.0/python_designateclient.egg-info/PKG-INFO
--- old/python_designateclient-6.3.0/python_designateclient.egg-info/PKG-INFO   
2025-05-16 15:28:17.000000000 +0200
+++ new/python_designateclient-6.4.0/python_designateclient.egg-info/PKG-INFO   
2026-02-24 15:34:05.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: python-designateclient
-Version: 6.3.0
+Version: 6.4.0
 Summary: OpenStack DNS-as-a-Service - Client
 Home-page: https://docs.openstack.org/python-designateclient/latest
 Author: OpenStack
@@ -15,12 +15,12 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: Topic :: Internet :: Name Service (DNS)
-Requires-Python: >=3.9
+Requires-Python: >=3.10
 License-File: LICENSE
 Requires-Dist: cliff!=2.9.0,>=2.8.0
 Requires-Dist: jsonschema>=3.2.0
@@ -32,5 +32,45 @@
 Requires-Dist: requests>=2.14.2
 Requires-Dist: stevedore>=1.20.0
 Requires-Dist: debtcollector>=1.2.0
+Dynamic: author
+Dynamic: author-email
+Dynamic: license
+Dynamic: license-file
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
-OpenStack DNS-as-a-Service - Client
+=====================================
+Python bindings to the Designate API
+=====================================
+
+.. image:: https://img.shields.io/pypi/v/python-designateclient.svg
+    :target: https://pypi.org/project/python-designateclient/
+    :alt: Latest Version
+
+This is a client library for Designate built on the Designate API. It
+provides a Python API (the ``designateclient`` module) and a command-line tool
+(``designate``).
+
+Development takes place via the usual OpenStack processes as outlined in the
+`developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.  
The master
+repository is in `Git 
<https://git.openstack.org/cgit/openstack/python-designateclient>`_.
+
+See release notes and more at 
`<https://docs.openstack.org/python-designateclient/latest/>`_.
+
+* License: Apache License, Version 2.0
+* `PyPi`_ - package installation
+* `Online Documentation`_
+* `Bugs`_ - issue tracking
+* `Blueprints`_ - feature specifications
+* `Source`_
+* `How to Contribute`_
+* `Release Notes`_
+
+.. _PyPi: https://pypi.org/project/python-designateclient
+.. _Online Documentation: 
https://docs.openstack.org/python-designateclient/latest/
+.. _Bugs: https://bugs.launchpad.net/python-designateclient
+.. _Blueprints: https://blueprints.launchpad.net/python-designateclient
+.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
+.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
+.. _Release Notes: 
https://docs.openstack.org/releasenotes/python-designateclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/python_designateclient.egg-info/SOURCES.txt 
new/python_designateclient-6.4.0/python_designateclient.egg-info/SOURCES.txt
--- 
old/python_designateclient-6.3.0/python_designateclient.egg-info/SOURCES.txt    
    2025-05-16 15:28:17.000000000 +0200
+++ 
new/python_designateclient-6.4.0/python_designateclient.egg-info/SOURCES.txt    
    2026-02-24 15:34:06.000000000 +0100
@@ -131,6 +131,7 @@
 releasenotes/source/2024.1.rst
 releasenotes/source/2024.2.rst
 releasenotes/source/2025.1.rst
+releasenotes/source/2025.2.rst
 releasenotes/source/conf.py
 releasenotes/source/index.rst
 releasenotes/source/newton.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/python_designateclient.egg-info/pbr.json 
new/python_designateclient-6.4.0/python_designateclient.egg-info/pbr.json
--- old/python_designateclient-6.3.0/python_designateclient.egg-info/pbr.json   
2025-05-16 15:28:17.000000000 +0200
+++ new/python_designateclient-6.4.0/python_designateclient.egg-info/pbr.json   
2026-02-24 15:34:05.000000000 +0100
@@ -1 +1 @@
-{"git_version": "1505c27", "is_release": true}
\ No newline at end of file
+{"git_version": "891ee88", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/releasenotes/source/2024.1.rst 
new/python_designateclient-6.4.0/releasenotes/source/2024.1.rst
--- old/python_designateclient-6.3.0/releasenotes/source/2024.1.rst     
2025-05-16 15:27:17.000000000 +0200
+++ new/python_designateclient-6.4.0/releasenotes/source/2024.1.rst     
2026-02-24 15:32:49.000000000 +0100
@@ -3,4 +3,4 @@
 ===========================
 
 .. release-notes::
-   :branch: stable/2024.1
+   :branch: unmaintained/2024.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/releasenotes/source/2025.2.rst 
new/python_designateclient-6.4.0/releasenotes/source/2025.2.rst
--- old/python_designateclient-6.3.0/releasenotes/source/2025.2.rst     
1970-01-01 01:00:00.000000000 +0100
+++ new/python_designateclient-6.4.0/releasenotes/source/2025.2.rst     
2026-02-24 15:32:49.000000000 +0100
@@ -0,0 +1,6 @@
+===========================
+2025.2 Series Release Notes
+===========================
+
+.. release-notes::
+   :branch: stable/2025.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_designateclient-6.3.0/releasenotes/source/index.rst 
new/python_designateclient-6.4.0/releasenotes/source/index.rst
--- old/python_designateclient-6.3.0/releasenotes/source/index.rst      
2025-05-16 15:27:17.000000000 +0200
+++ new/python_designateclient-6.4.0/releasenotes/source/index.rst      
2026-02-24 15:32:49.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   2025.2
    2025.1
    2024.2
    2024.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_designateclient-6.3.0/setup.cfg 
new/python_designateclient-6.4.0/setup.cfg
--- old/python_designateclient-6.3.0/setup.cfg  2025-05-16 15:28:17.460368400 
+0200
+++ new/python_designateclient-6.4.0/setup.cfg  2026-02-24 15:34:06.071713400 
+0100
@@ -6,7 +6,7 @@
 author = OpenStack
 author_email = [email protected]
 url = https://docs.openstack.org/python-designateclient/latest
-python_requires = >=3.9
+python_requires = >=3.10
 classifiers = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -17,10 +17,10 @@
        Programming Language :: Python :: Implementation :: CPython
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3.10
        Programming Language :: Python :: 3.11
        Programming Language :: Python :: 3.12
+       Programming Language :: Python :: 3.13
        Topic :: Internet :: Name Service (DNS)
 
 [files]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_designateclient-6.3.0/test-requirements.txt 
new/python_designateclient-6.4.0/test-requirements.txt
--- old/python_designateclient-6.3.0/test-requirements.txt      2025-05-16 
15:27:17.000000000 +0200
+++ new/python_designateclient-6.4.0/test-requirements.txt      2026-02-24 
15:32:49.000000000 +0100
@@ -3,7 +3,6 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 oslo.config>=5.2.0 # Apache-2.0
 oslotest>=3.2.0 # Apache-2.0
-python-subunit>=1.0.0 # Apache-2.0/BSD
 requests-mock>=1.2.0 # Apache-2.0
 stestr>=2.0.0 # Apache-2.0
 tempest>=25.0.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_designateclient-6.3.0/tox.ini 
new/python_designateclient-6.4.0/tox.ini
--- old/python_designateclient-6.3.0/tox.ini    2025-05-16 15:27:17.000000000 
+0200
+++ new/python_designateclient-6.4.0/tox.ini    2026-02-24 15:32:49.000000000 
+0100
@@ -70,7 +70,7 @@
           OS_DEBUG
           TEMPEST_CONFIG
 
-[testenv:functional-py{39,310,311,312}]
+[testenv:functional-py{310,311,312,313}]
 setenv =
   {[testenv:functional]setenv}
 

Reply via email to