commit python3-html5lib for openSUSE:Factory

2017-04-19 Thread root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2017-04-19 17:56:41

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is "python3-html5lib"

Wed Apr 19 17:56:41 2017 rev:9 rq:479766 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2016-05-25 21:24:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2017-04-19 17:56:42.873608227 +0200
@@ -1,0 +2,60 @@
+Wed Mar 15 18:12:49 UTC 2017 - toddrme2...@gmail.com
+
+- python3-webencodings is also a runtime requirement
+
+---
+Fri Jul 15 04:51:27 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * require pytest and mock, flake8, and pytest-expect
+  * add webencodings, datrie as requirement
+  * enable tests
+
+- update to version 0.9/1.0b10:
+  * Fix attribute order going to the tree builder to be document order
+instead of reverse document order(!).
+
+- changes from version 0./1.0b9:
+  * Added ordereddict as a mandatory dependency on Python 2.6.
+  * Added lxml, genshi, datrie, charade, and all extras that will do
+the right thing based on the specific interpreter implementation.
+  * Now requires the mock package for the testsuite.
+  * Cease supporting DATrie under PyPy.
+  * Remove "PullDOM" support, as this hasn't ever been properly
+tested, doesn't entirely work, and as far as I can tell is
+completely unused by anyone.
+  * Move testsuite to py.test.
+  * Fix #124: move to webencodings for decoding the input byte stream;
+this makes html5lib compliant with the Encoding Standard, and
+introduces a required dependency on webencodings.
+  * Cease supporting Python 3.2 (in both CPython and PyPy forms).
+  * Fix comments containing double-dash with lxml 3.5 and above.
+  * Use scripting disabled by default (as we don't implement
+scripting).
+  * Fix #11, avoiding the XSS bug potentially caused by serializer
+allowing attribute values to be escaped out of in old browser
+versions, changing the quote_attr_values option on serializer to
+take one of three values, "always" (the old True value), "legacy"
+(the new option, and the new default), and "spec" (the old False
+value, and the old default).
+  * Fix #72 by rewriting the sanitizer to apply only to treewalkers
+(instead of the tokenizer); as such, this will require amending
+all callers of it to use it via the treewalker API.
+  * Drop support of charade, now that chardet is supported once more.
+  * Replace the charset keyword argument on parse and related methods
+with a set of keyword arguments: override_encoding,
+transport_encoding, same_origin_parent_encoding, likely_encoding,
+and default_encoding.
+  * Move filters._base, treebuilder._base, and treewalkers._base to
+.base to clarify their status as public.
+  * Get rid of the sanitizer package. Merge sanitizer.sanitize into
+the sanitizer.htmlsanitizer module and move that to
+saniziter. This means anyone who used sanitizer.sanitize or
+sanitizer.HTMLSanitizer needs no code changes.
+  * Rename treewalkers.lxmletree to .etree_lxml and
+treewalkers.genshistream to .genshi to have a consistent API.
+  * Move a whole load of stuff (inputstream, ihatexml, trie,
+tokenizer, utils) to be underscore prefixed to clarify their
+status as private
+
+---
@@ -7 +66,0 @@
-

Old:

  html5lib-0.999.tar.gz

New:

  html5lib-0.9.tar.gz



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.XQQVT0/_old  2017-04-19 17:56:43.469523920 +0200
+++ /var/tmp/diff_new_pack.XQQVT0/_new  2017-04-19 17:56:43.473523355 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-html5lib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   python3-html5lib
-Version:0.999
+Version:0.9
 Release:0
 Summary:HTML parser based on the WHAT-WG Web Applications 1
 License:MIT
@@ -25,11 +25,18 @@
 Url:https://github.com/html5lib
 Source: 
https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python3-Genshi
+BuildRequires:  python3-datrie
 

commit python3-html5lib for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2016-05-25 21:24:16

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is "python3-html5lib"

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2015-10-22 12:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2016-05-25 21:24:21.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:01:59 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.8LcgLe/_old  2016-05-25 21:24:22.0 +0200
+++ /var/tmp/diff_new_pack.8LcgLe/_new  2016-05-25 21:24:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-html5lib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,7 +23,7 @@
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/html5lib
-Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python3-Genshi
 BuildRequires:  python3-devel
 BuildRequires:  python3-lxml




commit python3-html5lib for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2015-10-22 12:59:19

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is "python3-html5lib"

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2015-08-05 06:50:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2015-10-22 12:59:25.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 20 03:04:25 UTC 2015 - a...@gmx.de
+
+- update to version 0.999:
+  * Fix #195: fix the sanitizer to drop broken URLs (it threw an
+exception between 0. and 0.99).
+
+---

