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 filePatch | File delta | Description |
---|---|---|
honour_SOURCE_DATE_EPOCH_for_copyright_year | (download) |
docs/conf.py |
5 4 + 1 - 0 ! |
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 ! |
debup_workaround_verify_resolution_gh1533 |
disable_tests.patch | (download) |
tests/bugs.txt |
10 10 + 0 - 0 ! |
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 ! |
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 ! |
add a test to see #6535 is fixed |
numpy 2.0.patch | (download) |
tests/run/ufunc.pyx |
4 2 + 2 - 0 ! |
backport ufunc numpy2 fix |