Bug 1308524
Summary: | python-zope-filerepresentation: Provide a Python 3 subpackage | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Viktorin (pviktori) <pviktori> | ||||||||
Component: | python-zope-filerepresentation | Assignee: | Miro Hrončok <mhroncok> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 24 | CC: | dkrejci, lbalhar, mhroncok, rbean, ylitalo.petri | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | python-zope-filerepresentation-4.1.0-5.fc26 python-zope-filerepresentation-4.1.0-5.fc25 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2016-08-27 10:29:31 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, 1333770 | ||||||||||
Attachments: |
|
Description
Petr Viktorin (pviktori)
2016-02-15 13:01:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase Hello Ralph, Do you need any help adding Python 3 support to the RPM? If you need more instructions, a [guide] for porting Python-based RPMs is available. [guide] http://python-rpm-porting.readthedocs.org/en/latest/index.html Thanks Dominika, I'm trying to get to them as I have time (there are a lot!) Created attachment 1182870 [details]
Python 3 patch for python-zope-filerepresentation specfile
Hi,
Ported the specfile following Python RPM Porting Guide instructions. Please, review and push it if everything is ok.
Thanks,
Petri
Created attachment 1183064 [details]
Patch for python 3
Corrected %changelog entries
Hello Petri. I've found some bugs in your patch: - There are missing build requires for Py3: -- python3-setuptools -- python3-zope-interface -- python3-zope-schema - Same for Requires in Py3 subpackage: -- python3-zope-interface -- python3-zope-schema - You can use %py2_build and %py3_build in %build section and %py2_install and %py3_install in %install section (just suggestion) - It's better to use %license macro for license files in %files sections instead %doc Also if it is possible for you, then please provide link to Koji scratch build of package with patched specfile. Thank you and have a nice day. Created attachment 1184915 [details] Revised PY3 patch Hi, Bugs fixed. Here is the link for Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15044892 Petri Patch looks good for me. Thank you. python-zope-filerepresentation-4.1.0-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7276248f4a python-zope-filerepresentation-4.1.0-5.fc25 has been pushed to the Fedora 25 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-2016-7276248f4a python-zope-filerepresentation-4.1.0-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |