diff --git a/html5lib-0.999.tar.gz b/html5lib-0.999.tar.gz deleted file mode 100644 index 03c5460..0000000 --- a/html5lib-0.999.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e -size 885440 diff --git a/html5lib-0.99999.tar.gz b/html5lib-0.99999.tar.gz new file mode 100644 index 0000000..1904b53 --- /dev/null +++ b/html5lib-0.99999.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0bc7e9f77bb2a8ace636a827d8fb6e2f0b53e20cf0cb5e3e5b970454f8370b +size 887806 diff --git a/python-html5lib.changes b/python-html5lib.changes index 701bedc..7b1d2d5 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed May 6 15:02:06 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.99999: + * Fix #188: fix the sanitizer to not throw an exception when + sanitizing bogus data URLs. +- additional changes from version 0.9999: + * Fix #153: Sanitizer fails to treat some attributes as URLs. + Despite how this sounds, this has no known security + implications. No known version of IE (5.5 to current), Firefox + (3 to current), Safari (6 to current), Chrome (1 to current), + or Opera (12 to current) will run any script provided in these + attributes. + * Pass error message to the ParseError exception in strict + parsing mode. + * Allow data URIs in the sanitizer, with a whitelist of + content-types. + * Add support for Python implementations that don’t support lone + surrogates (read: Jython). Fixes #2. + * Remove localization of error messages. This functionality was + totally unused (and untested that everything was localizable), + so we may as well follow numerous browsers in not supporting + translating technical strings. + * Expose treewalkers.pprint as a public API. + * Add a documentEncoding property to HTML5Parser, fix #121. +- update project URL + ------------------------------------------------------------------- Mon May 26 22:01:47 UTC 2014 - hpj@urpla.net diff --git a/python-html5lib.spec b/python-html5lib.spec index 1d42a27..f4fbc7b 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,7 +1,7 @@ # # spec file for package python-html5lib # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-html5lib -Version: 0.999 +Version: 0.99999 Release: 0 Summary: HTML parser based on the WHAT-WG Web Applications 1 License: MIT Group: Development/Languages/Python -Url: http://code.google.com/p/html5lib/ +Url: https://github.com/html5lib/html5lib-python Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz BuildRequires: python-Genshi BuildRequires: python-devel