Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2013-09-11 13:07:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-03 22:02:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2013-09-11 13:07:23.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 08:47:28 UTC 2013 - [email protected]
+
+- add relax-cmd2-requires.diff: Allow 0.6.6.1 or newer
+
+-------------------------------------------------------------------

New:
----
  relax-cmd2-requires.diff

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

Other differences:
------------------
++++++ python-cliff.spec ++++++
--- /var/tmp/diff_new_pack.23rwzl/_old  2013-09-11 13:07:24.000000000 +0200
+++ /var/tmp/diff_new_pack.23rwzl/_new  2013-09-11 13:07:24.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:         relax-cmd2-requires.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q -n cliff-%{version}
+%patch0
 
 %build
 python setup.py build

++++++ relax-cmd2-requires.diff ++++++
--- cliff.egg-info/requires.txt
+++ cliff.egg-info/requires.txt
@@ -1,3 +1,3 @@
 PrettyTable>=0.6,<0.8
-cmd2>=0.6.4,<0.6.6
-pyparsing==1.5.7
\ No newline at end of file
+cmd2>=0.6.4,<0.6.7
+pyparsing==1.5.7
--- setup.py
+++ setup.py
@@ -17,9 +17,7 @@
 
 install_requires = [
     'PrettyTable>=0.6,<0.8',
-    # Restrict cliff from bringing in cmd2 0.6.6 until the problem
-    # with the Python 3-only code is resolved.
-    'cmd2>=0.6.4,<0.6.6',
+    'cmd2>=0.6.4,<0.6.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