From 3fa492d5360fb865cd11781411ffacca0d01478b Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 5 Jul 2023 17:55:49 +0800 Subject: [PATCH] Fix compilation errors caused by pytest update to 7.3.2 --- python-notario.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-notario.spec b/python-notario.spec index c017d7f..006434d 100644 --- a/python-notario.spec +++ b/python-notario.spec @@ -2,7 +2,7 @@ Name: python-notario Version: 0.0.16 -Release: 1 +Release: 2 Summary: A dictionary validator License: MIT URL: https://github.com/alfredodeza/notario @@ -11,6 +11,7 @@ Source0: https://files.pythonhosted.org/packages/88/43/7ba8c182d832f4cadb BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest +BuildRequires: python3-py %description Notario is flexible and succinct Python dictionary validator with the ability @@ -44,5 +45,8 @@ py.test-%{python3_version} -v notario/tests %{python3_sitelib}/* %changelog +* Wed Jul 05 2023 yaoxin - 0.0.16-2 +- Fix compilation errors caused by pytest update to 7.3.2 + * Wed Aug 18 2021 Python_Bot - 0.0.16-1 - Init package