fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
128 stars 39 forks source link

Use pypi_source macro #202

Closed gordonmessmer closed 5 years ago

gordonmessmer commented 5 years ago

PR #198 might be ... over-engineered. This change will also support the pypi_source macro, but with fewer external requirements. As a result, it's also a much smaller patch.

gordonmessmer commented 5 years ago

The error here is a transient failure to download from pypi, and not a bug or unexpected change.

hroncok commented 5 years ago

The error here is a transient failure to download from pypi, and not a bug or unexpected change.

You should have rights to restart the build if you log in to Travis Ci with your GitHub account.

gordonmessmer commented 5 years ago

Good catch. Thanks!