Learn more about these different git repos.
Other Git URLs
Fedora package is based on .tar.bz2. When releasing new version, one has to remember to use that format. python setup.py sdist should create it automatically.
.tar.bz2
python setup.py sdist
It's easy to fix. So, I made a quick fix[1] for this issue.
[1] https://pagure.io/fedpkg/pull-request/22
I actually already did this in a different way and forgot to close the issue. https://pagure.io/fedpkg/9de10a0057705cbe84cf7f8888911b7a8b6c3f20
I like your version a lot more, though. Could you remove the code from setup.py in your pull request?
setup.py
A side note: if you write #22 in your comment, Pagure will automatically link it to the issue or pull request.
Sure.
aha, I did think of how I can link the pull request to this issue, just like what I can do in Github and other git hosting services. :) Thanks for your hint.
PR#22 has been merged already. This issue can be closed. @lsedlar could you help to close this issue?
fixed in PR#22
Log in to comment on this ticket.