From 602b267aaafa1a6f218df7262d4ba8d39a892974b29b6e708352c2be2b64328e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:16:23 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=44 --- _service | 4 +-- openstacksdk-0.46.0.tar.gz | 3 -- openstacksdk-0.50.0.tar.gz | 3 ++ python-openstacksdk.changes | 64 +++++++++++++++++++++++++++++++++++++ python-openstacksdk.spec | 18 +++++------ 5 files changed, 78 insertions(+), 14 deletions(-) delete mode 100644 openstacksdk-0.46.0.tar.gz create mode 100644 openstacksdk-0.50.0.tar.gz diff --git a/_service b/_service index 3efe6a0..723befa 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/openstacksdk/openstacksdk.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/openstacksdk/openstacksdk.spec.j2 python-openstacksdk.spec - https://opendev.org/openstack/openstacksdk/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/openstacksdk/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,python-openstacksdk diff --git a/openstacksdk-0.46.0.tar.gz b/openstacksdk-0.46.0.tar.gz deleted file mode 100644 index 6087e42..0000000 --- a/openstacksdk-0.46.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1617f00810a0ec1353e66e7da9fe9b4f926a830bb14b48643b6461b8808ef29 -size 928650 diff --git a/openstacksdk-0.50.0.tar.gz b/openstacksdk-0.50.0.tar.gz new file mode 100644 index 0000000..e0be5b4 --- /dev/null +++ b/openstacksdk-0.50.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec441d9f64a2e64d2888d0a4eca2e07c4f6f98251424ec7733dad771a364c55 +size 940210 diff --git a/python-openstacksdk.changes b/python-openstacksdk.changes index c83a8cb..831c22f 100644 --- a/python-openstacksdk.changes +++ b/python-openstacksdk.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Fri Oct 9 19:16:18 UTC 2020 - cloud-devel@suse.de + +- 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 + ------------------------------------------------------------------- Tue May 12 12:33:57 UTC 2020 - cloud-devel@suse.de diff --git a/python-openstacksdk.spec b/python-openstacksdk.spec index 5135027..1aa5a5f 100644 --- a/python-openstacksdk.spec +++ b/python-openstacksdk.spec @@ -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-pbr >= 2.0.0 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 @@ documentation, examples, and tools. %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-munch >= 2.1.0 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 @@ The openstacksdk is a collection of libraries for building 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 @@ rm openstack/tests/unit/test_stats.py %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