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 1333824
Summary: | python-mailer: Provide a Python 3 subpackage | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomas Orsava <torsava> |
Component: | python-mailer | Assignee: | Fabian Affolter <mail> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | athoscribeiro, mail, pviktori |
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: | 2016-07-27 12:14:52 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: | 1322027 |
Description
Tomas Orsava
2016-05-06 13:28:40 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Upstream is not fully ported to Python 3 as you can see in [1]: apparently there was a branch which was not merged with changes to support python 3 [2]. I only realized this after I prepared a python 3 subpackage for it and tried to manually test the new package, since I believe upstream does not provide a test suite File "/usr/lib/python3.5/site-packages/mailer.py", line 36, in <module> import Queue ImportError: No module named 'Queue' [1] https://bitbucket.org/ginstrom/mailer/commits/branch/default [2] https://bitbucket.org/ginstrom/mailer/commits/76bfcbedd03ae06db434958dea204ce8e2829ce5?at=default Hi Athos! I wasn't aware that upstream is not fully ported yet, so I apologise for opening this bug! Hopefully it gets resolved upstream soon. |