https://bugzilla.redhat.com/show_bug.cgi?id=1505108
Robert-André Mauchin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Robert-André Mauchin <[email protected]> --- Hello, - There's nothing there and the github owner doesn't seem to be involved with that project: URL: https://github.com/luckydonald/%{pypi_name} - How did you pick the Git commit for the package? It seems to me that you should use ae3561094b56c26b423ef9a978f5cbc67b130e9b , cf: https://bitbucket.org/petsc/petsc4py/commits/tag/3.8.0 - On a similar note, use git archive to package so we don't ship .git hidden files with the archive: git clone https://bitbucket.org/petsc/petsc4py cd petsc4py git archive --format tar.gz --prefix petsc4py-3.8.0/ 3.8.0 > petsc4py-3.8.0.tar.gz -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
