Bug 967471
| Summary: | html5lib updates | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Terje Røsten <terje.rosten> | ||||
| Component: | python-html5lib | Assignee: | Praveen Kumar <kumarpraveen.nitdgp> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | kumarpraveen.nitdgp, metherid, pj.pandit | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-html5lib-1.0b2-2.fc19 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-07-17 03:13:51 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: | |||||||
| Attachments: |
|
||||||
|
Description
Terje Røsten
2013-05-27 08:48:40 UTC
Will work on it this weekend and update on repo. nosetests is failing for latest source, updated to upstream. Will update it when source get updated for nosetests. I created a updated package, no test errors. spec: http://terjeros.fedorapeople.org/python-html5lib/python-html5lib.spec srpm: http://terjeros.fedorapeople.org/python-html5lib/python-html5lib-1.0-0.b2.1.fc18.src.rpm Diff attached. Please apply. Created attachment 766888 [details]
html5lib spec file patch
Patch to html5lib spec to update to 1.0b2.
I cloned latest source from github and for that nosetests failing.I think it's good to use latest source, I am still waiting for James reply on it. Ok, please note that you have to remove these lines in setup section,
if not some Python 3 tests will fail:
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
2to3 --write --nobackups %{py3dir}
No conversion is needed.
python-html5lib support Python 2.6+ and 3.2+ out of the box now.
python-html5lib-1.0b2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-html5lib-1.0b2-1.fc19 python-html5lib-1.0b2-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-html5lib-1.0b2-1.fc18 Thanks! Hi Sten, Please verify latest packages and provide your karma for it. Thanks !! Why have you remove Python 3 support? Your changelog is a bit short: http://pkgs.fedoraproject.org/cgit/python-html5lib.git/log/ python 3 support is there, I didn't remove anything. I made clog sort. http://pkgs.fedoraproject.org/cgit/python-html5lib.git/commit/?id=f2f07e6cf55f6c83b55d2a2ee36f604521880311 http://pkgs.fedoraproject.org/cgit/python-html5lib.git/diff/python-html5lib.spec?id=f2f07e6cf55f6c83b55d2a2ee36f604521880311 diff --git a/python-html5lib.spec b/python-html5lib.spec index ea2edcf..40ce9a2 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,23 +1,25 @@ -%global modulename html5lib -%global with_python3 1 +%global modulename html5lib And no Python 3 package here: http://koji.fedoraproject.org/koji/buildinfo?buildID=432053 python-html5lib-1.0b2-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-html5lib-1.0b2-2.fc18 python-html5lib-1.0b2-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-html5lib-1.0b2-2.fc19 Thanks for Python 3 fix. Version and release also seems to need work, the reason is that 1.0b2 will be newer (as been by rom/yum) than 1.0, which will cause trouble when 1.0 is released (it will not be a update in rpm/yum speak). Please see here for full details: https://fedoraproject.org/wiki/Packaging:NamingGuidelines?rd=Packaging/NamingGuidelines#NonNumericRelease Package python-html5lib-1.0b2-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-html5lib-1.0b2-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-12614/python-html5lib-1.0b2-1.fc19 then log in and leave karma (feedback). python-html5lib-1.0b2-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. python-html5lib-1.0b2-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. python-html5lib-1.0b2-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. python-html5lib-1.0b2-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |