osc copypac from project:Cloud:OpenStack:Rocky package:python-cinderclient revision:2, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=41
This commit is contained in:
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/queens/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
|
||||
<param name="output-name">python-cinderclient.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/python-cinderclient/stable/rocky/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa846be4f11199d23fd43a98ef42a7646d31822b13191ed23c0aaad5e73b3fc8
|
||||
size 284317
|
||||
3
python-cinderclient-4.0.1.tar.gz
Normal file
3
python-cinderclient-4.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b32687558d933ffb07f2791737053f4fde32b8545de13981b7e5ff85d864f74f
|
||||
size 282913
|
||||
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 16:26:47 UTC 2018 - cloud-devel@suse.de
|
||||
|
||||
- update to version 4.0.1
|
||||
- Allow volume-transfer creation < 3.55 microversion
|
||||
- Update pylint to work with python 3
|
||||
- Update reno for stable/queens
|
||||
- fix a typo in documentation
|
||||
- Add mode option to attachment-create
|
||||
- Remove PyPI downloads
|
||||
- Reflect multiattach deprecation in help text
|
||||
- unable to create group from src in cinderclient
|
||||
- Remove unit tests about run_test
|
||||
- Remove replication v1 support
|
||||
- Zuul: Remove project name
|
||||
- update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION
|
||||
- Add release note for ability to set attachment mode
|
||||
- Remove useless args in create_group_from_src
|
||||
- Add reno to requirements
|
||||
- Use api version 3 for functional test
|
||||
- Unreadable output of upload-to-image.
|
||||
- Transfer snapshots with volumes
|
||||
- Remove deprecated CLI options
|
||||
- Add api_version wraps for some v3 volume APIs
|
||||
- Update help text for encryption provider
|
||||
- Support availability-zone in volume type
|
||||
- Add api_version wraps for group snapshot list in v3/shell.py
|
||||
- Trivial: Update pypi url to new url
|
||||
- Add the parameter service-id for service cleanup command
|
||||
- Remove unused cinderclient/apiclient/client.py module
|
||||
- Allow --help for specific commands
|
||||
- Correct errors in snapshot-manageable-list help text
|
||||
- Follow the new PTI for document build
|
||||
- Fix failing functional test cases
|
||||
- Remove initialization of logger if logger is None
|
||||
- Fix for v3 volume unit tests
|
||||
- fix tox python3 overrides
|
||||
- Remove unnecessary parameters from volume create APIs
|
||||
- Add bindep.txt for system packages
|
||||
- Keep is_public usage backwards compatible
|
||||
- Switch from ostestr to stestr
|
||||
- Support cross AZ backups
|
||||
- Updated from global requirements
|
||||
- add lower-constraints job
|
||||
- Update unit_test.rst doc unit test py34 to py35
|
||||
- Update python usage docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 12:51:39 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
|
||||
@@ -17,52 +17,52 @@
|
||||
|
||||
|
||||
Name: python-cinderclient
|
||||
Version: 3.5.0
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Cinder
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-cinderclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-3.5.0.tar.gz
|
||||
URL: https://launchpad.net/python-cinderclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-4.0.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PrettyTable >= 0.7.1
|
||||
BuildRequires: python2-ddt >= 1.0.1
|
||||
BuildRequires: python2-fixtures >= 3.0.0
|
||||
BuildRequires: python2-keystoneauth1 >= 3.3.0
|
||||
BuildRequires: python2-mock >= 2.0.0
|
||||
BuildRequires: python2-os-testr >= 1.0.0
|
||||
BuildRequires: python2-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python2-ddt
|
||||
BuildRequires: python2-fixtures
|
||||
BuildRequires: python2-keystoneauth1 >= 3.4.0
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-os-testr
|
||||
BuildRequires: python2-oslo.serialization
|
||||
BuildRequires: python2-oslo.utils >= 3.33.0
|
||||
BuildRequires: python2-pbr >= 2.0.0
|
||||
BuildRequires: python2-python-subunit >= 1.0.0
|
||||
BuildRequires: python2-requests >= 2.14.2
|
||||
BuildRequires: python2-requests-mock >= 1.1.0
|
||||
BuildRequires: python2-testrepository >= 0.0.18
|
||||
BuildRequires: python2-testscenarios >= 0.4
|
||||
BuildRequires: python2-testtools >= 2.2.0
|
||||
BuildRequires: python2-python-subunit
|
||||
BuildRequires: python2-requests
|
||||
BuildRequires: python2-requests-mock
|
||||
BuildRequires: python2-testrepository
|
||||
BuildRequires: python2-testscenarios
|
||||
BuildRequires: python2-testtools
|
||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||
BuildRequires: python3-ddt >= 1.0.1
|
||||
BuildRequires: python3-ddt
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-fixtures >= 3.0.0
|
||||
BuildRequires: python3-keystoneauth1 >= 3.3.0
|
||||
BuildRequires: python3-mock >= 2.0.0
|
||||
BuildRequires: python3-os-testr >= 1.0.0
|
||||
BuildRequires: python3-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-keystoneauth1 >= 3.4.0
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-os-testr
|
||||
BuildRequires: python3-oslo.serialization
|
||||
BuildRequires: python3-oslo.utils >= 3.33.0
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-python-subunit >= 1.0.0
|
||||
BuildRequires: python3-requests >= 2.14.2
|
||||
BuildRequires: python3-requests-mock >= 1.1.0
|
||||
BuildRequires: python3-testrepository >= 0.0.18
|
||||
BuildRequires: python3-testscenarios >= 0.4
|
||||
BuildRequires: python3-testtools >= 2.2.0
|
||||
BuildRequires: python3-python-subunit
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-testrepository
|
||||
BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
Requires: python-Babel >= 2.3.4
|
||||
Requires: python-PrettyTable >= 0.7.1
|
||||
Requires: python-keystoneauth1 >= 3.3.0
|
||||
Requires: python-keystoneauth1 >= 3.4.0
|
||||
Requires: python-oslo.i18n >= 3.15.3
|
||||
Requires: python-oslo.utils >= 3.33.0
|
||||
Requires: python-requests >= 2.14.2
|
||||
Requires: python-requests
|
||||
Requires: python-simplejson >= 3.5.1
|
||||
Requires: python-six >= 1.10.0
|
||||
BuildArch: noarch
|
||||
@@ -85,8 +85,8 @@ Each implements 100% of the OpenStack Cinder API.
|
||||
Summary: Documentation for OpenStack Cinder API Client
|
||||
Group: Documentation/HTML
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-openstackdocstheme >= 1.18.1
|
||||
BuildRequires: python-reno >= 2.5.0
|
||||
BuildRequires: python-openstackdocstheme
|
||||
BuildRequires: python-reno
|
||||
|
||||
%description -n python-cinderclient-doc
|
||||
This is a client for the OpenStack Cinder API (Block Storage. There's a
|
||||
@@ -95,14 +95,15 @@ Each implements 100% of the OpenStack Cinder API.
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-cinderclient-3.5.0
|
||||
%autosetup -p1 -n python-cinderclient-4.0.1
|
||||
%py_req_cleanup
|
||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||
|
||||
%build
|
||||
%{python_build}
|
||||
|
||||
%{__python2} setup.py build_sphinx --builder=html,man
|
||||
PBR_VERSION=4.0.1 sphinx-build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.0.1 sphinx-build -b man doc/source doc/build/man
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user