Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2013-03-14 15:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cliff (Old)
 and      /work/SRC/openSUSE:Factory/.python-cliff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cliff", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes        
2013-03-12 11:32:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2013-03-14 15:00:51.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar 13 12:26:50 UTC 2013 - [email protected]
+
+- add prettytable-0.7x.diff:
+  - Be compatible with PrettyTable 0.7 
+- tighten rpm dependencies
+
+-------------------------------------------------------------------

New:
----
  prettytable-0.7x.diff

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

Other differences:
------------------
++++++ python-cliff.spec ++++++
--- /var/tmp/diff_new_pack.wPhYCx/_old  2013-03-14 15:00:54.000000000 +0100
+++ /var/tmp/diff_new_pack.wPhYCx/_new  2013-03-14 15:00:54.000000000 +0100
@@ -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:         prettytable-0.7x.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
@@ -36,10 +37,10 @@
 BuildRequires:  python-nose
 BuildRequires:  python-pep8
 BuildRequires:  python-prettytable
-BuildRequires:  python-pyparsing
+BuildRequires:  python-pyparsing == 1.5.7
 Requires:       python-argparse
-Requires:       python-cmd2
-Requires:       python-prettytable
+Requires:       python-cmd2 == 0.6.4
+Requires:       python-prettytable >= 0.6
 Requires:       python-tablib
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n cliff-%{version}
+%patch0
 
 %build
 python setup.py build

++++++ prettytable-0.7x.diff ++++++
--- 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',
 ]
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to