!6 修复python-notario在openEuler:Epol工程编译失败

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-07-06 01:05:03 +00:00 committed by Gitee
commit bd84c453d3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yao_xin001@hoperun.com> - 0.0.16-2
- Fix compilation errors caused by pytest update to 7.3.2
* Wed Aug 18 2021 Python_Bot <Python_Bot@openeuler.org> - 0.0.16-1
- Init package