15
0
forked from pool/python-cliff

Accepting request 456105 from devel:languages:python

- update to 2.4.0:
  * Remove tox environments that no longer work
  * Fix command order
  * Show team and repo badges on README
  * Add print_empty parameter
  * ignore Command docstring when looking for descriptions
  * let the Command get its one-liner description from a class attribute
  * flake8 fix
  * Replace dashes and colons when using bash formatter
  * Show entire command in error message
  * Updated from global requirements
  * Updated from global requirements
  * Fix spelling mistake
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * Changed the home-page link
  * Add Apache 2.0 license to source file
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Clean imports in code
  * [doc]Fix URL for 'setuptools entry points'
  * Fix a typo in comment
- Remove relax-sphinx-requirement.patch . No longer needed.

OBS-URL: https://build.opensuse.org/request/show/456105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=28
This commit is contained in:
2017-02-21 12:41:31 +00:00
committed by Git OBS Bridge
parent 1a0d8b36e9
commit 782e8585a8
5 changed files with 38 additions and 22 deletions

View File

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

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

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Feb 10 16:45:39 UTC 2017 - tbechtold@suse.com
- update to 2.4.0:
* Remove tox environments that no longer work
* Fix command order
* Show team and repo badges on README
* Add print_empty parameter
* ignore Command docstring when looking for descriptions
* let the Command get its one-liner description from a class attribute
* flake8 fix
* Replace dashes and colons when using bash formatter
* Show entire command in error message
* Updated from global requirements
* Updated from global requirements
* Fix spelling mistake
* Add Python 3.5 classifier and venv
* Updated from global requirements
* Changed the home-page link
* Add Apache 2.0 license to source file
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Clean imports in code
* [doc]Fix URL for 'setuptools entry points'
* Fix a typo in comment
- Remove relax-sphinx-requirement.patch . No longer needed.
-------------------------------------------------------------------
Tue Oct 4 10:25:23 UTC 2016 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -17,14 +17,13 @@
Name: python-cliff
Version: 2.2.0
Version: 2.4.0
Release: 0
Url: https://github.com/dreamhost/cliff
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
Source: https://pypi.io/packages/source/c/cliff/cliff-%{version}.tar.gz
Patch0: relax-sphinx-requirement.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -39,15 +38,15 @@ BuildRequires: python-mock >= 2.0
BuildRequires: python-nose
BuildRequires: python-oslosphinx
BuildRequires: python-pbr
BuildRequires: python-pyparsing >= 2.0.1
BuildRequires: python-pyparsing >= 2.0.7
BuildRequires: python-six
BuildRequires: python-stevedore
Requires: python-PrettyTable >= 0.7
Requires: python-PyYAML >= 3.1.0
Requires: python-PyYAML >= 3.10.0
Requires: python-cmd2 >= 0.6.7
Requires: python-pyparsing >= 2.0.1
Requires: python-pyparsing >= 2.0.7
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.10.0
Requires: python-stevedore >= 1.17.1
Requires: python-unicodecsv >= 0.8.0
BuildArch: noarch
@@ -70,7 +69,6 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n cliff-%{version}
%patch0
%build
python setup.py build

View File

@@ -1,11 +0,0 @@
Index: test-requirements.txt
===================================================================
--- test-requirements.txt.orig
+++ test-requirements.txt
@@ -5,5 +5,5 @@ nose # LGPL
mock>=2.0 # BSD
coverage>=3.6 # Apache-2.0
# this is required for the docs build jobs
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+sphinx
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0