15
0
forked from pool/python-cliff

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
This commit is contained in:
2019-04-12 07:13:26 +00:00
committed by Git OBS Bridge
parent 9dfaddf065
commit 3e667e7762
5 changed files with 20 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/cliff/cliff.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/cliff/cliff.spec.j2</param>
<param name="output-name">python-cliff.spec</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,cliff</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:447f0afe5fab907c51e3e451e6915cba424fe4a98962a5bdd7d4420b9d6aed35
size 77535

3
cliff-2.14.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b47387a344898ccb28ca7f386f017ade9eb66dc1713e5c642a0bc09ec606cc67
size 78525

View File

@@ -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

View File

@@ -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