| Summary: | python-trollius-redis: Provide a Python 3 subpackage | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Viktorin <pviktori> |
| Component: | python-trollius-redis | Assignee: | Pierre-YvesChibon <pingou> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | pingou |
| 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-03-03 19:12:21 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1285816 | ||
|
Description
Petr Viktorin
2016-02-17 12:37:31 UTC
I am not sure this is going to happen, redis is a py2 port of asyncio, I really do not see the point in having a py3 version of a port of a py3 library. So I'll wait a little before closing, but my first impression is WONTFIX :) Err, sorry not redis, trollius And there is a asyncio-redis library: https://github.com/jonathanslenders/asyncio-redis which would be py3 only. While Trollius is a port of asyncio, it's not Python2-only. It allows writing asyncio-style packages that are source-compatible with both py2 and py3, but anything based on it can't simply switch to asyncio when it drops py2 compatibility. On the other hand, nothing in Fedora depends on trollius-redis, it probably isn't widely adopted elsewhere, and Trollius itself is deprecated* upstream. * (we'd say "orphaned" in Fedora) > nothing in Fedora depends on trollius-redis
Pagure does :)
Trollius is orphaned/deprecated? I thought its upstream now works at RH?
That being said, you do have a point about the py2/py3 compatibility, I'll see about updating the package then.
http://trollius.readthedocs.org/deprecated.html Victor does work at RH, but it was his personal project. 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 Fixed in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=13216745 I will likely update F24 an F23 as well since the main change is the py3 package. |