fedora-python / pyp2rpm

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

Use ordered lists to store requires, scripts, modules and packages #135

Closed mcyprian closed 6 years ago

mcyprian commented 6 years ago

This prevents order changes of metadata items between subsequent pyp2rpm runs. Requires, scripts, modules and packages are stored in list instead of set, and sorted.

irushchyshyn commented 6 years ago

Looks good 👍 Thanks! Please squash and merge.

mcyprian commented 6 years ago

Thanks for the review @irushchyshyn.