Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openstacksdk for 
openSUSE:Factory checked in at 2026-05-19 17:48:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstacksdk.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstacksdk"

Tue May 19 17:48:24 2026 rev:27 rq:1353901 version:4.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes  
2026-03-09 16:11:48.946102659 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new.1966/python-openstacksdk.changes
        2026-05-19 17:48:32.100060858 +0200
@@ -1,0 +2,83 @@
+Mon May 18 11:18:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.13.0:
+  * Add _max_microversion to ShareGroupSnapshot
+  * typing: Add annotations to all Proxy.create_* methods
+  * typing: Add annotations for Resource.create
+  * Deprecate version module
+  * volume v2: Add force delete
+  * zuul: Make networking-ext non-voting
+  * Replace OVN Metadata agent with OVN agent
+  * Update packaging configuration
+  * volume: Migrate create_image proxy methods
+  * load_balancer: add vip_sg_ids field to LoadBalancer resource
+  * typing: Fix type for Connection.connect_as_project
+  * key_manager: Remove unnecessary overrides of base_path
+  * Read connect_retry_delay in get_session_client
+  * Fix type of the networking related attributes
+  * Add SecurityGroupsDefaultStatefulness resource
+  * fix hashlib ValueError message check for py3.15
+
+-------------------------------------------------------------------
+Sun May 10 11:18:49 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.12.0:
+  * Identity: add update_password function
+  * baremetal: Add warnings for useless find methods
+  * resource: Add general _clean_body helper
+  * Fix ZoneImport base_path to match Designate API
+  * Add type hints for all find_* methods
+  * tests: Move test of Resource.patch
+  * cloud: Fix has_service for keystone
+  * identity: Fix limit, registered limit update
+  * typing: Make config stricter again
+  * typing: Add remaining types to service_description
+  * typing: Add remaining types to Resource
+  * typing: Add remaining types to QueryParameters
+  * resource: Split _prepare_request_body
+  * resource: Allow populating %(id)s in base_path
+  * typing: Add annotations for Resource.patch
+  * resource: Drop Resource.commit_jsonpatch
+  * image: Allow Image.patch calls
+  * identity: Add Limit.domain_id field
+  * resource: Simplify create, bulk_create
+  * Add a PUT command to update a router associated to an agent
+  * Remove outdated comment in setup.py
+  * Add ``ha_chassis_priority`` field to the Agent resource
+  * typing: Remove unnecessary Resource.find overloads
+  * typing: Use objects from typing_extensions
+  * typing: Use objects from typing
+  * typing: Use objects from collections.abc
+  * typing: Update for typed oslotest
+  * Add shares API to compute
+  * Fix port binding host parameter handling
+  * Fix UserGroup.base_path format specifier
+  * Add schema_version property to idp mappings
+  * Fix RecursionError when deepcopy is called on CloudRegion
+  * Identity: Support authorization_ttl property for identity
+    providers
+  * trivial: Remove excess indentation
+  * Remove requestsexceptions
+  * Remove references to urllib3.exceptions.SubjectAltNameWarning
+  * Adapt to new testtools
+  * ruff: Configure hacking as external linter
+  * Update master for stable/2026.1
+  * Fix help for cloud.port_create
+  * image: Fix docstring typo
+  * typing: Annotate openstack.service_description
+  * utils: Add ensure_service_version helper
+  * service_description: Avoid use of built kwargs
+  * service_description: Add missing None checks
+  * service_description: Trivial fixups
+  * proxy: Add api_version attribute
+  * tests: Use common structure for functional tests
+  * trivial: Misc test fixes
+  * Remove unused babel.cfg
+  * Fix type issue
+  * Allow configuring connect_retry_delay
+  * Remove MANIFEST.in
+  * Run mypy from tox
+  * trivial: Align tox indentation with other SDK projects
+  * Deprecate support for InfluxDB
+
+-------------------------------------------------------------------

Old:
----
  openstacksdk-4.10.0.tar.gz

New:
----
  openstacksdk-4.13.0.tar.gz

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

