14
0
forked from pool/python-Cython
Files
python-Cython/python-Cython-rpmlintrc
Nico Krapp 03eea65b28 Accepting request 1306531 from home:mcalabkova:branches:devel:languages:python
- Update to 3.1.4
  * Declarations for the new PyUnstable_*() refcounting C-API functions in Py3.14
    were added.
  * The monitoring code could crash on tracing.
  * Initialising the monitoring code could fail with a CPython exception.
  * Optimised integer shifting triggered undefined behaviour in C.
  * Deallocating objects that inherit from external types defined in pxd files
    could run into an infinite loop.
  * A reference to metaclasses could be leaked on instantiation.
  * (Unlikely) error handling during empty builtin container tests was ineffective.
  * Generated *_api.h files used potentially unknown Cython configuration macros.
  * cythonize() avoids parallel compiler runs on systems using spawn() in
    multiprocessing.
  * The @cython.ufunc decorator was missing in type checker stubs.

OBS-URL: https://build.opensuse.org/request/show/1306531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=211
2025-09-23 13:19:29 +00:00

5 lines
195 B
Plaintext

addFilter('devel-file-in-non-devel-package .*/Cython/.*')
addFilter('devel-dependency python39-devel')
addFilter('devel-dependency python310-devel')
addFilter('devel-dependency python311-devel')