commit python3-beautifulsoup4 for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2016-08-09 22:14:51

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


Package is "python3-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4-doc.changes
2016-07-28 23:46:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4-doc.changes
   2016-08-09 22:14:52.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  6 02:44:55 UTC 2016 - a...@gmx.de
+
+- update to version 4.5.1:
+  * Fixed a crash when passing Unicode markup that contained a
+processing instruction into the lxml HTML parser on Python
+3. [bug=1608048]
+
+---
python3-beautifulsoup4.changes: same change

Old:

  beautifulsoup4-4.5.0.tar.gz

New:

  beautifulsoup4-4.5.1.tar.gz



Other differences:
--
++ python3-beautifulsoup4-doc.spec ++
--- /var/tmp/diff_new_pack.ssDqRo/_old  2016-08-09 22:14:53.0 +0200
+++ /var/tmp/diff_new_pack.ssDqRo/_new  2016-08-09 22:14:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4-doc
-Version:4.5.0
+Version:4.5.1
 Release:0
 Summary:Documentation for python3-beautifulsoup4
 License:MIT

python3-beautifulsoup4.spec: same change
++ beautifulsoup4-4.5.0.tar.gz -> beautifulsoup4-4.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/AUTHORS.txt 
new/beautifulsoup4-4.5.1/AUTHORS.txt
--- old/beautifulsoup4-4.5.0/AUTHORS.txt2012-03-01 16:37:51.0 
+0100
+++ new/beautifulsoup4-4.5.1/AUTHORS.txt2016-07-27 03:22:19.0 
+0200
@@ -16,7 +16,7 @@
 
 Sam Ruby helped with a lot of edge cases.
 
-Jonathan Ellis was awarded the prestigous Beau Potage D'Or for his
+Jonathan Ellis was awarded the prestigious Beau Potage D'Or for his
 work in solving the nestable tags conundrum.
 
 An incomplete list of people have contributed patches to Beautiful
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/NEWS.txt 
new/beautifulsoup4-4.5.1/NEWS.txt
--- old/beautifulsoup4-4.5.0/NEWS.txt   2016-07-20 02:35:09.0 +0200
+++ new/beautifulsoup4-4.5.1/NEWS.txt   2016-08-03 04:39:17.0 +0200
@@ -1,3 +1,9 @@
+= 4.5.1 (20160802) =
+
+* Fixed a crash when passing Unicode markup that contained a
+  processing instruction into the lxml HTML parser on Python
+  3. [bug=1608048]
+
 = 4.5.0 (20160719) =
 
 * Beautiful Soup is no longer compatible with Python 2.6. This
@@ -508,7 +514,7 @@
 * Renamed Tag.nsprefix to Tag.prefix, for consistency with
   NamespacedAttribute.
 
-* Fixed a test failure that occured on Python 3.x when chardet was
+* Fixed a test failure that occurred on Python 3.x when chardet was
   installed.
 
 * Made prettify() return Unicode by default, so it will look nice on
@@ -542,7 +548,7 @@
 
 * Restored compatibility with Python 2.6.
 
-* The install process no longer installs docs or auxillary text files.
+* The install process no longer installs docs or auxiliary text files.
 
 * It's now possible to deepcopy a BeautifulSoup object created with
   Python's built-in HTML parser.
@@ -781,7 +787,7 @@
 Fixed a UnicodeDecodeError when unpickling documents that contain
 non-ASCII characters.
 
-Fixed a TypeError that occured in some circumstances when a tag
+Fixed a TypeError that occurred in some circumstances when a tag
 contained no text.
 
 Jump through hoops to avoid the use of chardet, which can be extremely
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/PKG-INFO 
new/beautifulsoup4-4.5.1/PKG-INFO
--- old/beautifulsoup4-4.5.0/PKG-INFO   2016-07-20 12:38:04.0 +0200
+++ new/beautifulsoup4-4.5.1/PKG-INFO   2016-08-03 04:43:18.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.5.0
+Version: 4.5.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
@@ -13,7 +13,7 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Text Processing :: Markup :: HTML
 Classifier: Topic :: Text Processing :: Markup :: XML
