!32 Update package with version 7.4.4

From: @desert-sailor 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2024-03-05 08:10:25 +00:00 committed by Gitee
commit 1871aa7225
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 4 deletions

Binary file not shown.

BIN
pytest-7.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pytest
Version: 7.3.2
Release: 2
Version: 7.4.4
Release: 1
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
Source0: https://files.pythonhosted.org/packages/ec/d9/36b65598f3d19d0a14d13dc87ad5fa42869ae53bb7471f619a30eaabc4bf/%{name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3/%{name}-%{version}.tar.gz
%bcond_with tests
%bcond_with optional_tests
@ -48,7 +48,7 @@ BuildRequires: %{_bindir}/rst2html
BuildRequires: make
%endif
Requires: python3.10dist(exceptiongroup)
Requires: python3-exceptiongroup
BuildArch: noarch
@ -129,6 +129,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 7.4.4-1
- Update package with version 7.4.4
Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
Removed unhelpful error message from assertion rewrite mechanism
Updated documentation to refer to hyphenated options
Markers are now considered in the reverse mro order to ensure base class markers are considered first
Improved disclaimer on pytest plugin reference page to better indicate this is an automated
Added ExceptionInfo.from_exception() <pytest.ExceptionInfo.from_exception>
* Wed Jul 19 2023 zhuofeng <zhuofeng2@huawei.com> - 7.3.2-2
- Modify the file to adapt to the new Python version