Old:

  html5lib-0.99.tar.gz

New:

  html5lib-0.999.tar.gz



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.0DB8aT/_old  2015-10-22 12:59:25.0 +0200
+++ /var/tmp/diff_new_pack.0DB8aT/_new  2015-10-22 12:59:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-html5lib
-Version:0.99
+Version:0.999
 Release:0
 Summary:HTML parser based on the WHAT-WG Web Applications 1
 License:MIT

++ html5lib-0.99.tar.gz -> html5lib-0.999.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/CHANGES.rst 
new/html5lib-0.999/CHANGES.rst
--- old/html5lib-0.99/CHANGES.rst   2015-07-07 03:59:29.0 +0200
+++ new/html5lib-0.999/CHANGES.rst  2015-09-10 01:07:50.0 +0200
@@ -1,6 +1,15 @@
 Change Log
 --
 
+0.999/1.0b8
+~~~
+
+Released on September 10, 2015
+
+* Fix #195: fix the sanitizer to drop broken URLs (it threw an
+  exception between 0. and 0.99).
+
+
 0.99/1.0b7
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/PKG-INFO 
new/html5lib-0.999/PKG-INFO
--- old/html5lib-0.99/PKG-INFO  2015-07-07 03:59:36.0 +0200
+++ new/html5lib-0.999/PKG-INFO 2015-09-10 01:08:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: html5lib
-Version: 0.99
+Version: 0.999
 Summary: HTML parser based on the WHATWG HTML specification
 Home-page: https://github.com/html5lib/html5lib-python
 Author: James Graham
@@ -167,6 +167,15 @@
 Change Log
 --
 
+0.999/1.0b8
+~~~
+
+Released on September 10, 2015
+
+* Fix #195: fix the sanitizer to drop broken URLs (it threw an
+  exception between 0. and 0.99).
+
+
 0.99/1.0b7
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/html5lib/__init__.py 
new/html5lib-0.999/html5lib/__init__.py
--- old/html5lib-0.99/html5lib/__init__.py  2015-07-07 03:59:29.0 
+0200
+++ new/html5lib-0.999/html5lib/__init__.py 2015-09-10 01:07:50.0 
+0200
@@ -22,4 +22,4 @@
"getTreeWalker", "serialize"]
 
 # this has to be at the top level, see how setup.py parses this
-__version__ = "0.99"
+__version__ = "0.999"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/html5lib/sanitizer.py 
new/html5lib-0.999/html5lib/sanitizer.py
--- old/html5lib-0.99/html5lib/sanitizer.py 2015-07-07 03:59:29.0 
+0200
+++ new/html5lib-0.999/html5lib/sanitizer.py2015-09-08 
01:37:03.0 +0200
@@ -207,7 +207,11 @@
unescape(attrs[attr])).lower()
 # remove replacement characters from unescaped characters
 val_unescaped = val_unescaped.replace("\ufffd", "")
-uri = urlparse.urlparse(val_unescaped)
+try:
+uri = urlparse.urlparse(val_unescaped)
+except ValueError:
+uri = None
+del attrs[attr]
 if uri and uri.scheme:
 if uri.scheme not in self.allowed_protocols:
 del attrs[attr]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/html5lib/tests/test_sanitizer.py 
new/html5lib-0.999/html5lib/tests/test_sanitizer.py
--- old/html5lib-0.99/html5lib/tests/test_sanitizer.py  2015-07-07 
03:59:29.0 +0200
+++ new/html5lib-0.999/html5lib/tests/test_sanitizer.py

commit python3-html5lib for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2015-08-05 06:50:11

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is python3-html5lib

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2015-05-02 21:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2015-08-05 06:50:15.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 13 21:16:33 UTC 2015 - a...@gmx.de
+
+- update to version 0.99:
+  * Fix #189: fix the sanitizer to allow relative URLs again (as it
+did prior to 0./1.0b5).
+
+---

Old:

  html5lib-0.9.tar.gz

New:

  html5lib-0.99.tar.gz



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.ctbo2U/_old  2015-08-05 06:50:15.0 +0200
+++ /var/tmp/diff_new_pack.ctbo2U/_new  2015-08-05 06:50:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-html5lib
-Version:0.9
+Version:0.99
 Release:0
 Summary:HTML parser based on the WHAT-WG Web Applications 1
 License:MIT