diff -urN 

commit python3-beautifulsoup4 for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2016-07-28 23:46:31

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


Package is "python3-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4-doc.changes
2016-05-25 21:27:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4-doc.changes
   2016-07-28 23:46:33.0 +0200
@@ -1,0 +2,42 @@
+Wed Jul 20 15:07:27 UTC 2016 - a...@gmx.de
+
+- update to version 4.5.0:
+  * Beautiful Soup is no longer compatible with Python 2.6. This
+actually happened a few releases ago, but it's now official.
+  * Beautiful Soup will now work with versions of html5lib greater
+than 0.. [bug=1603299]
+  * If a search against each individual value of a multi-valued
+attribute fails, the search will be run one final time against the
+complete attribute value considered as a single string. That is,
+if a tag has class="foo bar" and neither "foo" nor "bar" matches,
+but "foo bar" does, the tag is now considered a match.
+This happened in previous versions, but only when the value being
+searched for was a string. Now it also works when that value is a
+regular expression, a list of strings, etc. [bug=1476868]
+  * Fixed a bug that deranged the tree when a whitespace element was
+reparented into a tag that contained an identical whitespace
+element. [bug=1505351]
+  * Added support for CSS selector values that contain quoted spaces,
+such as tag[style="display: foo"]. [bug=1540588]
+  * Corrected handling of XML processing instructions. [bug=1504393]
+  * Corrected an encoding error that happened when a BeautifulSoup
+object was copied. [bug=1554439]
+  * The contents of  tags will no longer be modified when
+the tree is prettified. [bug=1555829]
+  * When a BeautifulSoup object is pickled but its tree builder cannot
+be pickled, its .builder attribute is set to None instead of being
+destroyed. This avoids a performance problem once the object is
+unpickled. [bug=1523629]
+  * Specify the file and line number when warning about a
+BeautifulSoup object being instantiated without a parser being
+specified. [bug=1574647]
+  * The `limit` argument to `select()` now works correctly, though
+it's not implemented very efficiently. [bug=1520530]
+  * Fixed a Python 3 ByteWarning when a URL was passed in as though it
+were markup. Thanks to James Salter for a patch and
+test. [bug=1533762]
+  * We don't run the check for a filename passed in as markup if the
+'filename' contains a less-than character; the less-than character
+indicates it's most likely a very small document. [bug=1577864]
+
+---
@@ -11 +52,0 @@
-
python3-beautifulsoup4.changes: same change

Old:

  beautifulsoup4-4.4.1.tar.gz

New:

  beautifulsoup4-4.5.0.tar.gz



Other differences:
--
++ python3-beautifulsoup4-doc.spec ++
--- /var/tmp/diff_new_pack.F2JBPt/_old  2016-07-28 23:46:34.0 +0200
+++ /var/tmp/diff_new_pack.F2JBPt/_new  2016-07-28 23:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4-doc
-Version:4.4.1
+Version:4.5.0
 Release:0
 Summary:Documentation for python3-beautifulsoup4
 License:MIT
@@ -25,8 +25,8 @@
 Url:http://www.crummy.com/software/BeautifulSoup/
 Source: 
https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-beautifulsoup4 = %{version}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-beautifulsoup4 = %{version}
 Requires:   python3-beautifulsoup4 = %{version}
 BuildArch:  noarch
 

++ python3-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.F2JBPt/_old  2016-07-28 23:46:34.0 +0200
+++ /var/tmp/diff_new_pack.F2JBPt/_new  2016-07-28 23:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4
-Version:4.4.1
+Version:4.5.0
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT

++ beautifulsoup4-4.4.1.tar.gz -> beautifulsoup4-4.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.1/COPYING.txt 
new/beautifulsoup4-4.5.0/COPYING.txt
--- old/beautifulsoup4-4.4.1/COPYING.txt

commit python3-beautifulsoup4 for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2016-05-25 21:27:35

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


