diff --git a/python-queuelib.spec b/python-queuelib.spec index df8a64cb619df8a675abe775b3be3c355452e0de..c300af4f8d43ead74bd5e8bdb3999ef828559920 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-queuelib -Version: 1.6.2 +Version: 1.7.0 Release: 1 Summary: Collection of persistent (disk-based) and non-persistent (memory-based) queues License: BSD URL: https://github.com/scrapy/queuelib -Source0: https://github.com/scrapy/queuelib/archive/refs/tags/queuelib-1.6.2.tar.gz +Source0: https://files.pythonhosted.org/packages/fb/a4/8af5d8ee3526c64a152549a1c7b42896be9fae9a2fda7712883dc09822ac/queuelib-1.7.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-queuelib-doc Development documents and examples for queuelib %prep -%autosetup -n queuelib-1.6.2 +%autosetup -n queuelib-1.7.0 %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 10 2024 xieyanlong - 1.7.0-1 +- Added support for Python 3.10-3.12 and PyPy 3.10 + * Tue Aug 02 2022 fushanqing - 1.6.2-1 - update to 1.6.2 diff --git a/queuelib-1.6.2.tar.gz b/queuelib-1.6.2.tar.gz deleted file mode 100644 index 246867d1cf5a60818e84cd72bed0383671624a02..0000000000000000000000000000000000000000 Binary files a/queuelib-1.6.2.tar.gz and /dev/null differ diff --git a/queuelib-1.7.0.tar.gz b/queuelib-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2a74c496b4787068f5dffdf309bc2792ac1d5ae4 Binary files /dev/null and b/queuelib-1.7.0.tar.gz differ