diff --git a/python-queuelib.spec b/python-queuelib.spec index 7051f3120ff611d97ce81176a68a9f5948829b7f..df8a64cb619df8a675abe775b3be3c355452e0de 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-queuelib -Version: 1.6.1 +Version: 1.6.2 Release: 1 Summary: Collection of persistent (disk-based) and non-persistent (memory-based) queues License: BSD URL: https://github.com/scrapy/queuelib -Source0: https://files.pythonhosted.org/packages/28/c3/c4371429aac06c9d6e1eae84a711b0ba61219b2ca7722db075c8abe9e088/queuelib-1.6.1.tar.gz +Source0: https://github.com/scrapy/queuelib/archive/refs/tags/queuelib-1.6.2.tar.gz BuildArch: noarch + %description Queuelib is a collection of persistent (disk-based) and non-persistent (memory-based) queues for Python. @@ -26,7 +27,7 @@ Provides: python3-queuelib-doc Development documents and examples for queuelib %prep -%autosetup -n queuelib-1.6.1 +%autosetup -n queuelib-1.6.2 %build %py3_build @@ -66,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 02 2022 fushanqing - 1.6.2-1 +- update to 1.6.2 + * Sun May 23 2021 Python_Bot - Package Spec generated diff --git a/queuelib-1.6.1.tar.gz b/queuelib-1.6.1.tar.gz deleted file mode 100644 index 10283ef2ec086c1e061088949b0d3da0c300f0aa..0000000000000000000000000000000000000000 Binary files a/queuelib-1.6.1.tar.gz and /dev/null differ diff --git a/queuelib-1.6.2.tar.gz b/queuelib-1.6.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..246867d1cf5a60818e84cd72bed0383671624a02 Binary files /dev/null and b/queuelib-1.6.2.tar.gz differ