| Summary: | add python3-flup subpackage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jakub Dorňák <jdornak> | ||||
| Component: | python-flup | Assignee: | Till Maas <opensource> | ||||
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | hhorak, jdornak, opensource | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-09-17 11:23:11 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: | |||||
| Attachments: |
|
||||||
Hi Till, I have just requested permissions on this package. If You agree with this patch and approve the request, I may apply it myself. Also please consider applying this patch in f20 branch. Shall I file separate bug for f20? I have found that it does not work with python3 anyway. Even if I have done much more work on it. I will hopefully provide working patch later. Some remarks about your patch: - please prefix the file name of patch for python-flup with python-flup- - Please use %bcond_without python3 when python3 support should be enabled by default (F19+/EL7) and %bcond_with python3 as default http://www.rpm.org/wiki/PackagerDocs/ConditionalBuilds No separate bug for several versions is required. I will approve your pkgdb request, so you can easily apply the patch when ready. In fact, I do not work on this any more, because FastCGI support in Django is deprecated and will be removed in Django 1.9. Is there anybody who wants python3-flup? If not, I'd close this request. |
Created attachment 829555 [details] git commit adding python3 subpackage Description of problem: Please, add python3 subpackage. The attached patch adds such a subpackage.