fedora-python / pyp2rpm

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

pyp2rpm <= 3.1.1 can't connect to PyPI server #54

Open mcyprian opened 8 years ago

mcyprian commented 8 years ago

PyPI APIs doesn't allow access via HTTP anymore: https://mail.python.org/pipermail/distutils-sig/2016-June/029125.html pyp2rpm <= 3.1.1 exits with connection failure message, because it uses URL http://pypi.python.org/pypi.

This is fixed in version 3.1.2 by commit ec383ceb8c63963d1e5.

hroncok commented 8 years ago

If we don't want to break compatibility in Fedoras, we can backport the patch.