Package is "python3-beautifulsoup4"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4-doc.changes
   2016-05-25 21:27:38.0 +0200
@@ -0,0 +1,263 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Sun May  8 06:58:36 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
+Mon Oct  5 05:54:58 UTC 2015 - a...@gmx.de
+
+- update to version 4.4.1:
+ * Fixed a bug that deranged the tree when part of it was
+   removed. Thanks to Eric Weiser for the patch and John Wiseman for a
+   test. [bug=1481520]
+ * Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+   Kramer for the patch. [bug=1483781]
+ * Improved the implementation of CSS selector grouping. Thanks to
+   Orangain for the patch. [bug=1484543]
+ * Fixed the test_detect_utf8 test so that it works when chardet is
+   installed. [bug=1471359]
+ * Corrected the output of Declaration objects. [bug=1477847]
+
+---
+Wed Jul 15 16:15:07 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.4.0:
+  * Especially important changes:
++ Added a warning when you instantiate a BeautifulSoup object
+  without explicitly naming a parser. [bug=1398866]
++ __repr__ now returns an ASCII bytestring in Python 2, and a
+  Unicode string in Python 3, instead of a UTF8-encoded bytestring
+  in both versions. In Python 3, __str__ now returns a Unicode
+  string instead of a bytestring. [bug=1420131]
++ The `text` argument to the find_* methods is now called
+  `string`, which is more accurate. `text` still works, but
+  `string` is the argument described in the documentation. `text`
+  may eventually change its meaning, but not for a very long
+  time. [bug=1366856]
++ Changed the way soup objects work under copy.copy(). Copying a
+  NavigableString or a Tag will give you a new NavigableString
+  that's equal to the old one but not connected to the parse
+  tree. Patch by Martijn Peters. [bug=1307490]
++ Started using a standard MIT license. [bug=1294662]
++ Added a Chinese translation of the documentation by Delong .w.
+  * New features:
++ Introduced the select_one() method, which uses a CSS selector
+  but only returns the first match, instead of a list of
+  matches. [bug=1349367]
++ You can now create a Tag object without specifying a
+  TreeBuilder. Patch by Martijn Pieters. [bug=1307471]
++ You can now create a NavigableString or a subclass just by
+  invoking the constructor. [bug=1294315]
++ Added an `exclude_encodings` argument to UnicodeDammit and to
+  the Beautiful Soup constructor, which lets you prohibit the
+  detection of an encoding that you know is wrong. [bug=1469408]
++ The select() method now supports selector grouping. Patch by
+  Francisco Canas [bug=1191917]
+  * Bug fixes:
++ Fixed yet another problem that caused the html5lib tree builder
+  to create a disconnected parse tree. [bug=1237763]
++ Force object_was_parsed() to keep the tree intact even when an
+  element from later in the document is moved into
+  place. [bug=1430633]
++ Fixed yet another bug that caused a disconnected tree when
+  html5lib copied an element from one part of the tree to
+  another. [bug=1270611]
++ Fixed a bug where Element.extract() could create an infinite
+  loop in the remaining tree.
++ The select() method can now find tags whose names contain
+  dashes. Patch by Francisco Canas. [bug=1276211]
++ The select() method can now find tags with attributes whose
+  names contain dashes. Patch by Marek Kapolka. [bug=1304007]
++ Improved the lxml tree builder's handling of processing
+  instructions. [bug=1294645]
++ Restored the helpful syntax error that happens when you try to
+  import the Python 2 edition of Beautiful Soup under Python
+  3. [bug=1213387]
++ In Python 3.4 and above, set the new convert_charrefs argument
+  to the html.parser constructor to avoid a warning and future
+  failures. Patch by 

commit python3-beautifulsoup4 for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2015-10-14 16:44:09

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


Package is "python3-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4.changes
2015-08-05 06:50:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4.changes
   2015-10-14 16:44:10.0 +0200
