forked from pool/python-Cython
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
ce0497cdad
commit
74e6b4489b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea1a3147d4d952e793a1043d8802ea67747892fefe7fb7e5c0cfb8bf51883be6
|
|
||||||
size 1288282
|
|
3
Cython-0.18.tar.gz
Normal file
3
Cython-0.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf4ad7faed6bcfdb76da42492ce26ebf927129da3d4849d6982dd2e843d7de8c
|
||||||
|
size 1317041
|
@@ -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
|
Thu Nov 22 15:32:14 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
- Update to version 0.17.2:
|
- 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
|
- Drop excessive macro usage
|
||||||
- No need for "-fno-strict-aliasing" anymore
|
- No need for "-fno-strict-aliasing" anymore
|
||||||
- One rpmlintrc is enough
|
- One rpmlintrc is enough
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Cython
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 0.17.2
|
Version: 0.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cython.org
|
Url: http://www.cython.org
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
@@ -50,7 +50,7 @@ code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Cython-%{version}
|
%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
|
sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@@ -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
|
Fri Nov 30 14:04:52 UTC 2012 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python3-Cython
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-Cython
|
Name: python3-Cython
|
||||||
Version: 0.17.2
|
Version: 0.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cython.org
|
Url: http://www.cython.org
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
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
|
Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3
|
|
||||||
BuildRequires: python3-2to3
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,7 +45,7 @@ code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Cython-%{version}
|
%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
|
sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user