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:
@@ -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