- Update build and test requirements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-terminado?expand=0&rev=21
This commit is contained in:
Benjamin Greiner 2022-07-13 08:47:32 +00:00 committed by Git OBS Bridge
parent 91e5c3c1cf
commit a3f6846360
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 13 08:47:07 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update build and test requirements
-------------------------------------------------------------------
Sat Jun 4 23:16:57 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -28,10 +28,9 @@ Group: Development/Languages/Python
URL: https://github.com/jupyter/terminado
Source: https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module hatchling >= 0.25}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -40,6 +39,7 @@ Requires: python-tornado >= 4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-timeout}
# /SECTION
%python_subpackages