A language for writing Python extension modules
Go to file
Miro Hrončok ba710e631b Disable GCC warnings/errors about wrong self casts in final function calls
Numerous packages fail to build due to -Werror=incompatible-pointer-types
being the default in Fedora 40+.

The code is generated by Cython. No known fix at this time,
so better to disable the warning here than in each individual package.
2024-03-02 22:07:10 +01:00
.gitignore Update to 3.0.8 (rhbz#2255460) 2024-01-23 12:44:46 +01:00
6003.patch Use Python 3.13.0a4 PyCFunctionFastWithKeywords 2024-02-21 12:37:58 +01:00
6039.patch Disable GCC warnings/errors about wrong self casts in final function calls 2024-03-02 22:07:10 +01:00
changelog Convert to %autorelease and %autochangelog 2024-01-29 15:32:28 +01:00
Cython.spec Disable GCC warnings/errors about wrong self casts in final function calls 2024-03-02 22:07:10 +01:00
sources Update to 3.0.8 (rhbz#2255460) 2024-01-23 12:44:46 +01:00