1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
python-py-ecc (8.0.0-2) unstable; urgency=medium
[ Manuel Guerra ]
* Set uscan to watch for stable releases
* Add fix-recursion-limit-s390x.patch to fix tests on s390x architecture
* Remove alien tag Built-Using for sphinx documentation
* Remove no more needed source lintian-overrides
[ Otto Kekäläinen ]
* Update Debian copyright for 2026
* Drop redundant `Priority: optional`
* Bump Debian Policy version
-- Otto Kekäläinen <otto@debian.org> Thu, 15 Jan 2026 05:16:16 +0000
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
|