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 2024-05-03 19:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstacksdk.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstacksdk"

Fri May  3 19:45:35 2024 rev:23 rq:1171473 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes  
2024-01-15 22:19:29.335417134 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new.1880/python-openstacksdk.changes
        2024-05-03 19:45:53.151765810 +0200
@@ -1,0 +2,68 @@
+Thu May  2 22:17:05 UTC 2024 - cloud-de...@suse.de
+
+- update to version 3.1.0
+  - Implemented heat 'stack suspend' and 'stack resume' function
+  - Fix: Update/Delete type encryption operation
+  - config: Add missing space to warning
+  - mypy: Address issues with openstack.orchestration
+  - Remove unnecessary `keys` calls
+  - [baremetal] Add some missing fields to node object
+  - identity: Add test for 'role_assignments_filter' proxy method
+  - Resource locks and access rules restrictions
+  - reno: Update master for unmaintained/yoga
+  - Add support for showing requested az in output
+  - Add volume transfer support [2/2]
+  - mypy: Address issues with openstack.network
+  - identity: Add access rule CRUD support
+  - connection: Fix typo
+  - Add snapshot manage unmanage support
+  - mypy: Address issues with openstack.compute
+  - Add sort_key and sort_dir to core Neutron resources
+  - Add volume manage support
+  - Adding SDK support for ``glance md-namespace-properties-delete``
+  - mypy: Address issues with remaining service modules
+  - tests: Remove unused hook
+  - [baremetal] Add missing owner attribute to allocation
+  - Fix project cleanup for routers with static routes
+  - Fix the mailing list domain in documentation link
+  - mypy: Address issues with openstack.block_storage
+  - mypy: Address issues with openstack.clustering
+  - mypy: Add typing to openstack._log
+  - zuul: Switch bifrost job to jammy
+  - Add support for provider_id for volume objects
+  - [baremetal] Add support for service steps
+  - Check Designate API version for shared zones tests
+  - Enforce endpoint override for services without discovery
+  - Return the results of init attachment request
+  - Fix list of server migrations
+  - Support the API for managing external gateways
+  - volume: Add Limit to volume v2 API
+  - compute: Add 'locked_reason' to Server resource
+  - cloud: Replace use of aliased exceptions
+  - fakes: Generate correct type for list type components
+  - Add missing snapshot parameters
+  - mypy: Address issues with openstack.baremetal, baremetal_introspection
+  - reno: Update master for unmaintained/victoria
+  - [baremetal] port add shard, is_smartnic, name
+  - Drop support for Python 3.6
+  - docs: Add docs on configuration of a service user
+  - Update master for stable/2024.1
+  - requirements: Sort alphabetically
+  - Implement heat 'stack event list'
+  - Incorrect protocol type in create_security_group_rule()
+  - mypy: Address issues with openstack.identity
+  - Remove importlib-metadata from requirements
+  - reno: Update master for unmaintained/wallaby
+  - tox: Correct functional test factors
+  - Add volume transfer support [1/2]
+  - Fix markup syntax in docstring
+  - mypy: Address issues with openstack.object_store
+  - reno: Update master for unmaintained/xena
+  - pre-commit: Bump linter versions
+  - [baremetal] driver add missing firmware interface
+  - Switch back to LaunchPad for issue tracking
+  - mypy: Address issues with openstack.image
+  - Fix typo
+  - Remove resource_key for dns floating IP
+
+-------------------------------------------------------------------

Old:
----
  openstacksdk-2.0.0.tar.gz

New:
----
  openstacksdk-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-openstacksdk.spec ++++++
--- /var/tmp/diff_new_pack.Riog57/_old  2024-05-03 19:45:54.735823399 +0200
+++ /var/tmp/diff_new_pack.Riog57/_new  2024-05-03 19:45:54.751823981 +0200
@@ -16,15 +16,14 @@
 #
 
 
-%define with_tests 1
 Name:           python-openstacksdk
-Version:        2.0.0
+Version:        3.1.0
 Release:        0
 Summary:        An SDK for building applications to work with OpenStack
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/openstacksdk
-Source0:        
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-2.0.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-3.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 3.13
 BuildRequires:  python3-appdirs
@@ -45,7 +44,7 @@
 BuildRequires:  python3-oslo.config
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-platformdirs
+BuildRequires:  python3-platformdirs >= 3
 BuildRequires:  python3-python-subunit
 BuildRequires:  python3-requests-mock
 BuildRequires:  python3-requestsexceptions >= 1.2.0
@@ -81,7 +80,7 @@
 Requires:       python3-munch
 Requires:       python3-netifaces >= 0.10.4
 Requires:       python3-os-service-types >= 1.7.0
-Requires:       python3-platformdirs
+Requires:       python3-platformdirs >= 3
 Requires:       python3-requestsexceptions >= 1.2.0
 %if 0%{?suse_version}
 Obsoletes:      python2-openstacksdk < 1.0.0
@@ -123,7 +122,7 @@
 applications to work with OpenStack clouds.
 
 %prep
-%autosetup -p1 -n openstacksdk-2.0.0
+%autosetup -p1 -n openstacksdk-3.1.0
 %py_req_cleanup
 sed -i -e 's,coverage.*,,' test-requirements.txt || true
 sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py
@@ -134,19 +133,17 @@
 
 %build
 %py3_build
-PBR_VERSION=2.0.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=3.1.0 %sphinx_build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %py3_install
 
-%if 0%{?with_tests}
 %check
 export OS_LOG_CAPTURE=true
 export OS_TEST_TIMEOUT=30
 rm -v openstack/tests/unit/test_hacking.py
 %{openstack_stestr_run}
-%endif
 
 %files -n python3-openstacksdk
 %license LICENSE

++++++ openstacksdk-2.0.0.tar.gz -> openstacksdk-3.1.0.tar.gz ++++++
++++ 13360 lines of diff (skipped)

Reply via email to