15
0
forked from pool/python-cliff

Accepting request 841173 from Cloud:OpenStack:Factory

switch to victoria

OBS-URL: https://build.opensuse.org/request/show/841173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=38
This commit is contained in:
2020-10-22 12:20:00 +00:00
committed by Git OBS Bridge
5 changed files with 25 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/cliff/cliff.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/cliff/cliff.spec.j2</param>
<param name="output-name">python-cliff.spec</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,cliff</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849
size 79037

3
cliff-3.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49be854582ec4a74240cb72f287846f823cd8cbd2e25f924541d12f27104bda3
size 78990

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 9 19:13:03 UTC 2020 - cloud-devel@suse.de
- update to version 3.4.0
- Migrate to stestr
- Remove python3.5
- drop mock from lower-constraints and requirements
- switch to stevedore for loading entry points
- Switch to newer openstackdocstheme version
- Use unittest.mock instead of third party mock
- Remove unneeded tests
- Fix compatibility with new cmd2
- Add Python3 victoria unit tests
- Import command group support from osc-lib
- Remove cap on cmd2
- Stop to use the __future__ module.
-------------------------------------------------------------------
Tue May 12 09:52:03 UTC 2020 - cloud-devel@suse.de

View File

@@ -17,13 +17,13 @@
Name: python-cliff
Version: 3.1.0
Version: 3.4.0
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
@@ -34,7 +34,6 @@ BuildRequires: python3-mock
BuildRequires: python3-pbr
BuildRequires: python3-pytest
BuildRequires: python3-python-subunit
BuildRequires: python3-setuptools
BuildRequires: python3-stevedore
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
@@ -83,12 +82,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.1.0
%autosetup -p1 -n cliff-3.4.0
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.1.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install