forked from pool/python-openstacksdk
- update to 0.27.0:
* Replace TaskManager with a keystoneauth concurrency * Replace openstack.org git:// URLs with https:// * Update UPPER\_CONSTRAINTS\_FILE for stable/stein OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46bdd2c27345cf08ded9e8138dce58d846400e11ab47bad050ffc33e9fa8ee7b
|
||||
size 820334
|
||||
3
openstacksdk-0.27.0.tar.gz
Normal file
3
openstacksdk-0.27.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afcdc7453a9fa0265a141c5731043198e961c86fe9409258425da63aaaa7b4d9
|
||||
size 818981
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 06:47:44 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.27.0:
|
||||
* Replace TaskManager with a keystoneauth concurrency
|
||||
* Replace openstack.org git:// URLs with https://
|
||||
* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 13:51:24 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-openstacksdk
|
||||
Version: 0.26.0
|
||||
Version: 0.27.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.26.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-0.27.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PyYAML >= 3.12
|
||||
@@ -135,14 +135,14 @@ The openstacksdk is a collection of libraries for building
|
||||
applications to work with OpenStack clouds.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n openstacksdk-0.26.0
|
||||
%autosetup -p1 -n openstacksdk-0.27.0
|
||||
%py_req_cleanup
|
||||
sed -i -e 's,coverage.*,,' test-requirements.txt || true
|
||||
sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
PBR_VERSION=0.26.0 sphinx-build -b html doc/source doc/build/html
|
||||
PBR_VERSION=0.27.0 sphinx-build -b html doc/source doc/build/html
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
%install
|
||||
@@ -155,10 +155,6 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
%postun
|
||||
%python_uninstall_alternative openstack-inventory
|
||||
|
||||
%check
|
||||
export OS_LOG_CAPTURE=true
|
||||
%python_exec -m stestr.cli run
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc ChangeLog README.rst
|
||||
|
||||
Reference in New Issue
Block a user