++ html5lib-0.9.tar.gz - html5lib-0.99.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.9/CHANGES.rst 
new/html5lib-0.99/CHANGES.rst
--- old/html5lib-0.9/CHANGES.rst2015-04-30 21:55:49.0 +0200
+++ new/html5lib-0.99/CHANGES.rst   2015-07-07 03:59:29.0 +0200
@@ -1,6 +1,15 @@
 Change Log
 --
 
+0.99/1.0b7
+~~
+
+Released on July 7, 2015
+
+* Fix #189: fix the sanitizer to allow relative URLs again (as it did
+  prior to 0./1.0b5).
+
+
 0.9/1.0b6
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.9/PKG-INFO 
new/html5lib-0.99/PKG-INFO
--- old/html5lib-0.9/PKG-INFO   2015-04-30 22:00:05.0 +0200
+++ new/html5lib-0.99/PKG-INFO  2015-07-07 03:59:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: html5lib
-Version: 0.9
+Version: 0.99
 Summary: HTML parser based on the WHATWG HTML specification
 Home-page: https://github.com/html5lib/html5lib-python
 Author: James Graham
@@ -167,6 +167,15 @@
 Change Log
 --
 
+0.99/1.0b7
+~~
+
+Released on July 7, 2015
+
+* Fix #189: fix the sanitizer to allow relative URLs again (as it did
+  prior to 0./1.0b5).
+
+
 0.9/1.0b6
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.9/html5lib/__init__.py 
new/html5lib-0.99/html5lib/__init__.py
--- old/html5lib-0.9/html5lib/__init__.py   2015-04-30 22:00:02.0 
+0200
+++ new/html5lib-0.99/html5lib/__init__.py  2015-07-07 03:59:29.0 
+0200
@@ -20,4 +20,6 @@
 
 __all__ = [HTMLParser, parse, parseFragment, getTreeBuilder,
getTreeWalker, serialize]
-__version__ = 0.9
+
+# this has to be at the top level, see how setup.py parses this
+__version__ = 0.99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.9/html5lib/sanitizer.py 
new/html5lib-0.99/html5lib/sanitizer.py
--- old/html5lib-0.9/html5lib/sanitizer.py  2015-04-30 17:17:38.0 
+0200
+++ new/html5lib-0.99/html5lib/sanitizer.py 2015-07-07 03:59:29.0 
+0200
@@ -208,7 +208,7 @@
 # remove replacement characters from unescaped characters
 val_unescaped = val_unescaped.replace(\ufffd, )
 uri = urlparse.urlparse(val_unescaped)
-if uri:
+if uri and uri.scheme:
 if uri.scheme not in self.allowed_protocols:
 del attrs[attr]
 if uri.scheme == 'data':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.9/html5lib/tests/test_sanitizer.py 
new/html5lib-0.99/html5lib/tests/test_sanitizer.py
--- old/html5lib-0.9/html5lib/tests/test_sanitizer.py   2015-04-30 
17:30:14.0 +0200
+++ new/html5lib-0.99/html5lib/tests/test_sanitizer.py  2015-07-07 
03:59:29.0 +0200
@@ -40,6 +40,10 @@
 assert 'html:p xmlns:html=http://www.w3.org/1999/xhtml;\U0001d4b5 
\U0001d538/html:p' == sanitize_html(p#x1d4b5; #x1d538;/p)
 
 
+def 

commit python3-html5lib for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2015-05-02 21:43:09

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is python3-html5lib

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2015-01-23 15:46:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2015-05-02 21:43:10.0 +0200
@@ -1,0 +2,30 @@
+Sat May  2 02:56:22 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated url
+
+- update to version 0.9:
+  * Fix #188: fix the sanitizer to not throw an exception when
+sanitizing bogus data URLs.
+
+- changes from version 0.:
+  * 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.
+
+---

Old:

  html5lib-0.999.tar.gz

New:

  html5lib-0.9.tar.gz



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.HOmyl8/_old  2015-05-02 21:43:11.0 +0200
+++ /var/tmp/diff_new_pack.HOmyl8/_new  2015-05-02 21:43:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-html5lib
 #
-# Copyright (c) 2015 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:   python3-html5lib
-Version:0.999
+Version:0.9
 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
 Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python3-Genshi
 BuildRequires:  python3-devel

++ html5lib-0.999.tar.gz - html5lib-0.9.tar.gz ++
 1681 lines of diff (skipped)




