From 4553c0e0e12d23f1abf6e4fcbbad5fd13b59d6b6362832d10fc042bf0a366e5d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 27 Sep 2024 07:33:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async-wrapper?expand=0&rev=2 --- python-async-wrapper.spec | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/python-async-wrapper.spec b/python-async-wrapper.spec index bd1006f..9d892bb 100644 --- a/python-async-wrapper.spec +++ b/python-async-wrapper.spec @@ -22,33 +22,33 @@ Release: 0 Summary: async wrapper python library License: MIT URL: None -Source: https://files.pythonhosted.org/packages/source/a/async-wrapper/async_wrapper-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://files.pythonhosted.org/packages/source/a/async_wrapper/async_wrapper-%{version}.tar.gz BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -# SECTION test requirements -BuildRequires: %{python_module anyio >= 4.0.0} -BuildRequires: %{python_module sniffio >= 1.3.1} -BuildRequires: %{python_module typing-extensions >= 4.4.0} -BuildRequires: %{python_module aiosqlite >= 0.20.0} -BuildRequires: %{python_module pytest >= 8.0.0} -BuildRequires: %{python_module pytest-cov >= 5.0.0} -BuildRequires: %{python_module pytest-xdist >= 3.6.1} -BuildRequires: %{python_module trio >= 0.24.0} -# /SECTION BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-anyio >= 4.0.0 Requires: python-sniffio >= 1.3.1 Requires: python-typing-extensions >= 4.4.0 -Suggests: python-uvloop -Suggests: python-sqlalchemy Suggests: python-greenlet -Suggests: python-sphinx >= 7.1.0 Suggests: python-readthedocs-sphinx-search >= 0.3.2 -Suggests: python-sphinx-rtd-theme >= 2.0.0 +Suggests: python-sphinx >= 7.1.0 Suggests: python-sphinx-mdinclude >= 0.5.3 +Suggests: python-sphinx-rtd-theme >= 2.0.0 +Suggests: python-sqlalchemy +Suggests: python-uvloop BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module aiosqlite >= 0.20.0} +BuildRequires: %{python_module anyio >= 4.0.0} +BuildRequires: %{python_module pytest >= 8.0.0} +BuildRequires: %{python_module pytest-cov >= 5.0.0} +BuildRequires: %{python_module pytest-xdist >= 3.6.1} +BuildRequires: %{python_module sniffio >= 1.3.1} +BuildRequires: %{python_module trio >= 0.24.0} +BuildRequires: %{python_module typing-extensions >= 4.4.0} +# /SECTION %python_subpackages %description