Upgrade the version of python-soupsieve to 2.3.1

This commit is contained in:
yuqi 2022-06-15 17:03:16 +00:00
parent 4e847748f9
commit 48bc2a7b3a
3 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-soupsieve Name: python-soupsieve
Version: 2.2 Version: 2.3.1
Release: 2 Release: 1
Summary: A modern CSS selector implementation for Beautiful Soup. Summary: A modern CSS selector implementation for Beautiful Soup.
License: MIT License: MIT
URL: https://github.com/facelessuser/soupsieve URL: https://github.com/facelessuser/soupsieve
Source0: https://files.pythonhosted.org/packages/54/b9/1584ee0cd971ea935447c87bbc9d195d981feec446dd0af799d9d95c9d86/soupsieve-2.2.tar.gz Source0: https://files.pythonhosted.org/packages/e1/25/a3005eedafb34e1258458e8a4b94900a60a41a2b4e459e0e19631648a2a0/soupsieve-2.3.1.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
@ -38,7 +38,7 @@ Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented). through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
%prep %prep
%autosetup -n soupsieve-2.2 -p1 %autosetup -n soupsieve-%{version}
%build %build
%py3_build %py3_build
@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jun 15 2022 OpenStack_SIG <openstack@openeuler.org> - 2.3.1-1
- Upgrade package python3-soupsieve to version 2.3.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2-2
- DESC: delete -S git from %autosetup - DESC: delete -S git from %autosetup

Binary file not shown.

BIN
soupsieve-2.3.1.tar.gz Normal file

Binary file not shown.