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 2021-12-12 00:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
and /work/SRC/openSUSE:Factory/.python-openstacksdk.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstacksdk"
Sun Dec 12 00:57:31 2021 rev:16 rq:939531 version:0.59.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes
2021-05-10 15:39:45.505471335 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstacksdk.new.2520/python-openstacksdk.changes
2021-12-12 00:57:35.498583639 +0100
@@ -1,0 +2,69 @@
+Tue Oct 26 21:55:54 UTC 2021 - [email protected]
+
+- update to version 0.59.0
+ - Add support for API Extensions
+ - Add support for project options
+ - Add pre-commit
+ - Update master for stable/wallaby
+ - Add compute microversion 2.77
+ - Add IPsecSiteConnection resource and proxy layer functionality for it
+ - Improve README to provide example of Resource usage
+ - Fix more import order in tests
+ - placement: Add support for resource providers
+ - Add support for Resource Filters
+ - tests: Remove final use of 'TestProxyBase._verify'
+ - Apply import order in some tests
+ - Don't send empty remote_address_group_id for security groups
+ - Drop jobs failing for too long
+ - tests: Remove dead code
+ - Temporarily disable nodepool job
+ - Allow unknown attributes to be included in request body
+ - Drop lower-constraints job
+ - Apply import order in more tests
+ - Fix import order in message and workflow unit tests
+ - Switch to openstack-python3-xena-jobs template
+ - Fix more import orders
+ - Revert tags query_params back to tag
+ - Fix import order in accelerator and config unit tests
+ - Extend has_version function to accept version parameter
+ - tox: Enable parallel docs build
+ - Add deploy_steps to baremetal node provisioning
+ - Add support for the GroupType resource
+ - Adding retype_volume to BlockStorageCloudMixin
+ - Increase RAM for the Ironic CI jobs
+ - Cache auth token in keyring
+ - Move to OFTC
+ - Fix key generation for caching
+ - Add support for the Neutron L3 conntrack helper API
+ - Add min_count and max_count attributes to Server
+ - docs: Add intro doc to user guide
+ - placement: Add support for resource classes
+ - Added support for the Capabilities resource
+ - Prepare separate block_storage v3 documentation
+ - Adjust image _base_proxy condition
+ - Added support for the Limits resource
+ - Fix import order in compute unit tests
+ - Fix import order in load_balancer unit tests
+ - Fix MFA authorization
+ - Fix get_server_password method
+ - Remove references to 'sys.version_info'
+ - Add compute microversion 2.79
+ - Fix typo - _list lists, doesn't delete
+ - Apply pep8 import order style
+ - Add set_readonly_volume to BlockStorageCloudMixin
+ - Add compute microversion 2.57
+ - setup.cfg: Replace dashes with underscores
+ - Implement driver vendor passthrough
+ - tests: Rename 'TestProxyBase._verify2' to '_verify'
+ - Adds Node Vendor passthru
+ - Avoid prometheus metrics explosion
+ - Allow for override of statsd/influxdb settings per cloud
+ - Fixing more import orders
+ - Use py3 as the default runtime for tox
+ - statsd: use timedelta and pipeline
+ - tests: Sanity check 'test_proxy_base'
+ - Fix import order in network unit tests
+ - Extend functional test of image
+ - Add tags option to the image upload
+
+-------------------------------------------------------------------
Old:
----
openstacksdk-0.55.0.tar.gz
New:
----
openstacksdk-0.59.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstacksdk.spec ++++++
--- /var/tmp/diff_new_pack.wPPvdc/_old 2021-12-12 00:57:36.478584313 +0100
+++ /var/tmp/diff_new_pack.wPPvdc/_new 2021-12-12 00:57:36.478584313 +0100
@@ -18,13 +18,13 @@
%define with_tests 0
Name: python-openstacksdk
-Version: 0.55.0
+Version: 0.59.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-0.55.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-0.59.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-appdirs >= 1.3.0
@@ -124,7 +124,7 @@
applications to work with OpenStack clouds.
%prep
-%autosetup -p1 -n openstacksdk-0.55.0
+%autosetup -p1 -n openstacksdk-0.59.0
%py_req_cleanup
sed -i -e 's,coverage.*,,' test-requirements.txt || true
sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py
@@ -135,7 +135,7 @@
%build
%py3_build
-PBR_VERSION=0.55.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=0.59.0 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.wPPvdc/_old 2021-12-12 00:57:36.502584329 +0100
+++ /var/tmp/diff_new_pack.wPPvdc/_new 2021-12-12 00:57:36.502584329 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/openstacksdk/openstacksdk.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/openstacksdk/openstacksdk.spec.j2</param>
<param name="output-name">python-openstacksdk.spec</param>
- <param
name="requirements">https://opendev.org/openstack/openstacksdk/raw/branch/stable/wallaby/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/openstacksdk/raw/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-openstacksdk</param>
</service>
++++++ openstacksdk-0.55.0.tar.gz -> openstacksdk-0.59.0.tar.gz ++++++
++++ 14470 lines of diff (skipped)