diff --git a/python-w3lib.spec b/python-w3lib.spec index 997ab56b0682e332972b4369dd2915f6e2441d74..71fd9fdec727cb7c5b8628411ad9d881aeee4018 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-w3lib -Version: 2.1.2 +Version: 2.2.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/47/79/0c62d246fcc9e6fe520c196fe4dad2070db64692bde49c15c4f71fe7d1cb/w3lib-2.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/cc/dd/8d080c3bf19f4e853433193e0ffd894d9f5c5a55c11d7283038ee822a0db/w3lib-2.2.1.tar.gz BuildArch: noarch Requires: python3-six @@ -68,6 +68,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 8 2024 lilu - 2.2.1-1 +- Update package to version 2.2.1 +- Added Python 3.12 and PyPy 3.10 support and so on + * Tue Dec 12 2023 konglidong - 2.1.2-1 - update version to 2.1.2 diff --git a/w3lib-2.1.2.tar.gz b/w3lib-2.1.2.tar.gz deleted file mode 100644 index 7e3a5a443926482058a9e641fe25dddae782bf18..0000000000000000000000000000000000000000 Binary files a/w3lib-2.1.2.tar.gz and /dev/null differ diff --git a/w3lib-2.2.1.tar.gz b/w3lib-2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d677785d9b49bbafdc1347911b1721bc2f968b4 Binary files /dev/null and b/w3lib-2.2.1.tar.gz differ