Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1567198

Summary: gunicorn's executables' names do not follow the python packaging guidelines
Product: [Fedora] Fedora Reporter: Randy Barlow <rbarlow>
Component: python-gunicornAssignee: Dan Callaghan <dcallagh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dcallagh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python-gunicorn-19.7.1-4.fc27 python-gunicorn-19.7.1-4.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-27 01:17:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Randy Barlow 2018-04-13 14:31:34 UTC
Per the Python packaging guidelines[0], gunicorn should provide different files in /usr/bin/ than it currently does.


What it does currently:

python2-gunicorn:

    /usr/bin/gunicorn

python3-gunicorn:

    /usr/bin/python3-gunicorn


What it should look like:

python2-gunicorn:

    /usr/bin/gunicorn
    /usr/bin/gunicorn-2
    /usr/bin/gunicorn-2.7

python3-gunicorn

    /usr/bin/gunicorn-3
    /usr/bin/gunicorn-3.6  (or current Python version for the Fedora release)


[0] https://fedoraproject.org/wiki/Packaging:Python#Naming

Comment 1 Dan Callaghan 2018-04-16 02:50:54 UTC
Oooh. Somehow I missed that part of the guidelines. Are they new?

Anyway, I will introduce the new names in F26-F28, and drop the bad name (/usr/bin/python3-gunicorn) in rawhide for F29+.

Comment 2 Fedora Update System 2018-04-16 03:46:06 UTC
python-gunicorn-19.7.1-4.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-bac27a9034

Comment 3 Fedora Update System 2018-04-16 03:46:14 UTC
python-gunicorn-19.7.1-4.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-ec7cb4d5eb

Comment 4 Randy Barlow 2018-04-16 18:46:16 UTC
(In reply to Dan Callaghan from comment #1)
> Oooh. Somehow I missed that part of the guidelines. Are they new?

I'm not sure, but a lot of our packages don't comply so it's possible they changed at some point.

> Anyway, I will introduce the new names in F26-F28, and drop the bad name
> (/usr/bin/python3-gunicorn) in rawhide for F29+.

Thanks, that sounds great!

Comment 5 Fedora Update System 2018-04-17 03:03:12 UTC
python-gunicorn-19.7.1-4.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-bac27a9034

Comment 6 Fedora Update System 2018-04-18 02:58:32 UTC
python-gunicorn-19.7.1-4.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-ec7cb4d5eb

Comment 7 Fedora Update System 2018-04-27 01:17:34 UTC
python-gunicorn-19.7.1-4.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2018-05-11 01:23:16 UTC
python-gunicorn-19.7.1-4.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.