Bug 1030754
Summary: | Please enable python3 support of this package | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> |
Component: | python-docopt | Assignee: | Martin Sivák <msivak> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | miminar, msivak, rkuska |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-docopt-0.6.1-3.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-30 07:04:19 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1030755 |
Description
Christopher Meng
2013-11-15 04:48:39 UTC
python-docopt-0.6.1-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-docopt-0.6.1-2.fc18 python-docopt-0.6.1-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-docopt-0.6.1-2.fc19 Package python-docopt-0.6.1-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-docopt-0.6.1-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-21485/python-docopt-0.6.1-2.fc18 then log in and leave karma (feedback). Thank you. Hi, is there any reason why python3-docopt is not included also in f20? Ooops, I searched again with keyword "python3-docopt" and returns nothing here. So python3 support is not completed. I can only see python3 support in the spec, but not RPM. There is no python3 specific package. python-docopt provides both versions. python-docopt-0.6.1-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-docopt-0.6.1-2.fc20 Python3 files must be in the separate subpackage [1]. From your spec file: %files %{python_sitelib}/docopt.py* %{python_sitelib}/docopt-*.egg-info %if 0%{?with_python3} %{python3_sitelib}/__pycache__/docopt* %{python3_sitelib}/docopt.py* %{python3_sitelib}/docopt-*.egg-info %endif It's should be %files %{python_sitelib}/docopt.py* %{python_sitelib}/docopt-*.egg-info %if 0%{?with_python3} %files -n python3-docopt %{python3_sitelib}/__pycache__/docopt* %{python3_sitelib}/docopt.py* %{python3_sitelib}/docopt-*.egg-info %endif [1] http://fedoraproject.org/wiki/Packaging:Python#Subpackages python-docopt-0.6.1-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-docopt-0.6.1-3.fc19 python-docopt-0.6.1-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-docopt-0.6.1-3.fc20 Package python-docopt-0.6.1-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-docopt-0.6.1-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1962/python-docopt-0.6.1-3.fc19 then log in and leave karma (feedback). python-docopt-0.6.1-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |