Accepting request 1097767 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/1097767 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=173
This commit is contained in:
parent
9e67f24bdb
commit
14ebf6b4b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e381fa0bf08b3c26ec2f616b19ae852c06f5750f4290118bf986b6f85c8c527
|
|
||||||
size 2097520
|
|
BIN
Cython-0.29.36.tar.gz
(Stored with Git LFS)
Normal file
BIN
Cython-0.29.36.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 8 20:26:51 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 0.29.36:
|
||||||
|
* Async generators lost their return value in PyPy. (Github issue
|
||||||
|
:issue:`5465`)
|
||||||
|
* The outdated C macro _PyGC_FINALIZED() is no longer used in
|
||||||
|
Py3.9+.
|
||||||
|
* The deprecated Py_OptimizeFlag is no longer used in Python
|
||||||
|
3.9+. (Github issue :issue:`5343`)
|
||||||
|
* Using the global __debug__ variable but not assertions could lead
|
||||||
|
to compile errors.
|
||||||
|
* The broken HTML template support was removed from Tempita. (Github
|
||||||
|
issue :issue:`3309`)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 27 21:05:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat May 27 21:05:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 0.29.35
|
Version: 0.29.36
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -35,6 +34,7 @@ Requires: python-devel
|
|||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user