Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-04-17 23:16:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-isodate (Old)
 and      /work/SRC/openSUSE:Factory/.python-isodate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-isodate", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes    
2013-01-17 10:02:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes       
2013-04-17 23:17:01.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Apr 17 14:08:25 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add python-2to3.  It is needed for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
+Tue Apr 16 19:21:24 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-isodate/python3-isodate.changes   
2013-01-17 10:02:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python3-isodate.changes      
2013-04-17 23:17:01.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Apr 17 14:08:25 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add python-2to3.  It is needed for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
+Tue Apr 16 19:21:24 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE <= 12.2
+
+-------------------------------------------------------------------
+Wed Jan 30 12:44:40 UTC 2013 - sasc...@suse.de
+
+- Use 2to3 to fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-isodate.spec ++++++
--- /var/tmp/diff_new_pack.3XVi5R/_old  2013-04-17 23:17:02.000000000 +0200
+++ /var/tmp/diff_new_pack.3XVi5R/_new  2013-04-17 23:17:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ python3-isodate.spec ++++++
--- /var/tmp/diff_new_pack.3XVi5R/_old  2013-04-17 23:17:02.000000000 +0200
+++ /var/tmp/diff_new_pack.3XVi5R/_new  2013-04-17 23:17:02.000000000 +0200
@@ -25,9 +25,12 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# this is needed for openSUSE <= 12.2
 BuildRequires:  python3
+BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+Requires:       python3
 BuildArch:      noarch
 
 %description
@@ -41,6 +44,7 @@
 %setup -q -n isodate-%{version}
 
 %build
+2to3 -w -n ./
 python3 setup.py build
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to