Upstream, this software supports Python 3. Please provide a Python 3 package for Fedora. According to the Python packaging guidelines [0], software must be packaged for Python 3 if upstream supports it. The guidelines give detailed information on how to do this, and even provide an example spec file [1]. The current best practice is to provide subpackages for the two Python versions (called "Common SRPM" in the guidelines). Alternatively, if nothing depends on your Python2 package, you can just switch to Python 3 entirely. It's OK to do this in Rawhide only, however, it would be greatly appreciated if you could push it to Fedora 24 as well. If you need more instructions, a guide for porting Python-based RPMs is available at [2]. If anything is unclear, or if you need any kind of assistance with the porting, you can ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy to help! [0] https://fedoraproject.org/wiki/Packaging:Python [1] https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file [2] http://python-rpm-porting.readthedocs.io/
I have prepared Python 3 patch which includes - update to version 0.11, - url and source update, - porting the specfile to Python 3.
Created attachment 1183371 [details] updated spec file
Created attachment 1183372 [details] spec diff
Created attachment 1183645 [details] updated spec file Corrections in python2-django-authority package: python-django -> python2-django python-setuptools -> python2-setuptools Correction of missing /doc item at %docs
Hi Jan! The patch looks great! Just a small nit pick, I think you should retain the "Provides: %{pkgname} = %{version}-%{release}" tag from the original spec file for backwards compatibility. Apart from that, everything looks excellent!
Created attachment 1183909 [details] fixed patch Hi Tomas, thank you for the review. I have attached the fixed patch.
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'.
Created attachment 1185569 [details] Correction of %doc and %license macros in the spec file
Hi Tomáš, thank you for the review and your hint. I have corrected the specfile. May I ask you to check again?
Hi again, Jan! The patch looks ready to me!
Tomáš, thank you for the review. Hi Matthias, the attached spec file is ready to provide the Python 3 subpackage.
Created attachment 1187001 [details] Updated spec file Hi Matthias, I have updated the spec file according to your recommendation (bug #1311552), the patch is ready for you.
Hello. If maintainer has nothing against, we can push this changes after a week.