@@ -1,0 +2,15 @@
+Mon Oct  5 05:54:58 UTC 2015 - a...@gmx.de
+
+- update to version 4.4.1:
+ * Fixed a bug that deranged the tree when part of it was
+   removed. Thanks to Eric Weiser for the patch and John Wiseman for a
+   test. [bug=1481520]
+ * Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+   Kramer for the patch. [bug=1483781]
+ * Improved the implementation of CSS selector grouping. Thanks to
+   Orangain for the patch. [bug=1484543]
+ * Fixed the test_detect_utf8 test so that it works when chardet is
+   installed. [bug=1471359]
+ * Corrected the output of Declaration objects. [bug=1477847]
+
+---

Old:

  beautifulsoup4-4.4.0.tar.gz

New:

  beautifulsoup4-4.4.1.tar.gz



Other differences:
--
++ python3-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.InC7Ne/_old  2015-10-14 16:44:11.0 +0200
+++ /var/tmp/diff_new_pack.InC7Ne/_new  2015-10-14 16:44:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4
-Version:4.4.0
+Version:4.4.1
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT

++ beautifulsoup4-4.4.0.tar.gz -> beautifulsoup4-4.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/NEWS.txt 
new/beautifulsoup4-4.4.1/NEWS.txt
--- old/beautifulsoup4-4.4.0/NEWS.txt   2015-07-03 17:14:43.0 +0200
+++ new/beautifulsoup4-4.4.1/NEWS.txt   2015-09-29 01:53:36.0 +0200
@@ -1,3 +1,21 @@
+= 4.4.1 (20150928) =
+
+* Fixed a bug that deranged the tree when part of it was
+  removed. Thanks to Eric Weiser for the patch and John Wiseman for a
+  test. [bug=1481520]
+
+* Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+  Kramer for the patch. [bug=1483781]
+
+* Improved the implementation of CSS selector grouping. Thanks to
+  Orangain for the patch. [bug=1484543]
+
+* Fixed the test_detect_utf8 test so that it works when chardet is
+  installed. [bug=1471359]
+
+* Corrected the output of Declaration objects. [bug=1477847]
+
+
 = 4.4.0 (20150703) =
 
 Especially important changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/PKG-INFO 
