15
0
forked from pool/python-huey

Accepting request 1219207 from devel:languages:python

- update to 2.5.2:
  * Prevent bad task serialization in schedule from causing a
    batch of tasks to be lost, see #815..
  * Ensure we catch ResultTimeout which may occur when used with
    Sentinel, #813.
  * Remove junk SQS implementation I was testing out.

OBS-URL: https://build.opensuse.org/request/show/1219207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-huey?expand=0&rev=2
This commit is contained in:
2024-10-30 16:36:49 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a323783ab434a095a4e72b8c48c5b8f957f9031fa860474a390a0927e957112
size 835020

3
huey-2.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f
size 889357

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 29 21:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.2:
* Prevent bad task serialization in schedule from causing a
batch of tasks to be lost, see #815..
* Ensure we catch ResultTimeout which may occur when used with
Sentinel, #813.
* Remove junk SQS implementation I was testing out.
-------------------------------------------------------------------
Wed Sep 18 11:29:28 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -15,21 +15,22 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-huey
Version: 2.5.1
Version: 2.5.2
Release: 0
Summary: huey, a little task queue
License: MIT
URL: http://github.com/coleifer/huey/
Source: https://files.pythonhosted.org/packages/source/h/huey/huey-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module redis}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Suggests: python-redis >= 3.0.0