diff --git a/_service b/_service index a82bb70..8320a7d 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/cliff/cliff.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/cliff/cliff.spec.j2 python-cliff.spec cloud-devel@suse.de gh,openstack,cliff diff --git a/cliff-3.4.0.tar.gz b/cliff-3.4.0.tar.gz deleted file mode 100644 index 0d7b64e..0000000 --- a/cliff-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49be854582ec4a74240cb72f287846f823cd8cbd2e25f924541d12f27104bda3 -size 78990 diff --git a/cliff-3.7.0.tar.gz b/cliff-3.7.0.tar.gz new file mode 100644 index 0000000..b78f10b --- /dev/null +++ b/cliff-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389c81960de13f05daf1cbd546f33199e86c518ba4266c79ec7a153a280980ea +size 81853 diff --git a/python-cliff.changes b/python-cliff.changes index 0eb5776..4e5c97a 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun May 2 17:15:03 UTC 2021 - cloud-devel@suse.de + +- update to version 3.7.0 + - Add Python3 wallaby unit tests + - Remove unicode from code + - Exit gracefully on Ctrl-C + - Update requirements + - List setuptools under install_requires + - change help action to use its own exception for exit + - Remove Babel from lower-constraints.txt + - Add '--sort-ascending', '--sort-descending' parameters + - requirements: Uncap PrettyTable + - Remove six + - Remove lower-constraints + - columns: Make 'FormattableColumn' comparable + - Remove references to setuptools + - Handle null values when sorting + - Make 'FormattableColumn' comparable + - Bump py37 to py38 in tox.ini + - Update requirements URLs in tox config + - Capturing argparse errors due to problem with cmd2 + - trivial: Remove references to Python 2.7 + - Document KeyboardInterrupt exit code + - Add py38 package metadata + - doc: Update bug tracker to storyboard + - gitignore: Ignore reno artefacts + ------------------------------------------------------------------- Fri Oct 9 19:13:03 UTC 2020 - cloud-devel@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index 9b3b53b..717a30e 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-cliff -Version: 3.4.0 +Version: 3.7.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.4.0.tar.gz +URL: https://docs.openstack.org/cliff +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.7.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable BuildRequires: python3-PyYAML @@ -52,7 +52,6 @@ other extensions. %package -n python3-cliff Summary: Command Line Interface Formulation Framework -Group: Development/Languages/Python Requires: python3-PrettyTable Requires: python3-PyYAML Requires: python3-cmd2 @@ -72,7 +71,6 @@ Summary: %{summary} - Documentation Group: Documentation/HTML BuildRequires: python3-Sphinx BuildRequires: python3-openstackdocstheme -Provides: %{python_module cliff-doc = %{version}} %description -n python-cliff-doc cliff is a framework for building command line programs. It uses @@ -82,12 +80,12 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-3.4.0 +%autosetup -p1 -n cliff-3.7.0 %py_req_cleanup %build %py3_build -PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.7.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html rm -rf doc/build/html/.{doctrees,buildinfo} %install