https://bugzilla.redhat.com/show_bug.cgi?id=1084199
William Moreno <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] Flags| |fedora-review? | |needinfo?(chris.a.st.pierre | |@gmail.com) --- Comment #10 from William Moreno <[email protected]> --- Hi, there are some updated in Python Packaging: https://fedoraproject.org/wiki/Packaging:Python#Example_spec_file Please: 1- Update to last upstream relase dicttoxml-1.6.6 2- Look like there is Python 3 support, please use Python3 so this will become the default python in Fedora. 3- There is %license macro if are goint to epel you need to define it with: %{!?_licensedir:%global license %%doc} %license LICENCE.tx 4- Check if Python2 if suported, if it is suported you will need to ship both python2 and python3 as subpackages and you must add a Provides: python2-foo 5- There is new Python macros: %py2_build %py3_build %py2_install %py3_install -- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
