From 3e667e77625a6e6c4266b4367e58eab0afeaedab2242cfe7c9386fdbfe5e98c5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 12 Apr 2019 07:13:26 +0000 Subject: [PATCH] Accepting request 692819 from Cloud:OpenStack:Factory - update to version 2.14.1 - Use template for lower-constraints - add lib-forward-testing-python3 test job - import zuul job settings from project-config - switch documentation job to new PTI - add python 3.6 unit test job - Removed unused err variable - Don't try to run issubclass on non-classes OBS-URL: https://build.opensuse.org/request/show/692819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=34 --- _service | 2 +- cliff-2.13.0.tar.gz | 3 --- cliff-2.14.1.tar.gz | 3 +++ python-cliff.changes | 12 ++++++++++++ python-cliff.spec | 10 ++++------ 5 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 cliff-2.13.0.tar.gz create mode 100644 cliff-2.14.1.tar.gz diff --git a/_service b/_service index 15f550b..4c47acd 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/cliff/cliff.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/cliff/cliff.spec.j2 python-cliff.spec cloud-devel@suse.de gh,openstack,cliff diff --git a/cliff-2.13.0.tar.gz b/cliff-2.13.0.tar.gz deleted file mode 100644 index 3656f6f..0000000 --- a/cliff-2.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:447f0afe5fab907c51e3e451e6915cba424fe4a98962a5bdd7d4420b9d6aed35 -size 77535 diff --git a/cliff-2.14.1.tar.gz b/cliff-2.14.1.tar.gz new file mode 100644 index 0000000..5d47062 --- /dev/null +++ b/cliff-2.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47387a344898ccb28ca7f386f017ade9eb66dc1713e5c642a0bc09ec606cc67 +size 78525 diff --git a/python-cliff.changes b/python-cliff.changes index 0cfcff6..d36c7df 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 8 13:45:14 UTC 2019 - cloud-devel@suse.de + +- update to version 2.14.1 + - Use template for lower-constraints + - add lib-forward-testing-python3 test job + - import zuul job settings from project-config + - switch documentation job to new PTI + - add python 3.6 unit test job + - Removed unused err variable + - Don't try to run issubclass on non-classes + ------------------------------------------------------------------- Wed Mar 6 10:53:49 UTC 2019 - cloud-devel@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index cea7697..3897634 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,15 +17,14 @@ Name: python-cliff -Version: 2.13.0 +Version: 2.14.1 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.13.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.14.1.tar.gz BuildRequires: openstack-macros -BuildRequires: python-devel BuildRequires: python2-PrettyTable BuildRequires: python2-PyYAML BuildRequires: python2-cmd2 @@ -40,7 +39,6 @@ BuildRequires: python2-testtools BuildRequires: python2-unicodecsv BuildRequires: python3-PrettyTable BuildRequires: python3-PyYAML -BuildRequires: python3-devel BuildRequires: python3-mock BuildRequires: python3-pbr BuildRequires: python3-python-subunit @@ -80,8 +78,8 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.13.0 -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg +%autosetup -p1 -n cliff-2.14.1 + %py_req_cleanup %build