From b649c145eb4156810557d42142462bd0abb72686c2f91e809d07be4590e57d87 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:13:07 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=16 --- _service | 2 +- cliff-3.1.0.tar.gz | 3 --- cliff-3.4.0.tar.gz | 3 +++ python-cliff.changes | 17 +++++++++++++++++ python-cliff.spec | 9 ++++----- 5 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 cliff-3.1.0.tar.gz create mode 100644 cliff-3.4.0.tar.gz diff --git a/_service b/_service index 0bb80f1..a82bb70 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/cliff/cliff.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/cliff/cliff.spec.j2 python-cliff.spec cloud-devel@suse.de gh,openstack,cliff diff --git a/cliff-3.1.0.tar.gz b/cliff-3.1.0.tar.gz deleted file mode 100644 index e2e6c56..0000000 --- a/cliff-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849 -size 79037 diff --git a/cliff-3.4.0.tar.gz b/cliff-3.4.0.tar.gz new file mode 100644 index 0000000..0d7b64e --- /dev/null +++ b/cliff-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49be854582ec4a74240cb72f287846f823cd8cbd2e25f924541d12f27104bda3 +size 78990 diff --git a/python-cliff.changes b/python-cliff.changes index 413fbf8..0eb5776 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -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 diff --git a/python-cliff.spec b/python-cliff.spec index 361dd00..9b3b53b 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -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