1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
python-py-ecc (8.0.0-1) unstable; urgency=medium
[ Manuel Guerra ]
* Initial release (Closes: #1111786)
[ Otto Kekäläinen ]
* Misc additional packaging improvements
* Move python3-setuptools to Build-Depends to fix source builds
* Add patch to fix `ModuleNotFoundError: No module named 'eth_abi'`
* Add patch to fix `autodoc: failed to import module xxx` warnings
* Add patch to prevent network access attempt during build
* Include the intersphinx objects.inv in Debian sources.
While upstream downloads this link database from docs.python.org at
build-time, in Debian builds must be hermetic and run without any network
access, so bundle the objects.inv in the Debian sources and pass it to
sources for use at build-time without any network access.
-- Otto Kekäläinen <otto@debian.org> Thu, 18 Sep 2025 23:58:56 -0700
|