Late notice retirement of PyPy 3.7 from Fedora 37+

2022-09-26 Thread Miro Hrončok
Hello, I plan to retire PyPy 3.7 (pypy3.7) from Fedora 37+. The latest/last release of it happened in March and I'd like to avoid the need to backport security fixes to it for more 14ish months. If there is a high demand (unlikely) it can always be added back after GA, but it cannot be retir

Cython build failing on longintrepr.h not found

2022-09-26 Thread Sandro
Hi Pythonians, I have a favor to ask. I'm trying to package scikit-misc as a dependency for plotnine (for neuro-sig). The build fails with: fatal error: longintrepr.h: No such file or directory I'm aware of the fact that the file has been moved in Python 3.11, but was under the impression t

Re: Cython build failing on longintrepr.h not found

2022-09-26 Thread Lumír Balhar
Hi Sandro. Make sure that the build does not use the pyx file from upstream. It seems to me that the file generated by Cython is in the source tarball (skmisc/loess/src/_loess.pyx) and I did not find any mention of use of Cython in the build log. The file is probably generated by an older ver