From ce0497cdadcd2a53af704eda20b0adac884badf7d4065476632e70c87d9fdb58 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 30 Nov 2012 14:10:16 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=25 --- python3-Cython.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python3-Cython.changes b/python3-Cython.changes index d5b69f7..f6da8da 100644 --- a/python3-Cython.changes +++ b/python3-Cython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 30 14:04:52 UTC 2012 - toddrme2178@gmail.com + +- Fix building on openSUSE 12.1 and 12.2 + ------------------------------------------------------------------- Thu Nov 22 15:33:16 UTC 2012 - saschpe@suse.de From 74e6b4489b759b9b6fb10f3f9e768c9896e9f018cde9d7718ba0b8880a4d8401 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 27 Mar 2013 12:20:00 +0000 Subject: [PATCH 2/3] - Update to version 0.18: + Please see http://wiki.cython.org/ReleaseNotes-0.18 + Please see http://wiki.cython.org/ReleaseNotes-0.17.2 - Update to version 0.18: + Please see http://wiki.cython.org/ReleaseNotes-0.18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=26 --- Cython-0.17.2.tar.gz | 3 --- Cython-0.18.tar.gz | 3 +++ python-Cython.changes | 8 +++++++- python-Cython.spec | 6 +++--- python3-Cython.changes | 6 ++++++ python3-Cython.spec | 8 +++----- 6 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 Cython-0.17.2.tar.gz create mode 100644 Cython-0.18.tar.gz diff --git a/Cython-0.17.2.tar.gz b/Cython-0.17.2.tar.gz deleted file mode 100644 index ffaa2fb..0000000 --- a/Cython-0.17.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1a3147d4d952e793a1043d8802ea67747892fefe7fb7e5c0cfb8bf51883be6 -size 1288282 diff --git a/Cython-0.18.tar.gz b/Cython-0.18.tar.gz new file mode 100644 index 0000000..d4cb301 --- /dev/null +++ b/Cython-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4ad7faed6bcfdb76da42492ce26ebf927129da3d4849d6982dd2e843d7de8c +size 1317041 diff --git a/python-Cython.changes b/python-Cython.changes index fd1dc91..da61daf 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com + +- Update to version 0.18: + + Please see http://wiki.cython.org/ReleaseNotes-0.18 + ------------------------------------------------------------------- Thu Nov 22 15:32:14 UTC 2012 - saschpe@suse.de - Update to version 0.17.2: - + Please see http://wiki.cython.org/ReleaseNotes-0.18.2 + + Please see http://wiki.cython.org/ReleaseNotes-0.17.2 - Drop excessive macro usage - No need for "-fno-strict-aliasing" anymore - One rpmlintrc is enough diff --git a/python-Cython.spec b/python-Cython.spec index ac071a1..fe11d6f 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# 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 @@ -17,7 +17,7 @@ Name: python-Cython -Version: 0.17.2 +Version: 0.18 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language @@ -50,7 +50,7 @@ code. %prep %setup -q -n Cython-%{version} -sed -i "s|^#!.*||" {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix non-executable scripts +sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix non-executable scripts sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding %build diff --git a/python3-Cython.changes b/python3-Cython.changes index f6da8da..a8cfe8b 100644 --- a/python3-Cython.changes +++ b/python3-Cython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com + +- Update to version 0.18: + + Please see http://wiki.cython.org/ReleaseNotes-0.18 + ------------------------------------------------------------------- Fri Nov 30 14:04:52 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-Cython.spec b/python3-Cython.spec index 81a9866..8ab2366 100644 --- a/python3-Cython.spec +++ b/python3-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python3-Cython # -# 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 @@ -17,7 +17,7 @@ Name: python3-Cython -Version: 0.17.2 +Version: 0.18 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language @@ -26,8 +26,6 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes -BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel %description @@ -47,7 +45,7 @@ code. %prep %setup -q -n Cython-%{version} -sed -i "s|^#!.*||" {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix non-executable scripts +sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix non-executable scripts sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding %build From f09e2076b864dec0f72d8d19b2018930ea41927170322449b40dbb06713e9baa Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 4 Apr 2013 11:00:38 +0000 Subject: [PATCH 3/3] Accepting request 162331 from home:apersaud:branches:devel:languages:python fixed python3 build for <12.2 OBS-URL: https://build.opensuse.org/request/show/162331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=27 --- python3-Cython.changes | 5 +++++ python3-Cython.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python3-Cython.changes b/python3-Cython.changes index a8cfe8b..35431c6 100644 --- a/python3-Cython.changes +++ b/python3-Cython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 3 06:50:48 UTC 2013 - arun@gmx.de + +- fixed python3 build by including 2to3 and python3 as dependencies + ------------------------------------------------------------------- Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com diff --git a/python3-Cython.spec b/python3-Cython.spec index 8ab2366..4ddda60 100644 --- a/python3-Cython.spec +++ b/python3-Cython.spec @@ -26,7 +26,10 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes +BuildRequires: python3 +BuildRequires: python3-2to3 BuildRequires: python3-devel +Requires: python3 %description The Cython language makes writing C extensions for the Python language as