Bug 620265
| Summary: | python-pydns needs to be rebuilt against python 2.7 in F14 and devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> |
| Component: | python-pydns | Assignee: | jafo-redhat |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | jafo-redhat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-pydns-2.3.3-6.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-03 02:18:28 UTC | Type: | --- |
| 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: | 619913 | ||
|
Description
Dave Malcolm
2010-08-01 21:33:19 UTC
[david@brick DNS]$ file *.py Base.py: ASCII English text Class.py: ASCII English text __init__.py: ASCII English text lazy.py: ASCII English text Lib.py: ISO-8859 English text Opcode.py: ASCII English text Status.py: ASCII English text Type.py: ISO-8859 English text win32dns.py: ASCII English text Using hexdump, it looks like Lib.py and Type.py contain one-byte encodings of "Michael Ströder"'s name. However, __init__.py, Lib.py and Type.py all come (upstream) with: # -*- encoding: utf-8 -*- lines (which appear to be incorrect for the two above; the "ö" should be two-bytes in UTF-8, I believe). The specfile adds a downstream: # -*- coding: latin-1 -*- to the top of every file, so the three files above end up with two "encoding" lines; I believe that that's what python 2.7 is complaining about Fix committed and pushed to f14 and master. Rebuilding for f14 as: http://koji.fedoraproject.org/koji/taskinfo?taskID=2372363 and for f15 as: http://koji.fedoraproject.org/koji/taskinfo?taskID=2372365 python-pydns-2.3.3-6.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/python-pydns-2.3.3-6.fc14 python-pydns-2.3.3-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |