forked from pool/python-cliff
Accepting request 173342 from devel:languages:python
- update to 1.3.2:
- Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
method to allow underscores to be used in command names. This optional
argument is defaulted to True to maintain current behavior.
(contributed by Joe Server)
- Use flake8_ for style checking.
- Relax version requirement for PrettyTable dependency to allow
point releases of 0.7.
- buildrequire the right mock version (forwarded request 173332 from dirkmueller)
OBS-URL: https://build.opensuse.org/request/show/173342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
477dfdae6b
commit
94925e7479
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4741428d719c44353a6d9e6961eedfb815b2685f2a144fe194318076877722a
|
||||
size 123970
|
||||
3
cliff-1.3.2.tar.gz
Normal file
3
cliff-1.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c0250b5139993d04dcbb8b9d05376094b7271586b3698b4764c7c6f4697e0f8
|
||||
size 124408
|
||||
@@ -1,21 +0,0 @@
|
||||
--- cliff.egg-info/requires.txt
|
||||
+++ cliff.egg-info/requires.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
distribute
|
||||
-PrettyTable>=0.6,<0.7
|
||||
+PrettyTable>=0.6,<0.8
|
||||
cmd2==0.6.4
|
||||
-pyparsing==1.5.7
|
||||
\ Kein Zeilenumbruch am Dateiende.
|
||||
+pyparsing==1.5.7
|
||||
--- setup.py
|
||||
+++ setup.py
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
install_requires = [
|
||||
'distribute',
|
||||
- 'PrettyTable>=0.6,<0.7',
|
||||
+ 'PrettyTable>=0.6,<0.8',
|
||||
'cmd2==0.6.4',
|
||||
]
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 09:06:44 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.3.2:
|
||||
- Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
|
||||
method to allow underscores to be used in command names. This optional
|
||||
argument is defaulted to True to maintain current behavior.
|
||||
(contributed by Joe Server)
|
||||
- Use flake8_ for style checking.
|
||||
- Relax version requirement for PrettyTable dependency to allow
|
||||
point releases of 0.7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 15:04:28 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- buildrequire the right mock version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 16:09:58 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: python-cliff
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Url: https://github.com/dreamhost/cliff
|
||||
Summary: Command Line Interface Formulation Framework
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
|
||||
Patch0: prettytable-0.7x.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-devel
|
||||
@@ -33,7 +32,7 @@ BuildRequires: python-tablib
|
||||
# Test requirements:
|
||||
BuildRequires: python-cmd2
|
||||
BuildRequires: python-coverage
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-mock >= 1.0.1
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pep8
|
||||
BuildRequires: python-prettytable
|
||||
@@ -65,7 +64,6 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n cliff-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user