diff --git a/pytest-7.3.2.tar.gz b/pytest-7.3.2.tar.gz deleted file mode 100644 index 9790f524843b8d387f132337d3bf6b903eaed21d..0000000000000000000000000000000000000000 Binary files a/pytest-7.3.2.tar.gz and /dev/null differ diff --git a/pytest-7.4.4.tar.gz b/pytest-7.4.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a0177d032a5d7abc0f70a64fc6c4a665f128a9a Binary files /dev/null and b/pytest-7.4.4.tar.gz differ diff --git a/pytest.spec b/pytest.spec index 2faaffb00609553f627b74545a3cf59a9009ad33..b79d23c30f5dacc7d0fa5e4734f87ea4def6ccce 100644 --- a/pytest.spec +++ b/pytest.spec @@ -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 - 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() + * Wed Jul 19 2023 zhuofeng - 7.3.2-2 - Modify the file to adapt to the new Python version