diff --git a/_service b/_service index 31ebfc4..15f550b 100644 --- a/_service +++ b/_service @@ -1,8 +1,7 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/cliff/cliff.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/cliff/cliff.spec.j2 python-cliff.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt cloud-devel@suse.de gh,openstack,cliff diff --git a/cliff-2.13.0.tar.gz b/cliff-2.13.0.tar.gz new file mode 100644 index 0000000..3656f6f --- /dev/null +++ b/cliff-2.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447f0afe5fab907c51e3e451e6915cba424fe4a98962a5bdd7d4420b9d6aed35 +size 77535 diff --git a/cliff-2.14.0.tar.gz b/cliff-2.14.0.tar.gz deleted file mode 100644 index 537376f..0000000 --- a/cliff-2.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21a24dfee9f4e58c397e725bb1568e031d75a8925def92e4d3def2b755f816bc -size 77865 diff --git a/python-cliff.changes b/python-cliff.changes index 8110294..0cfcff6 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 10:53:49 UTC 2019 - cloud-devel@suse.de + +- downgrade to version 2.13.0 to match rest of rocky based clients + ------------------------------------------------------------------- Thu Feb 28 11:42:03 UTC 2019 - cloud-devel@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index 2b87c6d..cea7697 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,13 +17,13 @@ Name: python-cliff -Version: 2.14.0 +Version: 2.13.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.14.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.13.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable @@ -80,7 +80,7 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.14.0 +%autosetup -p1 -n cliff-2.13.0 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %py_req_cleanup