Source0: https://%{name}.googlecode.com/files/%{realname}-%{version}.tar.gz $ spectool -g python-progressbar.spec Getting https://python-progressbar.googlecode.com/files/progressbar-2.3.tar.gz to ./progressbar-2.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 What's more, current tarball in the lookaside cache does not match tarball on pypi: $ wget https://pypi.io/packages/source/p/progressbar/progressbar-2.3.tar.gz $ md5sum -c sources progressbar-2.3.tar.gz: FAILED md5sum: WARNING: 1 computed checksum did NOT match
Fixing it as provenpackager (FAS: hguemar) Seems that since googlecode service has been decommissionned, upstream just regenerated tarball and uploaded it on pypi. No changes but generated metadata. https://paste.fedoraproject.org/537171/54552181/ So I will just fix the spec file and upload new tarball but no rebuild. It will be picked up by next rebuilds if there are any.
Fixed in rawhide, maintainer is free to do builds or cherry-pick changes on other branches.