forked from pool/python-openstacksdk
update to stable/victoria
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=44
This commit is contained in:
4
_service
4
_service
@@ -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">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-openstacksdk</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1617f00810a0ec1353e66e7da9fe9b4f926a830bb14b48643b6461b8808ef29
|
||||
size 928650
|
||||
3
openstacksdk-0.50.0.tar.gz
Normal file
3
openstacksdk-0.50.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ec441d9f64a2e64d2888d0a4eca2e07c4f6f98251424ec7733dad771a364c55
|
||||
size 940210
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user