From 0ee353a80fb96a495ec4057b86bae372ec520b603ffdc1db500049c683dd3920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Oct 2020 06:55:28 +0000 Subject: [PATCH] Accepting request 840885 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/840885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=80 --- beautifulsoup4-4.9.2.tar.gz | 3 --- beautifulsoup4-4.9.3.tar.gz | 3 +++ python-beautifulsoup4.changes | 7 +++++++ python-beautifulsoup4.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 beautifulsoup4-4.9.2.tar.gz create mode 100644 beautifulsoup4-4.9.3.tar.gz diff --git a/beautifulsoup4-4.9.2.tar.gz b/beautifulsoup4-4.9.2.tar.gz deleted file mode 100644 index 3e41b5a..0000000 --- a/beautifulsoup4-4.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1edf5e39f3a5bc6e38b235b369128416c7239b34f692acccececb040233032a1 -size 375880 diff --git a/beautifulsoup4-4.9.3.tar.gz b/beautifulsoup4-4.9.3.tar.gz new file mode 100644 index 0000000..dad57fc --- /dev/null +++ b/beautifulsoup4-4.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25 +size 376031 diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index 707dbcd..379078f 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 10 18:34:16 UTC 2020 - Arun Persaud + +- update to version 4.9.3: + * Implemented a significant performance optimization to the process + of searching the parse tree. Patch by Morotti. [bug=1898212] + ------------------------------------------------------------------- Mon Sep 28 11:41:27 UTC 2020 - Dirk Mueller diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 940cb42..a1d6d07 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-beautifulsoup4 -Version: 4.9.2 +Version: 4.9.3 Release: 0 Summary: HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping License: MIT