Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2013-05-02 11:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cliff (Old)
 and      /work/SRC/openSUSE:Factory/.python-cliff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cliff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes        
2013-04-26 12:37:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2013-05-02 11:33:13.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 30 08:39:29 UTC 2013 - [email protected]
+
+- add ignore-cmd2-requires.diff: 
+  loosen cmd2 version requires
+
+-------------------------------------------------------------------

New:
----
  ignore-cmd2-requires.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cliff.spec ++++++
--- /var/tmp/diff_new_pack.AjiV3s/_old  2013-05-02 11:33:14.000000000 +0200
+++ /var/tmp/diff_new_pack.AjiV3s/_new  2013-05-02 11:33:14.000000000 +0200
@@ -24,6 +24,7 @@
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
+Patch0:         ignore-cmd2-requires.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
@@ -38,7 +39,7 @@
 BuildRequires:  python-prettytable
 BuildRequires:  python-pyparsing == 1.5.7
 Requires:       python-argparse
-Requires:       python-cmd2 == 0.6.4
+Requires:       python-cmd2 >= 0.6.4
 Requires:       python-prettytable >= 0.6
 Requires:       python-pyparsing == 1.5.7
 Requires:       python-tablib
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q -n cliff-%{version}
+%patch0
 
 %build
 python setup.py build

++++++ ignore-cmd2-requires.diff ++++++
--- setup.py
+++ setup.py
@@ -24,7 +24,7 @@
 install_requires = [
     'distribute',
     'PrettyTable>=0.6,<0.8',
-    'cmd2==0.6.4',
+    'cmd2>=0.6.4,<0.7',
 ]
 
 # We need a different version of PyParsing, depending on which version
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to