diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 2bd5866ed1f418254c4cadec00c1d7022b56b339..e6d500c124542abd7957130c3c94b23fcc5d3805 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-soupsieve -Version: 2.2 -Release: 2 +Version: 2.3.1 +Release: 1 Summary: A modern CSS selector implementation for Beautiful Soup. License: MIT 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 %description 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). %prep -%autosetup -n soupsieve-2.2 -p1 +%autosetup -n soupsieve-%{version} %build %py3_build @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 15 2022 OpenStack_SIG - 2.3.1-1 +- Upgrade package python3-soupsieve to version 2.3.1 + * Fri Jul 30 2021 chenyanpanHW - 2.2-2 - DESC: delete -S git from %autosetup diff --git a/soupsieve-2.2.tar.gz b/soupsieve-2.2.tar.gz deleted file mode 100644 index afb113572f3de1eafa84898338ffa13b48bc40ad..0000000000000000000000000000000000000000 Binary files a/soupsieve-2.2.tar.gz and /dev/null differ diff --git a/soupsieve-2.3.1.tar.gz b/soupsieve-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f1e179f31a04873c85ed1a464e1c3e8380015093 Binary files /dev/null and b/soupsieve-2.3.1.tar.gz differ