Hello community,
here is the log from the commit of package python-openstacksdk for
openSUSE:Factory checked in at 2020-10-26 16:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
and /work/SRC/openSUSE:Factory/.python-openstacksdk.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstacksdk"
Mon Oct 26 16:16:16 2020 rev:14 rq:841199 version:0.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes
2020-06-05 20:15:07.942741580 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstacksdk.new.3463/python-openstacksdk.changes
2020-10-26 16:16:53.690963190 +0100
@@ -1,0 +2,64 @@
+Fri Oct 9 19:16:18 UTC 2020 - [email protected]
+
+- update to version 0.50.0
+ - Add query parameter 'id' for security_groups
+ - Fix l-c testing for ubuntu focal
+ - Don't error if clouds.yaml is not readable
+ - Set BaseImageProxy.create_image validate_checksum default to False
+ - Add support for multiple image stores
+ - Add "numa_affinity_policy" attribute to "port"
+ - Fix a bogus error in config loader when using several args with dashes
+ - Refresh python versions
+ - Add compute microversion 2.6 and 2.8
+ - Update TOX_CONSTRAINTS_FILE for stable/victoria
+ - OpenStack port decorator variables
+ - Use unittest.mock instead of mock
+ - Strip self from incoming glance properties
+ - Tolerate images created with other means
+ - Fix issues found by latest flake8
+ - Update master for stable/ussuri
+ - Fix AttributeError exception during authorization
+ - Extend statistics reporting
+ - NIT: Fix application credential
+ - baremetal: support for volume connectors API
+ - Remove neutron-fwaas from the jobs' required project
+ - Drop python3.5 support
+ - Fix deleting stacks by id when waiting for result
+ - baremetal: use proxy methods in unregister_machine
+ - Fix image owner field
+ - added new regions for provider OVH
+ - Add block_storage find functions
+ - Add support for filters into the project cleanup
+ - Stop subclassing object
+ - Add some unit tests for config.loader
+ - Remove enforcer
+ - Add cipher list support for octavia
+ - switch to importlib.metadata for entrypoint loading
+ - Update docs to work with newer Sphinx
+ - Add user_projects method to docs index
+ - Update .gitreview for stable/victoria
+ - Wait for the project cleanup to complete
+ - Add "id" to Port's query parameters
+ - Remove some unneeded things from test-requirements
+ - Fix metric names in the object_store
+ - Add TLS protocol support for Octavia
+ - Make optional name and admin password
+ - Remove uses of from six.moves
+ - Upload image via interop import if needed
+ - Ignore IPv6 addresses if force_ipv4 is set
+ - Allow passing in a logging handler
+ - Add name query filter to keystone service
+ - Switch to newer openstackdocstheme and reno versions
+ - Add ansible stable-2.9 job and run 2.8 and 2.9
+ - Functional tests to explicitly use ML2/OVS
+ - Do not clean keypairs in the project cleanup
+ - Update config to Keystone v3
+ - Stop falling back to image import
+ - baremetal-introspection: allow fetching unprocessed data
+ - Don't use random.SystemRandom in tests
+ - Remove use of six
+ - Fix an unstable bare metal unit test
+ - add default user and project domain for OVH provider
+ - new ovh-us provider for OVH US regions
+
+-------------------------------------------------------------------
Old:
----
openstacksdk-0.46.0.tar.gz
New:
----
openstacksdk-0.50.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstacksdk.spec ++++++
--- /var/tmp/diff_new_pack.6g5B39/_old 2020-10-26 16:16:54.170963576 +0100
+++ /var/tmp/diff_new_pack.6g5B39/_new 2020-10-26 16:16:54.174963580 +0100
@@ -19,15 +19,15 @@
# and cause timeouts due to swapping. Disabling for now
%define with_tests 0
Name: python-openstacksdk
-Version: 0.46.0
+Version: 0.50.0
Release: 0
Summary: An SDK for building applications to work with OpenStack
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/openstacksdk
-Source0:
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-0.46.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-0.50.0.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python3-PyYAML >= 3.12
+BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-appdirs >= 1.3.0
BuildRequires: python3-beautifulsoup4
BuildRequires: python3-ddt
@@ -50,7 +50,7 @@
BuildRequires: python3-python-subunit
BuildRequires: python3-requests-mock
BuildRequires: python3-requestsexceptions >= 1.2.0
-BuildRequires: python3-six >= 1.10.0
+BuildRequires: python3-six
BuildRequires: python3-statsd
BuildRequires: python3-stestr
BuildRequires: python3-stevedore
@@ -72,9 +72,9 @@
%package -n python3-openstacksdk
Summary: An SDK for building applications to work with OpenStack
Group: Development/Languages/Python
-Requires: python3-PyYAML >= 3.12
+Requires: python3-PyYAML >= 3.13
Requires: python3-appdirs >= 1.3.0
-Requires: python3-cryptography >= 2.1
+Requires: python3-cryptography >= 2.7
Requires: python3-decorator >= 4.4.1
Requires: python3-dogpile.cache >= 0.6.5
Requires: python3-iso8601 >= 0.1.11
@@ -85,7 +85,7 @@
Requires: python3-netifaces >= 0.10.4
Requires: python3-os-service-types >= 1.7.0
Requires: python3-requestsexceptions >= 1.2.0
-Requires: python3-six >= 1.10.0
+Requires: python3-six
%if 0%{?suse_version}
Obsoletes: python2-openstacksdk < 1.0.0
%endif
@@ -126,7 +126,7 @@
applications to work with OpenStack clouds.
%prep
-%autosetup -p1 -n openstacksdk-0.46.0
+%autosetup -p1 -n openstacksdk-0.50.0
%py_req_cleanup
sed -i -e 's,coverage.*,,' test-requirements.txt || true
sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py
@@ -137,7 +137,7 @@
%build
%py3_build
-PBR_VERSION=0.46.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=0.50.0 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.6g5B39/_old 2020-10-26 16:16:54.202963602 +0100
+++ /var/tmp/diff_new_pack.6g5B39/_new 2020-10-26 16:16:54.206963605 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/openstacksdk/openstacksdk.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/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/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/openstacksdk/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-openstacksdk</param>
</service>
++++++ openstacksdk-0.46.0.tar.gz -> openstacksdk-0.50.0.tar.gz ++++++
++++ 11166 lines of diff (skipped)