forked from pool/python-beautifulsoup4
Accepting request 655715 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655715 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-beautifulsoup4?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd43a3b26d2886acd63070c43da821b60dea603eb6d45bab0294aac6129adbfa
|
||||
size 165733
|
||||
3
beautifulsoup4-4.6.3.tar.gz
Normal file
3
beautifulsoup4-4.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10
|
||||
size 167469
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 14:47:30 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user