Hello community,
here is the log from the commit of package python-beautifulsoup4 for
openSUSE:Factory checked in at 2017-06-13 16:06:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup4"
Tue Jun 13 16:06:46 2017 rev:20 rq:501448 version:4.5.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes
2017-04-28 10:37:52.049857260 +0200
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
2017-06-13 16:06:47.885730844 +0200
@@ -1,0 +2,5 @@
+Mon May 22 13:25:06 UTC 2017 - [email protected]
+
+- Fixed failing tests in python3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.LG1WQE/_old 2017-06-13 16:06:50.041427045 +0200
+++ /var/tmp/diff_new_pack.LG1WQE/_new 2017-06-13 16:06:50.049425918 +0200
@@ -23,8 +23,8 @@
Summary: HTML/XML Parser for Quick-Turnaround Applications Like
Screen-Scraping
License: MIT
Group: Development/Libraries/Python
-Url: http://www.crummy.com/software/BeautifulSoup/
-Source:
https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
+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
# Documentation requirements:
@@ -85,16 +85,13 @@
%build
%python_build
pushd doc && make html && rm build/html/.buildinfo build/html/objects.inv &&
popd
-%{_python_use_flavor python3}
-%__python3 %{_bindir}/2to3 -w -n build/lib/bs4
%install
%python_install
-# until it can be fixed
-find %{buildroot}%{python3_sitelib} -name test_soup.* -delete
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%check
+export LANG=en_US.UTF-8
%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}"
pushd $PYTHONPATH
$python %{_bindir}/nosetests-%{$python_version}