From 3d66757471e3853f1c6f52bd6074ea9ba090a9775c54835758cf92469ade7f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 14:49:46 +0000 Subject: [PATCH] Accepting request 655713 from home:mimi_vx:branches:devel:languages:python - update to 4.6.3 * Fix an exception when a custom formatter was asked to format a void element OBS-URL: https://build.opensuse.org/request/show/655713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=64 --- beautifulsoup4-4.6.1.tar.gz | 3 --- beautifulsoup4-4.6.3.tar.gz | 3 +++ python-beautifulsoup4.changes | 7 +++++++ python-beautifulsoup4.spec | 12 ++++-------- 4 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 beautifulsoup4-4.6.1.tar.gz create mode 100644 beautifulsoup4-4.6.3.tar.gz diff --git a/beautifulsoup4-4.6.1.tar.gz b/beautifulsoup4-4.6.1.tar.gz deleted file mode 100644 index 62125a3..0000000 --- a/beautifulsoup4-4.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd43a3b26d2886acd63070c43da821b60dea603eb6d45bab0294aac6129adbfa -size 165733 diff --git a/beautifulsoup4-4.6.3.tar.gz b/beautifulsoup4-4.6.3.tar.gz new file mode 100644 index 0000000..b8f73f7 --- /dev/null +++ b/beautifulsoup4-4.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10 +size 167469 diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 3ae74a2..39263d2 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 6 14:47:30 UTC 2018 - Ondřej Súkup + +- update to 4.6.3 + * Fix an exception when a custom formatter was asked to format + a void element + ------------------------------------------------------------------- Sun Aug 5 11:02:25 UTC 2018 - adrian@suse.de diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index f40c8e7..cc5f46f 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-beautifulsoup4 -Version: 4.6.1 +Version: 4.6.3 Release: 0 Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping License: MIT @@ -35,11 +35,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx -BuildArch: noarch -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Suggests: python-html5lib >= 0.999999 Suggests: python-lxml >= 3.4.4 -%endif +BuildArch: noarch %python_subpackages %description @@ -72,9 +70,7 @@ Beautiful Soup. %package doc Summary: Documentation for %{name} Group: Development/Libraries/Python -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: %{name} = %{version} -%endif %description doc Documentation and help files for %{name} @@ -105,6 +101,6 @@ rm -rf $TESTROOT/__pycache__ %{python_sitelib}/beautifulsoup4-%{version}-py*.egg-info %files %{python_files doc} -%doc NEWS.txt README.txt TODO.txt doc/build/html +%doc NEWS.txt README.md TODO.txt doc/build/html %changelog