Other differences:
------------------
++++++ python-openstacksdk.spec ++++++
--- /var/tmp/diff_new_pack.lZrl12/_old  2026-05-19 17:48:33.000098089 +0200
+++ /var/tmp/diff_new_pack.lZrl12/_new  2026-05-19 17:48:33.000098089 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-openstacksdk
-Version:        4.10.0
+Version:        4.13.0
 Release:        0
 Summary:        An SDK for building applications to work with OpenStack
 License:        Apache-2.0
@@ -25,53 +25,48 @@
 URL:            https://docs.openstack.org/openstacksdk
 Source0:        
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML >= 3.13}
-BuildRequires:  %{python_module appdirs}
-BuildRequires:  %{python_module beautifulsoup4}
-BuildRequires:  %{python_module ddt}
+BuildRequires:  %{python_module cryptography >= 2.7}
+BuildRequires:  %{python_module ddt >= 1.0.1}
 BuildRequires:  %{python_module decorator >= 4.4.1}
 BuildRequires:  %{python_module deprecation}
 BuildRequires:  %{python_module dogpile.cache >= 0.6.5}
-BuildRequires:  %{python_module extras}
-BuildRequires:  %{python_module fixtures}
+BuildRequires:  %{python_module fixtures >= 3.0.0}
+BuildRequires:  %{python_module iso8601 >= 0.1.11}
 BuildRequires:  %{python_module jmespath >= 0.9.0}
 BuildRequires:  %{python_module jsonpatch >= 1.16}
-BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module jsonschema >= 3.2.0}
+BuildRequires:  %{python_module keyring >= 24.0.0}
 BuildRequires:  %{python_module keystoneauth1 >= 5.12.0}
-BuildRequires:  %{python_module munch}
-BuildRequires:  %{python_module netifaces >= 0.10.4}
 BuildRequires:  %{python_module os-service-types >= 1.8.1}
-BuildRequires:  %{python_module oslo.config}
-BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module oslo.config >= 6.1.0}
+BuildRequires:  %{python_module oslotest >= 3.2.0}
 BuildRequires:  %{python_module pbr >= 2.0.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module platformdirs >= 3}
-BuildRequires:  %{python_module prometheus_client}
-BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module prometheus_client >= 0.4.2}
+BuildRequires:  %{python_module psutil >= 3.2.2}
 BuildRequires:  %{python_module python-subunit}
-BuildRequires:  %{python_module requests-mock}
-BuildRequires:  %{python_module requestsexceptions >= 1.2.0}
-BuildRequires:  %{python_module statsd}
-BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module requests-mock >= 1.2.0}
+BuildRequires:  %{python_module statsd >= 3.3.0}
+BuildRequires:  %{python_module stestr >= 1.0.0}
 BuildRequires:  %{python_module stevedore}
-BuildRequires:  %{python_module testscenarios}
-BuildRequires:  %{python_module testtools}
+BuildRequires:  %{python_module testscenarios >= 0.4}
+BuildRequires:  %{python_module testtools >= 2.2.0}
+BuildRequires:  %{python_module typing-extensions >= 4.12.0}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  openstack-macros
 Requires:       python-PyYAML >= 3.13
-Requires:       python-appdirs
 Requires:       python-cryptography >= 2.7
 Requires:       python-decorator >= 4.4.1
 Requires:       python-dogpile.cache >= 0.6.5
 Requires:       python-iso8601 >= 0.1.11
 Requires:       python-jmespath >= 0.9.0
 Requires:       python-jsonpatch >= 1.16
-Requires:       python-keystoneauth1 >= 5.12.0
-Requires:       python-munch
-Requires:       python-netifaces >= 0.10.4
+Requires:       python-keystoneauth1 >= 5.10.0
 Requires:       python-os-service-types >= 1.8.1
 Requires:       python-platformdirs >= 3
-Requires:       python-psutil
-Requires:       python-requestsexceptions >= 1.2.0
+Requires:       python-psutil >= 3.2.2
+Requires:       python-typing-extensions >= 4.12.0
 BuildArch:      noarch
 %if "python%{python_nodots_ver}" == "%{primary_python}"
 Obsoletes:      python3-openstacksdk < %{version}

++++++ openstacksdk-4.10.0.tar.gz -> openstacksdk-4.13.0.tar.gz ++++++
++++ 34425 lines of diff (skipped)

Reply via email to