fedora-python / pyp2rpm

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

FTA for tagged release? #11

Closed joequant closed 9 years ago

joequant commented 9 years ago

Hi,

Is there any FTA for a tagged release?

I'd like to package this for mageia, but it would help to have a tagged release to checkpoint against.

sYnfo commented 9 years ago

There are tags in the original repository [0], but we've recently move to github and it looks like the tags did not get created properly. For now, if you need a specific commit you can take it from there, or you can just grab the newest release on pypi [1]. Is that solution good enough for you? :)

[0] https://bitbucket.org/bkabrda/pyp2rpm/downloads [1] https://pypi.python.org/pypi/pyp2rpm

hroncok commented 9 years ago

@sYnfo I've just pushed the tags.

sYnfo commented 9 years ago

Cool, thanks Miro.