From 8797d7fb0742348e9b5b14cdb6a096c8ef83d6a09c95cadb37ba91bd80f3bb70 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Oct 2024 19:47:29 +0000 Subject: [PATCH] - update to 0.9.1: * support 3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-timeout-executor?expand=0&rev=3 --- python-timeout-executor.changes | 6 ++++++ python-timeout-executor.spec | 10 +++++----- timeout_executor-0.7.1.tar.gz | 3 --- timeout_executor-0.9.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 timeout_executor-0.7.1.tar.gz create mode 100644 timeout_executor-0.9.1.tar.gz diff --git a/python-timeout-executor.changes b/python-timeout-executor.changes index 407aa9f..1dfcba6 100644 --- a/python-timeout-executor.changes +++ b/python-timeout-executor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 30 19:47:07 UTC 2024 - Dirk Müller + +- update to 0.9.1: + * support 3.13 + ------------------------------------------------------------------- Thu Sep 26 19:11:10 UTC 2024 - Antonio Larrosa diff --git a/python-timeout-executor.spec b/python-timeout-executor.spec index e52c248..b3cdd83 100644 --- a/python-timeout-executor.spec +++ b/python-timeout-executor.spec @@ -17,28 +17,28 @@ Name: python-timeout-executor -Version: 0.7.1 +Version: 0.9.1 Release: 0 Summary: Library to execute python functions with timeout License: MIT URL: https://github.com/phi-friday/timeout-executor Source: https://files.pythonhosted.org/packages/source/t/timeout-executor/timeout_executor-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module anyio >= 4.0.0} BuildRequires: %{python_module async-wrapper >= 0.9.0} BuildRequires: %{python_module cloudpickle >= 3.0.0} -BuildRequires: %{python_module psutil} -BuildRequires: %{python_module tblib >= 3.0.0} -BuildRequires: %{python_module typing-extensions >= 4.4.0} BuildRequires: %{python_module httpx >= 0.27.2} +BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest >= 8.0.2} BuildRequires: %{python_module pytest-cov >= 5.0.0} BuildRequires: %{python_module pytest-xdist >= 3.6.1} +BuildRequires: %{python_module tblib >= 3.0.0} BuildRequires: %{python_module trio >= 0.24.0} +BuildRequires: %{python_module typing-extensions >= 4.4.0} # /SECTION BuildRequires: fdupes Requires: python-anyio >= 4.0.0 diff --git a/timeout_executor-0.7.1.tar.gz b/timeout_executor-0.7.1.tar.gz deleted file mode 100644 index 3ca8065..0000000 --- a/timeout_executor-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a504b451ca16d4251eec25c9791ab7627b8e9da69f032d79a4d398515f67af0d -size 12434 diff --git a/timeout_executor-0.9.1.tar.gz b/timeout_executor-0.9.1.tar.gz new file mode 100644 index 0000000..2066a20 --- /dev/null +++ b/timeout_executor-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e499b05897c8e46dcabd95ea62e30fc589b2441f0416c7cfd84b3a82effcfe6d +size 13866