Accepting request 567268 from Cloud:OpenStack:Factory
- update to version 1.8.0 - Exclude tests from coverage - Cleanup repo and update documentation - Update the documentation link for doc migration - Fix auth version detection - Allow to reuse the session - Updated from global requirements OBS-URL: https://build.opensuse.org/request/show/567268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-monascaclient?expand=0&rev=4
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/pike/openstack/python-monascaclient/python-monascaclient.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-monascaclient/python-monascaclient.spec.j2</param>
|
||||
<param name="output-name">python-monascaclient.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-monascaclient</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19ad6dcccbd417c5f43bfa220fc001d7e4ced8e5c2886c07ec76426308f22e07
|
||||
size 50363
|
||||
3
python-monascaclient-1.8.0.tar.gz
Normal file
3
python-monascaclient-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216eed5d4b2f88290c7db2518edd2c183daa4139ef1b6e30a667c25f1d5f4b1b
|
||||
size 54583
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 11:45:41 UTC 2018 - cloud-devel@suse.de
|
||||
|
||||
- update to version 1.8.0
|
||||
- Exclude tests from coverage
|
||||
- Cleanup repo and update documentation
|
||||
- Update the documentation link for doc migration
|
||||
- Fix auth version detection
|
||||
- Allow to reuse the session
|
||||
- Updated from global requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 08:42:27 UTC 2017 - cloud-devel@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-monascaclient
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,50 +18,50 @@
|
||||
|
||||
%global sname python-monascaclient
|
||||
Name: python-monascaclient
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Monasca
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/%{sname}
|
||||
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-PrettyTable >= 0.7.1
|
||||
BuildRequires: python-PyYAML >= 3.10.0
|
||||
BuildRequires: python-PyYAML >= 3.10
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-fixtures >= 3.0.0
|
||||
BuildRequires: python-keystoneclient >= 3.8.0
|
||||
BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-mox3 >= 0.7.0
|
||||
BuildRequires: python-osc-lib >= 1.5.1
|
||||
BuildRequires: python-oslo.concurrency >= 3.8.0
|
||||
BuildRequires: python-oslo.config >= 4.0.0
|
||||
BuildRequires: python-oslo.i18n >= 2.1.0
|
||||
BuildRequires: python-oslo.log >= 3.22.0
|
||||
BuildRequires: python-oslo.serialization >= 1.10.0
|
||||
BuildRequires: python-oslo.utils >= 3.20.0
|
||||
BuildRequires: python-mock >= 2.0.0
|
||||
BuildRequires: python-mox3 >= 0.20.0
|
||||
BuildRequires: python-osc-lib >= 1.7.0
|
||||
BuildRequires: python-oslo.concurrency >= 3.20.0
|
||||
BuildRequires: python-oslo.config >= 4.6.0
|
||||
BuildRequires: python-oslo.i18n >= 3.15.3
|
||||
BuildRequires: python-oslo.log >= 3.30.0
|
||||
BuildRequires: python-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python-oslo.utils >= 3.31.0
|
||||
BuildRequires: python-oslotest >= 1.10.0
|
||||
BuildRequires: python-pbr >= 2.0.0
|
||||
BuildRequires: python-requests-mock >= 1.1
|
||||
BuildRequires: python-requests-mock >= 1.1.0
|
||||
BuildRequires: python-setuptools >= 16.0
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
BuildRequires: python-testscenarios >= 0.4
|
||||
BuildRequires: python-testtools >= 1.4.0
|
||||
BuildRequires: python-testtools >= 2.2.0
|
||||
Requires: python-Babel >= 2.3.4
|
||||
Requires: python-PrettyTable >= 0.7.1
|
||||
Requires: python-PyYAML >= 3.10.0
|
||||
Requires: python-PyYAML >= 3.10
|
||||
Requires: python-keystoneclient >= 3.8.0
|
||||
Requires: python-osc-lib >= 1.5.1
|
||||
Requires: python-oslo.concurrency >= 3.8.0
|
||||
Requires: python-oslo.config >= 4.0.0
|
||||
Requires: python-oslo.i18n >= 2.1.0
|
||||
Requires: python-oslo.log >= 3.22.0
|
||||
Requires: python-oslo.serialization >= 1.10.0
|
||||
Requires: python-oslo.service >= 1.10.0
|
||||
Requires: python-oslo.utils >= 3.20.0
|
||||
Requires: python-osc-lib >= 1.7.0
|
||||
Requires: python-oslo.concurrency >= 3.20.0
|
||||
Requires: python-oslo.config >= 4.6.0
|
||||
Requires: python-oslo.i18n >= 3.15.3
|
||||
Requires: python-oslo.log >= 3.30.0
|
||||
Requires: python-oslo.serialization >= 2.18.0
|
||||
Requires: python-oslo.service >= 1.24.0
|
||||
Requires: python-oslo.utils >= 3.31.0
|
||||
Requires: python-pbr >= 2.0.0
|
||||
Requires: python-requests >= 2.14.2
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-six >= 1.10.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -80,9 +80,6 @@ The Monasca Client was written using the OpenStack Heat Python client as a frame
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
# bash completion
|
||||
install -p -D -m 644 tools/monasca.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/monasca.bash_completion
|
||||
rm -f %{buildroot}%{_datarootdir}/monasca.bash_completion
|
||||
|
||||
%check
|
||||
%{__python2} setup.py testr
|
||||
@@ -92,7 +89,6 @@ rm -f %{buildroot}%{_datarootdir}/monasca.bash_completion
|
||||
%license LICENSE
|
||||
%{python2_sitelib}/monascaclient
|
||||
%{python2_sitelib}/*.egg-info
|
||||
%{_sysconfdir}/bash_completion.d/monasca.bash_completion
|
||||
%{_bindir}/monasca
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user