Bug 1311552
Summary: | python-django-pipeline: Provide a Python 3 subpackage | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomas Orsava <torsava> | ||||||||
Component: | python-django-pipeline | Assignee: | Matthias Runge <mrunge> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 25 | CC: | fraph24, jberan, mrunge, pviktori, sgallagh | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | python-django-pipeline-1.6.8-1.fc26 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2016-08-01 16:52:09 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: | 1285816, 1312032 | ||||||||||
Attachments: |
|
Description
Tomas Orsava
2016-02-24 12:56:04 UTC
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Created attachment 1185180 [details]
updated spec file
Patched specfile:
- update to version 1.6.8
- url and source update
- modernized specfile with Python 3 packaging
Created attachment 1185398 [details]
spec file correction
Correction of missing python_provide scripts
Hi Jan! The patch looks good to me! There's just a very minor nitpick: The LICENSE file should go to the %license macro instead of the %doc macro now. Apart from that it looks perfect. Created attachment 1185563 [details]
Correction of %doc and %license macros.
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 Jan, looks good to me! Tomáš, thank you for the review. Hi Matthias, the attached spec file is ready to provide the Python 3 subpackage. A few nits here: - I would replace %setup with %autosetup - rm -rf egg-info has been deprecated a while ago - I still would look at distributions not supporting python3; RHEL/CentOS/EPEL does not; adding a tiny %if etc. makes life for those folks easier. I'll go ahead and apply etc. the patch now. Thanks everyone. |