FS#79953 - [python-mechanize] FTBFS: tarball signature 404 & test failed
Attached to Project:
Arch Linux
Opened by Eric Long (hack3ric) - Saturday, 14 October 2023, 07:44 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 15 October 2023, 12:42 GMT
Opened by Eric Long (hack3ric) - Saturday, 14 October 2023, 07:44 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 15 October 2023, 12:42 GMT
|
Details
Description:
- The tarball signature, https://files.pythonhosted.org/packages/source/m/mechanize/mechanize-0.4.8.tar.gz.asc, returned 404 - test_Cookie_iterator failed with upstream fix: https://github.com/python-mechanize/mechanize/issues/74 The attached patch removes the signature from source array, and backported test fix. |
This task depends upon
Closed by Jelle van der Waa (jelly)
Sunday, 15 October 2023, 12:42 GMT
Reason for closing: Implemented
Additional comments about closing: Thanks for the patch loqs
Sunday, 15 October 2023, 12:42 GMT
Reason for closing: Implemented
Additional comments about closing: Thanks for the patch loqs
Edit:
The attached diff switches to using a signed git tag and cherry-picking the three commits needed to fix the check failure.