diff --git a/_service b/_service index 0624c11..0bb80f1 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/cliff/cliff.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/cliff/cliff.spec.j2 python-cliff.spec cloud-devel@suse.de gh,openstack,cliff diff --git a/cliff-2.16.0.tar.gz b/cliff-2.16.0.tar.gz deleted file mode 100644 index 35c9281..0000000 --- a/cliff-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:622e777b8ac2eb479708fe53893c37b2fd5469ce2c6c5b794a658246f05c6b81 -size 77504 diff --git a/cliff-3.1.0.tar.gz b/cliff-3.1.0.tar.gz new file mode 100644 index 0000000..e2e6c56 --- /dev/null +++ b/cliff-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849 +size 79037 diff --git a/python-cliff.changes b/python-cliff.changes index fce41cb..413fbf8 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 12 09:52:03 UTC 2020 - cloud-devel@suse.de + +- update to version 3.1.0 + - Switch to Ussuri jobs + - Add contributors link to readme + - Fix nested argument groups with ignore conflict handler + - [ussuri][goal] Drop python 2.7 support and testing + - Allow finding command by partial name + - Add autoprogram_cliff_app_dist_name config opt + - adding missing releasenote for the drop of py27 support + - Add an errexit attribute to InteractiveApp to exit on command errors + - Re-add support for python 3.5 + - Modify the help message of `-c`/`--column` parameter + - Stop wildcard importing argparse + ------------------------------------------------------------------- Wed Mar 11 12:19:48 UTC 2020 - Dirk Mueller diff --git a/python-cliff.spec b/python-cliff.spec index 8e889ea..361dd00 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,13 +17,13 @@ Name: python-cliff -Version: 2.16.0 +Version: 3.1.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-2.16.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.1.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable BuildRequires: python3-PyYAML @@ -83,12 +83,12 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.16.0 +%autosetup -p1 -n cliff-3.1.0 %py_req_cleanup %build %py3_build -PBR_VERSION=2.16.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.1.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html rm -rf doc/build/html/.{doctrees,buildinfo} %install