- update to version 2.1.0
- Cap sphinx for py2 to match global requirements - [ussuri][goal] Drop python 2.7 support and testing - Update hacking for Python3 - Cleanup of .keys() from dict_object.keys() *in* operator - Replace git.openstack.org URLs with opendev.org URLs - Allow to set poll interval to OSC stack create - Add files-container option for stack create and update - tests: Convert 'test_resources' to mock - Ignore not found when delete in test - Remove mox usage from test_shell - Remove dependency on mox3 - Update master for stable/train - Change openstack-dev to openstack-discuss - tests: Pre-mox removal cleanup OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=58
This commit is contained in:
parent
4c23d97352
commit
a2f43bf7e9
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
||||
<param name="output-name">python-heatclient.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/python-heatclient/raw/branch/stable/ussuri/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-heatclient</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a5bbb4cfa8547d2574e4f1151490a9f62a23adff76444b3b5f8adc2b642a6fb
|
||||
size 171856
|
3
python-heatclient-2.1.0.tar.gz
Normal file
3
python-heatclient-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7cabac578a5ff368ddab0eac4e47fbffd4f59050346ed1ab0303bd8790bbaf2
|
||||
size 173901
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 10:01:12 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
- update to version 2.1.0
|
||||
- Cap sphinx for py2 to match global requirements
|
||||
- [ussuri][goal] Drop python 2.7 support and testing
|
||||
- Update hacking for Python3
|
||||
- Cleanup of .keys() from dict_object.keys() *in* operator
|
||||
- Replace git.openstack.org URLs with opendev.org URLs
|
||||
- Allow to set poll interval to OSC stack create
|
||||
- Add files-container option for stack create and update
|
||||
- tests: Convert 'test_resources' to mock
|
||||
- Ignore not found when delete in test
|
||||
- Remove mox usage from test_shell
|
||||
- Remove dependency on mox3
|
||||
- Update master for stable/train
|
||||
- Change openstack-dev to openstack-discuss
|
||||
- tests: Pre-mox removal cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 12:25:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-heatclient
|
||||
Version: 1.18.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Heat
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://launchpad.net/python-heatclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.1.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PyYAML >= 3.12
|
||||
BuildRequires: python3-cliff >= 2.8.0
|
||||
@ -97,14 +97,14 @@ the OpenStack Heat API.
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-heatclient-1.18.0
|
||||
%autosetup -p1 -n python-heatclient-2.1.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
PBR_VERSION=1.18.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=1.18.0 %sphinx_build -b man doc/source doc/build/man
|
||||
PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=2.1.0 %sphinx_build -b man doc/source doc/build/man
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user