Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2019-11-04 17:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-beautifulsoup4"

Mon Nov  4 17:14:25 2019 rev:30 rq:744767 version:4.8.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
    2019-07-30 13:05:15.146390127 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.2990/python-beautifulsoup4.changes
    2019-11-04 17:14:27.192776925 +0100
@@ -1,0 +2,20 @@
+Fri Nov  1 08:59:57 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.8.1:
+  * When the html.parser or html5lib parsers are in use, Beautiful Soup
+    will, by default, record the position in the original document where
+    each tag was encountered.
+  * Fixed the definition of the default XML namespace when using
+    lxml 4.4.
+  * Avoid a crash when unpickling certain parse trees generated
+    using html5lib on Python 3.
+  * Avoid a crash when trying to detect the declared encoding of a
+    Unicode document.
+- Drop patch beautifulsoup4-lxml-fixes.patch as it seems not needed
+
+-------------------------------------------------------------------
+Mon Oct 14 11:41:52 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

Old:
----
  beautifulsoup4-4.8.0.tar.gz
  beautifulsoup4-lxml-fixes.patch

New:
----
  beautifulsoup4-4.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.5Hvzx1/_old  2019-11-04 17:14:28.276778084 +0100
+++ /var/tmp/diff_new_pack.5Hvzx1/_new  2019-11-04 17:14:28.280778088 +0100
@@ -18,15 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-beautifulsoup4
-Version:        4.8.0
+Version:        4.8.1
 Release:        0
 Summary:        HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:        MIT
-Group:          Development/Libraries/Python
 URL:            https://www.crummy.com/software/BeautifulSoup/
 Source:         
https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM [email protected] -- Backport of 
https://code.launchpad.net/~saschpe/beautifulsoup/beautifulsoup/+merge/200849
-Patch0:         beautifulsoup4-lxml-fixes.patch
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module soupsieve}
@@ -68,7 +65,6 @@
 
 %package -n python-beautifulsoup4-doc
 Summary:        Documentation for %{name}
-Group:          Development/Libraries/Python
 Recommends:     %{name} = %{version}
 Obsoletes:      python2-beautifulsoup4-doc
 Obsoletes:      python3-beautifulsoup4-doc
@@ -78,7 +74,6 @@
 
 %prep
 %setup -q -n beautifulsoup4-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -86,12 +81,12 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export LANG=en_US.UTF-8
 export PYTHONDONTWRITEBYTECODE=1
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} %{buildroot}%{$python_sitelib}/bs4/tests
+%pytest %{buildroot}%{$python_sitelib}/bs4/tests
 
 %files %{python_files}
 %license COPYING.txt

++++++ beautifulsoup4-4.8.0.tar.gz -> beautifulsoup4-4.8.1.tar.gz ++++++
++++ 2928 lines of diff (skipped)


Reply via email to