Bug 1416902

Summary: Source0 does not exist anymore
Product: [Fedora] Fedora Reporter: Alan Pevec <apevec>
Component: python-progressbarAssignee: hguemar
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: christof, hguemar, tuanta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-26 18:32:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1416920    

Description Alan Pevec 2017-01-26 18:15:01 UTC
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

Comment 1 hguemar 2017-01-26 18:28:51 UTC
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.

Comment 2 hguemar 2017-01-26 18:32:34 UTC
Fixed in rawhide, maintainer is free to do builds or cherry-pick changes on other branches.