15
0
forked from pool/python-cliff

Accepting request 680099 from devel:languages:python

- update to version 2.14.0
  - sphinxext: Warn if namespace or command pattern invalid
  - fix tox python3 overrides
  - import zuul job settings from project-config
  - Remove the warning of getargspec removal
  - Zuul: Remove project name
  - Fix cmd2 doc URL
  - add lib-forward-testing-python3 test job
  - support cmd2 0.9.1 in interactive mode
  - update cmd2 dependency to handle py3 only versions
  - Build universal wheels
  - exclude cmd2 0.8.3 and update to 0.8.4
  - Align parsed() call with cmd2 versions >= 0.7.3
  - Removed unused err variable
  - switch documentation job to new PTI
  - add python 3.6 unit test job
  - Remove travis.yml
  - Assure executable name is kept when app is called as module
  - Updated from global requirements
  - add lower-constraints job
  - Don't try to run issubclass on non-classes
  - fix typos in documentation

OBS-URL: https://build.opensuse.org/request/show/680099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=32
This commit is contained in:
2019-03-04 08:09:40 +00:00
committed by Git OBS Bridge
parent ed997eec5c
commit a6503b4a60
4 changed files with 35 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 28 11:42:03 UTC 2019 - cloud-devel@suse.de
- update to version 2.14.0
- sphinxext: Warn if namespace or command pattern invalid
- fix tox python3 overrides
- import zuul job settings from project-config
- Remove the warning of getargspec removal
- Zuul: Remove project name
- Fix cmd2 doc URL
- add lib-forward-testing-python3 test job
- support cmd2 0.9.1 in interactive mode
- update cmd2 dependency to handle py3 only versions
- Build universal wheels
- exclude cmd2 0.8.3 and update to 0.8.4
- Align parsed() call with cmd2 versions >= 0.7.3
- Removed unused err variable
- switch documentation job to new PTI
- add python 3.6 unit test job
- Remove travis.yml
- Assure executable name is kept when app is called as module
- Updated from global requirements
- add lower-constraints job
- Don't try to run issubclass on non-classes
- fix typos in documentation
-------------------------------------------------------------------
Tue Feb 13 18:27:32 UTC 2018 - cloud-devel@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-cliff
Version: 2.11.0
Version: 2.14.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.11.0.tar.gz
URL: https://launchpad.net/python-cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.14.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PrettyTable
@@ -40,7 +40,6 @@ BuildRequires: python2-testtools
BuildRequires: python2-unicodecsv
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
BuildRequires: python3-cmd2
BuildRequires: python3-devel
BuildRequires: python3-mock
BuildRequires: python3-pbr
@@ -81,7 +80,7 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-2.11.0
%autosetup -p1 -n cliff-2.14.0
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%py_req_cleanup