new/beautifulsoup4-4.4.1/PKG-INFO
--- old/beautifulsoup4-4.4.0/PKG-INFO   2015-07-03 17:23:03.0 +0200
+++ new/beautifulsoup4-4.4.1/PKG-INFO   2015-09-29 02:19:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.4.0
+Version: 4.4.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/beautifulsoup4-4.4.0/beautifulsoup4.egg-info/PKG-INFO 
new/beautifulsoup4-4.4.1/beautifulsoup4.egg-info/PKG-INFO
--- old/beautifulsoup4-4.4.0/beautifulsoup4.egg-info/PKG-INFO   2015-07-03 
17:23:03.0 +0200
+++ new/beautifulsoup4-4.4.1/beautifulsoup4.egg-info/PKG-INFO   2015-09-29 
02:19:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.4.0
+Version: 4.4.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/bs4/__init__.py 
new/beautifulsoup4-4.4.1/bs4/__init__.py
--- old/beautifulsoup4-4.4.0/bs4/__init__.py2015-07-03 14:39:51.0 
+0200
+++ new/beautifulsoup4-4.4.1/bs4/__init__.py2015-09-29 02:09:17.0 
+0200
@@ -17,7 +17,7 @@
 """
 
 __author__ = "Leonard Richardson (leona...@segfault.org)"
-__version__ = "4.4.0"
+__version__ = "4.4.1"
 __copyright__ = "Copyright (c) 2004-2015 Leonard Richardson"
 __license__ = "MIT"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.0/bs4/builder/_html5lib.py 
new/beautifulsoup4-4.4.1/bs4/builder/_html5lib.py
--- 

commit python3-beautifulsoup4 for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

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

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


Package is python3-beautifulsoup4

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4.changes
2013-12-18 16:54:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4.changes
   2015-08-05 06:50:16.0 +0200
@@ -1,0 +2,86 @@
+Wed Jul 15 16:15:07 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.4.0:
+  * Especially important changes:
++ Added a warning when you instantiate a BeautifulSoup object
+  without explicitly naming a parser. [bug=1398866]
++ __repr__ now returns an ASCII bytestring in Python 2, and a
+  Unicode string in Python 3, instead of a UTF8-encoded bytestring
+  in both versions. In Python 3, __str__ now returns a Unicode
+  string instead of a bytestring. [bug=1420131]
++ The `text` argument to the find_* methods is now called
+  `string`, which is more accurate. `text` still works, but
+  `string` is the argument described in the documentation. `text`
+  may eventually change its meaning, but not for a very long
+  time. [bug=1366856]
++ Changed the way soup objects work under copy.copy(). Copying a
+  NavigableString or a Tag will give you a new NavigableString
+  that's equal to the old one but not connected to the parse
+  tree. Patch by Martijn Peters. [bug=1307490]
++ Started using a standard MIT license. [bug=1294662]
++ Added a Chinese translation of the documentation by Delong .w.
+  * New features:
++ Introduced the select_one() method, which uses a CSS selector
+  but only returns the first match, instead of a list of
+  matches. [bug=1349367]
++ You can now create a Tag object without specifying a
+  TreeBuilder. Patch by Martijn Pieters. [bug=1307471]
++ You can now create a NavigableString or a subclass just by
+  invoking the constructor. [bug=1294315]
++ Added an `exclude_encodings` argument to UnicodeDammit and to
+  the Beautiful Soup constructor, which lets you prohibit the
+  detection of an encoding that you know is wrong. [bug=1469408]
++ The select() method now supports selector grouping. Patch by
+  Francisco Canas [bug=1191917]
+  * Bug fixes:
++ Fixed yet another problem that caused the html5lib tree builder
+  to create a disconnected parse tree. [bug=1237763]
++ Force object_was_parsed() to keep the tree intact even when an
+  element from later in the document is moved into
+  place. [bug=1430633]
++ Fixed yet another bug that caused a disconnected tree when
+  html5lib copied an element from one part of the tree to
+  another. [bug=1270611]
++ Fixed a bug where Element.extract() could create an infinite
+  loop in the remaining tree.
++ The select() method can now find tags whose names contain
+  dashes. Patch by Francisco Canas. [bug=1276211]
++ The select() method can now find tags with attributes whose
+  names contain dashes. Patch by Marek Kapolka. [bug=1304007]
++ Improved the lxml tree builder's handling of processing
+  instructions. [bug=1294645]
++ Restored the helpful syntax error that happens when you try to
+  import the Python 2 edition of Beautiful Soup under Python
+  3. [bug=1213387]
++ In Python 3.4 and above, set the new convert_charrefs argument
+  to the html.parser constructor to avoid a warning and future
+  failures. Patch by Stefano Revera. [bug=1375721]
++ The warning when you pass in a filename or URL as markup will
+  now be displayed correctly even if the filename or URL is a
+  Unicode string. [bug=126]
++ If the initial html tag contains a CDATA list attribute such
+  as 'class', the html5lib tree builder will now turn its value
+  into a list, as it would with any other tag. [bug=1296481]
++ Fixed an import error in Python 3.5 caused by the removal of the
+  HTMLParseError class. [bug=1420063]
++ Improved docstring for encode_contents() and
+  decode_contents(). [bug=1441543]
++ Fixed a crash in Unicode, Dammit's encoding detector when the
+  name of the encoding itself contained invalid
+  bytes. [bug=1360913]
++ Improved the exception raised when you call .unwrap() or
+  .replace_with() on an element that's not attached to a tree.
++ Raise a NotImplementedError whenever an unsupported CSS
+  pseudoclass is used in select(). Previously some cases did not
+  result in a NotImplementedError.
+   

commit python3-beautifulsoup4 for openSUSE:Factory

2013-01-11 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2013-01-11 09:46:32

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


Package is python3-beautifulsoup4, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-beautifulsoup4 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org