Package: src:python-gevent Version: 25.9.1-2 User: [email protected] Usertags: python3.15 Tags: patch
Hi! While rebuilding the python related packages against the python version 3.15rc1 we found that python-gevent fails to build from source [1]. The error points to the dh_missing check and the abi3 files that were ignored now seem to include a m-a suffix. I'm attaching a debdiff with the change in the not-installed file. Please consider adding this change or something similar in your next upload. At the same time, maybe we should prefer the abi3 and abi3t extensions instead of building one for each supported python version. Happy hacking, [1]: https://debusine.debian.net/debian/r-python-python3.15/work-request/1014181/ -- "Can you imagine what I would do if I could do all I can?" -- Sun Tzu Saludos /\/\ /\ >< `/
diff -Nru python-gevent-25.9.1/debian/changelog python-gevent-25.9.1/debian/changelog --- python-gevent-25.9.1/debian/changelog 2026-06-27 23:48:35.000000000 +0200 +++ python-gevent-25.9.1/debian/changelog 2026-08-20 09:51:44.000000000 +0200 @@ -1,3 +1,9 @@ +python-gevent (25.9.1-3) UNRELEASED; urgency=medium + + * Team upload. + + -- Maximiliano Curia <[email protected]> Thu, 20 Aug 2026 09:51:44 +0200 + python-gevent (25.9.1-2) unstable; urgency=medium * Team upload. diff -Nru python-gevent-25.9.1/debian/not-installed python-gevent-25.9.1/debian/not-installed --- python-gevent-25.9.1/debian/not-installed 2026-06-27 21:26:54.000000000 +0200 +++ python-gevent-25.9.1/debian/not-installed 2026-08-20 09:51:44.000000000 +0200 @@ -1,4 +1,4 @@ -usr/lib/python*/dist-packages/gevent/libev/_corecffi.abi3.so -usr/lib/python*/dist-packages/gevent/libuv/_corecffi.abi3.so +usr/lib/python*/dist-packages/gevent/libev/_corecffi.abi3*.so +usr/lib/python*/dist-packages/gevent/libuv/_corecffi.abi3*.so usr/lib/python*/dist-packages/gevent/testing/ usr/lib/python*/dist-packages/gevent/tests/

