forked from pool/python-Cython
Accepting request 950217 from home:polslinux:branches:devel:languages:python
- update to 0.29.27: * The ``cythonize`` command has a new option ``-M`` to generate ``.dep`` dependency files for the compilation unit. This can be used by external build tools to track these dependencies. * Calls to ``range()`` with more than three arguments did not fail. * Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved. * Cython no longer warns about using OpenMP 3.0 features since they are now considered generally available. OBS-URL: https://build.opensuse.org/request/show/950217 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=154
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:46:21 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- update to 0.29.27:
|
||||
* The ``cythonize`` command has a new option ``-M`` to generate ``.dep`` dependency
|
||||
files for the compilation unit. This can be used by external build tools to track
|
||||
these dependencies.
|
||||
* Calls to ``range()`` with more than three arguments did not fail.
|
||||
* Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved.
|
||||
* Cython no longer warns about using OpenMP 3.0 features since they are now
|
||||
considered generally available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 15:59:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user