https://bugzilla.redhat.com/show_bug.cgi?id=1353606 --- Comment #14 from Igor Gnatenko <ignatenko@xxxxxxxxxx> --- (In reply to mulhern from comment #11) > (In reply to Igor Gnatenko from comment #10) > > (In reply to mulhern from comment #7) > > > Would be good to justify git release, as opposed to taking a published > > > release from pypi: https://pypi.python.org/pypi/pytoml. I can't see any > > > reason, actually. > > always better to take "real source" from github, not "precompiled source" > > from PyPI. > > I have been taught other way. Could you point me at docs/explanation? let me show example: we have some module which uses Cython which means real source is *.pyx and *.pxi, but usually maintainer of module uploads archive just with already cythonized version (auto-generated *.c files) which can contain bugs due to broken cython on developer machine. sometimes they ship *.pyx files as well, but often I have to manually remove *.c files to really use my Cython. -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx