diff --git a/python-w3lib.spec b/python-w3lib.spec index 8aaf211d1c009e3b5aa0e46a53ce361699df51e9..f9c9503898965cbc25f99e8a65f8fb8cdbbc1555 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-w3lib -Version: 1.22.0 -Release: 2 +Version: 2.0.1 +Release: 1 Summary: Library of web-related functions License: BSD-3-Clause URL: https://github.com/scrapy/w3lib -Source0: https://files.pythonhosted.org/packages/5e/2f/76558d2712d93e9267a3160190f1bb005f97ef4aba35592728f63747da8b/w3lib-1.22.0.tar.gz +Source0: https://files.pythonhosted.org/packages/04/93/5705129825529810c0a923d84d3b8f5b904bb7769284921d1288130bae19/w3lib-2.0.1.tar.gz BuildArch: noarch Requires: python3-six @@ -15,7 +15,7 @@ This is a Python library of web-related functions. %package -n python3-w3lib Summary: Library of web-related functions -Provides: python-w3lib +Provides: python-w3lib = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-w3lib @@ -27,10 +27,8 @@ Provides: python3-w3lib-doc %description help This is a Python library of web-related functions. - - %prep -%autosetup -n w3lib-1.22.0 +%autosetup -n w3lib-%{version} %build %py3_build @@ -70,8 +68,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 jiangxinyu - 2.0.1-1 +- Update package to version 2.0.1 + * Mon May 9 2022 yaoxin - 1.22.0-2 - License compliance rectification -* Mon Jun 28 2021 Python_Bot +* Mon Jun 28 2021 Python_Bot - 1.22.0-1 - Package Spec generated diff --git a/w3lib-1.22.0.tar.gz b/w3lib-1.22.0.tar.gz deleted file mode 100644 index 1f7dd21cb447cbeb06c3d5c75d259a043e3b4097..0000000000000000000000000000000000000000 Binary files a/w3lib-1.22.0.tar.gz and /dev/null differ diff --git a/w3lib-2.0.1.tar.gz b/w3lib-2.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8f48dc713e3ae84b1197f4ea860c564fbb1faac9 Binary files /dev/null and b/w3lib-2.0.1.tar.gz differ