Package: cython / 3.0.11+dfsg-2

Metadata

Package Version Patches format
cython 3.0.11+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
honour_SOURCE_DATE_EPOCH_for_copyright_year | (download)

docs/conf.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 honour source_date_epoch for copyright year

Uses SOURCE_DATE_EPOCH environment variable (if set) to
set the copyright year in documentation, to get reproducible build.

debup_workaround_verify_resolution_GH1533 | (download)

tests/run/cpdef_enums.pyx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debup_workaround_verify_resolution_gh1533


disable_tests.patch | (download)

tests/bugs.txt | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 disable_tests

Descriptions: Disable some tests that are failing on certain architectures.
 The bugs have been reported upstream, see links in the patch below.
 numpy_memoryview on all powerpc architectures, arm64 and alpha,
 apparently due to a bug in numpy.

noexcept regression.patch | (download)

Cython/Compiler/Nodes.py | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 better fix for #6122 to avoid #6535

The change in #6124 introduces a regression with functions that are
implicit noexcept in a pxd file.

noexcept regression tests.patch | (download)

tests/run/legacy_implicit_noexcept_build.srctree | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 add a test to see #6535 is fixed

numpy 2.0.patch | (download)

tests/run/ufunc.pyx | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 backport ufunc numpy2 fix