From b4c0eaa961843d0a4ad94a9744587c380ea4a98635acdb431a7199aaa99666f2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 21:51:17 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-huey?expand=0&rev=3 --- huey-2.5.1.tar.gz | 3 --- huey-2.5.2.tar.gz | 3 +++ python-huey.changes | 10 ++++++++++ python-huey.spec | 9 +++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 huey-2.5.1.tar.gz create mode 100644 huey-2.5.2.tar.gz diff --git a/huey-2.5.1.tar.gz b/huey-2.5.1.tar.gz deleted file mode 100644 index 03380c3..0000000 --- a/huey-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a323783ab434a095a4e72b8c48c5b8f957f9031fa860474a390a0927e957112 -size 835020 diff --git a/huey-2.5.2.tar.gz b/huey-2.5.2.tar.gz new file mode 100644 index 0000000..c301778 --- /dev/null +++ b/huey-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f +size 889357 diff --git a/python-huey.changes b/python-huey.changes index 9bea66f..95d4a55 100644 --- a/python-huey.changes +++ b/python-huey.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 29 21:50:45 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-huey.spec b/python-huey.spec index 0e94887..0b535e4 100644 --- a/python-huey.spec +++ b/python-huey.spec @@ -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