Upgrade package version for OpenStack Wallaby support

This commit is contained in:
sean-lau 2021-07-26 11:37:59 +08:00
parent 2e678fb619
commit 3e0efda773
3 changed files with 9 additions and 10 deletions

Binary file not shown.

BIN
beautifulsoup4-4.9.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-beautifulsoup4 Name: python-beautifulsoup4
Version: 4.6.3 Version: 4.9.3
Release: 4 Release: 1
Summary: HTML/XML parser for quick-turnaround projects Summary: HTML/XML parser for quick-turnaround projects
License: MIT License: MIT
URL: http://www.crummy.com/software/BeautifulSoup/ URL: http://www.crummy.com/software/BeautifulSoup/
@ -24,11 +24,7 @@ Requires: python3-lxml
%prep %prep
%setup -q -n beautifulsoup4-%{version} %setup -q -n beautifulsoup4-%{version}
mv AUTHORS.txt AUTHORS.txt.iso rm -rf %{py3dir} && cp -a . %{py3dir}
iconv -f ISO-8859-1 -t UTF-8 -o AUTHORS.txt AUTHORS.txt.iso
touch -r AUTHORS.txt.iso AUTHORS.txt
rm -rf %{py3dir}
cp -a . %{py3dir}
%build %build
pushd %{py3dir} pushd %{py3dir}
@ -44,12 +40,15 @@ pushd %{py3dir}
%{__python3} -m unittest discover -s bs4 || : %{__python3} -m unittest discover -s bs4 || :
%files -n python3-beautifulsoup4 %files -n python3-beautifulsoup4
%{python3_sitelib}/bs4
%{python3_sitelib}/beautifulsoup4-%{version}*.egg-info
%doc TODO.txt AUTHORS.txt NEWS.txt
%license COPYING.txt %license COPYING.txt
%doc NEWS.txt TODO.txt
%{python3_sitelib}/beautifulsoup4-%{version}*.egg-info
%{python3_sitelib}/bs4
%changelog %changelog
* Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 4.9.3-1
- Upgrade to version 4.9.3
* Fri Oct 30 2020 wangjie<wangjie294@huawei.com> -4.6.3-4 * Fri Oct 30 2020 wangjie<wangjie294@huawei.com> -4.6.3-4
- Type:NA - Type:NA
- ID:NA - ID:NA