project homepage does not reflect specfile
https://github.com/fedora-infra/fedora-packages/issues/257#issuecomment-263870833
It should be done automatically if you update it in the spec file and do a build in rawhide.
So I have a bug report for you!
python-docker-py says https://github.com/DBuildService/dock which is incorrect: specfile says:
%global owner docker
%global project docker-py
URL: https://github.com/%{owner}/%{project}/
http://pkgs.fedoraproject.org/cgit/rpms/python-docker-py.git/tree/python-docker-py.spec#n25 I built it quite recently http://koji.fedoraproject.org/koji/buildinfo?buildID=820693
Looks like we have some cache invalidation problem
Seems to be related to #248.
This should be fix by #326.