forked from pool/python-timeout-executor
- 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
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 19:47:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.9.1:
|
||||||
|
* support 3.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 19:11:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
Thu Sep 26 19:11:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@@ -17,28 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-timeout-executor
|
Name: python-timeout-executor
|
||||||
Version: 0.7.1
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to execute python functions with timeout
|
Summary: Library to execute python functions with timeout
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/phi-friday/timeout-executor
|
URL: https://github.com/phi-friday/timeout-executor
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/timeout-executor/timeout_executor-%{version}.tar.gz
|
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 hatch-vcs}
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module anyio >= 4.0.0}
|
BuildRequires: %{python_module anyio >= 4.0.0}
|
||||||
BuildRequires: %{python_module async-wrapper >= 0.9.0}
|
BuildRequires: %{python_module async-wrapper >= 0.9.0}
|
||||||
BuildRequires: %{python_module cloudpickle >= 3.0.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 httpx >= 0.27.2}
|
||||||
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest >= 8.0.2}
|
BuildRequires: %{python_module pytest >= 8.0.2}
|
||||||
BuildRequires: %{python_module pytest-cov >= 5.0.0}
|
BuildRequires: %{python_module pytest-cov >= 5.0.0}
|
||||||
BuildRequires: %{python_module pytest-xdist >= 3.6.1}
|
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 trio >= 0.24.0}
|
||||||
|
BuildRequires: %{python_module typing-extensions >= 4.4.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-anyio >= 4.0.0
|
Requires: python-anyio >= 4.0.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a504b451ca16d4251eec25c9791ab7627b8e9da69f032d79a4d398515f67af0d
|
|
||||||
size 12434
|
|
3
timeout_executor-0.9.1.tar.gz
Normal file
3
timeout_executor-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e499b05897c8e46dcabd95ea62e30fc589b2441f0416c7cfd84b3a82effcfe6d
|
||||||
|
size 13866
|
Reference in New Issue
Block a user