From 7703b1ec6dd464ab3e5d6528b104187b775188514be2aa90a02e9ce05118b7c9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 20 Sep 2024 22:34:37 +0000 Subject: [PATCH] Accepting request 1202170 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest OBS-URL: https://build.opensuse.org/request/show/1202170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mypy-testing?expand=0&rev=3 --- python-pytest-mypy-testing.changes | 5 +++++ python-pytest-mypy-testing.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-mypy-testing.changes b/python-pytest-mypy-testing.changes index 58e378d..775b621 100644 --- a/python-pytest-mypy-testing.changes +++ b/python-pytest-mypy-testing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 11:03:41 UTC 2024 - Johannes Kastl + +- add sle15_python_module_pythons + ------------------------------------------------------------------- Tue Apr 2 03:55:42 UTC 2024 - Steve Kowalik diff --git a/python-pytest-mypy-testing.spec b/python-pytest-mypy-testing.spec index 1815308..4ad41b1 100644 --- a/python-pytest-mypy-testing.spec +++ b/python-pytest-mypy-testing.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pytest-mypy-testing Version: 0.1.3 Release: 0 @@ -23,9 +24,9 @@ Summary: Pytest plugin to check mypy output License: Apache-2.0 OR MIT URL: https://github.com/davidfritzsche/pytest-mypy-testing Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest-mypy-testing-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module flit-core >= 2} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mypy >= 1.0} BuildRequires: %{python_module pytest >= 7}