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