commit python3-html5lib for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2015-01-23 15:46:37

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is python3-html5lib

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2015-01-07 09:38:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2015-01-23 15:46:38.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 10  00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove ifs for opensuse version =1220
+
+---



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.wZAC6r/_old  2015-01-23 15:46:39.0 +0100
+++ /var/tmp/diff_new_pack.wZAC6r/_new  2015-01-23 15:46:39.0 +0100
@@ -24,11 +24,8 @@
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/html5lib/
 Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
-BuildRequires:  python3-devel
-# not available on python = 3.2
-%if 0%{?suse_version}  1220
 BuildRequires:  python3-Genshi
-%endif
+BuildRequires:  python3-devel
 BuildRequires:  python3-lxml
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-html5lib for openSUSE:Factory

2015-01-07 Thread h_root
Hello community,

here is the log from the commit of package python3-html5lib for 
openSUSE:Factory checked in at 2015-01-07 09:38:30

Comparing /work/SRC/openSUSE:Factory/python3-html5lib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-html5lib.new (New)


Package is python3-html5lib

Changes:

--- /work/SRC/openSUSE:Factory/python3-html5lib/python3-html5lib.changes
2013-12-18 16:54:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-html5lib.new/python3-html5lib.changes   
2015-01-07 09:38:32.0 +0100
@@ -1,0 +2,11 @@
+Sun Jan  4 19:43:39 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated copyright year
+  * updated url (moved to github)
+
+- update to version 0.999:
+  * Fix #127: add work-around for CPython issue #20007: .read(0) on 
http.client.HTTPResponse drops the rest of the content.
+  * Fix #115: lxml treewalker can now deal with fragments containing, at their 
root level, text nodes with non-ASCII characters on Python 2.
+
+---

Old:

  html5lib-0.99.tar.gz

New:

  html5lib-0.999.tar.gz



Other differences:
--
++ python3-html5lib.spec ++
--- /var/tmp/diff_new_pack.a0lV9u/_old  2015-01-07 09:38:33.0 +0100
+++ /var/tmp/diff_new_pack.a0lV9u/_new  2015-01-07 09:38:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-html5lib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-html5lib
-Version:0.99
+Version:0.999
 Release:0
-License:MIT
 Summary:HTML parser based on the WHAT-WG Web Applications 1
-Url:http://code.google.com/p/html5lib/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://code.google.com/p/html5lib/
 Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python3-devel
 # not available on python = 3.2

++ html5lib-0.99.tar.gz - html5lib-0.999.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/CHANGES.rst 
new/html5lib-0.999/CHANGES.rst
--- old/html5lib-0.99/CHANGES.rst   2013-09-10 20:12:27.0 +0200
+++ new/html5lib-0.999/CHANGES.rst  2013-12-23 16:13:25.0 +0100
@@ -1,6 +1,18 @@
 Change Log
 --
 
+0.999
+~
+
+Released on December 23, 2013
+
+* Fix #127: add work-around for CPython issue #20007: .read(0) on
+  http.client.HTTPResponse drops the rest of the content.
+
+* Fix #115: lxml treewalker can now deal with fragments containing, at
+  their root level, text nodes with non-ASCII characters on Python 2.
+
+
 0.99
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/PKG-INFO new/html5lib-0.999/PKG-INFO
--- old/html5lib-0.99/PKG-INFO  2013-09-10 20:15:33.0 +0200
+++ new/html5lib-0.999/PKG-INFO 2013-12-23 16:13:57.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: html5lib
-Version: 0.99
+Version: 0.999
 Summary: HTML parser based on the WHATWG HTML specifcation
 Home-page: https://github.com/html5lib/html5lib-python
 Author: James Graham
@@ -167,6 +167,18 @@
 Change Log
 --
 
+0.999
+~
+
+Released on December 23, 2013
+
+* Fix #127: add work-around for CPython issue #20007: .read(0) on
+  http.client.HTTPResponse drops the rest of the content.
+
+* Fix #115: lxml treewalker can now deal with fragments containing, at
+  their root level, text nodes with non-ASCII characters on Python 2.
+
+
 0.99
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/html5lib/__init__.py 
new/html5lib-0.999/html5lib/__init__.py
--- old/html5lib-0.99/html5lib/__init__.py  2013-09-10 20:15:08.0 
+0200
+++ new/html5lib-0.999/html5lib/__init__.py 2013-12-23 16:13:25.0 
+0100
@@ -20,4 +20,4 @@
 
 __all__ = [HTMLParser, parse, parseFragment, getTreeBuilder,
getTreeWalker, serialize]
-__version__ = 0.99
+__version__ = 0.999
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html5lib-0.99/html5lib/inputstream.py 
new/html5lib-0.999/html5lib/inputstream.py
---