Browse code

update cython to 0.25.2

Change-Id: Id8ffe31030f28c5c9b92818528d1bfbc158bd7a8
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2511
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

Bo Gan authored on 2017/04/25 07:39:43
Showing 2 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:        C extensions for Python
2 2
 Name:           cython
3
-Version:        0.23.4
4
-Release:        3%{?dist}
3
+Version:        0.25.2
4
+Release:        1%{?dist}
5 5
 Group:          Development/Libraries
6 6
 License:        Apache License
7 7
 URL:            http://cython.org/
8 8
 Source0:        http://cython.org/release/Cython-%{version}.tar.gz
9
-%define sha1 Cython=fc574c5050cd5a8e34435432e2a4a693353ed807
9
+%define sha1 Cython=e73f5afe89792df3467cc7bccd29fc01467fc28b
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
12 12
 BuildRequires:	python2-devel
... ...
@@ -37,13 +37,15 @@ rm -rf %{buildroot}
37 37
 %files
38 38
 %defattr(-,root,root,-)
39 39
 %{_bindir}/*
40
-%{python_sitearch}/Cython-0.23.4-py2.7.egg-info
40
+%{python_sitearch}/Cython-%{version}-*.egg-info
41 41
 %{python_sitearch}/Cython/*
42 42
 %{python_sitearch}/cython.py*
43 43
 %{python_sitearch}/pyximport/*
44 44
 
45 45
 
46 46
 %changelog
47
+*       Mon Apr 24 2017 Bo Gan <ganb@vmware.com> 0.25.2-1
48
+-       Update to 0.25.2
47 49
 *       Wed Oct 05 2016 ChangLee <changlee@vmware.com> 0.23.4-3
48 50
 -       Modified %check
49 51
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.23.4-2
... ...
@@ -1,13 +1,13 @@
1 1
 %define python3_sitearch /usr/lib/python3.5/site-packages
2 2
 Summary:        C extensions for Python
3 3
 Name:           cython3
4
-Version:        0.23.4
4
+Version:        0.25.2
5 5
 Release:        1%{?dist}
6 6
 Group:          Development/Libraries
7 7
 License:        Apache License
8 8
 URL:            http://cython.org/
9 9
 Source0:        http://cython.org/release/Cython-%{version}.tar.gz
10
-%define sha1 Cython=fc574c5050cd5a8e34435432e2a4a693353ed807
10
+%define sha1 Cython=e73f5afe89792df3467cc7bccd29fc01467fc28b
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 BuildRequires:	python3
... ...
@@ -49,5 +49,7 @@ rm -rf %{buildroot}
49 49
 %{python3_sitearch}/__pycache__/*
50 50
 
51 51
 %changelog
52
+*       Mon Apr 24 2017 Bo Gan <ganb@vmware.com> 0.25.2-1
53
+-       Update to 0.25.2
52 54
 * 	Fri Jan 27 2017 Dheeraj Shetty <dheerajs@vmware.com> 0.23.4-1
53 55
 - 	Initial build.