From f3234bd05618a2a4c1c0181b82fe7c7ebf7f969559ca332a22b6bcb2bd0e0f1d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Nov 2025 15:06:17 +1100 Subject: [PATCH] - Update to 2.0.1 * removes unused dev dependencies * add support python 3.8..3.13 * add typing * add ini configuration support * better codestyle checking --- pytest_echo-1.8.1.tar.gz | 3 --- pytest_echo-2.0.1.tar.gz | 3 +++ python-pytest-echo.changes | 10 ++++++++++ python-pytest-echo.spec | 11 ++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 pytest_echo-1.8.1.tar.gz create mode 100644 pytest_echo-2.0.1.tar.gz diff --git a/pytest_echo-1.8.1.tar.gz b/pytest_echo-1.8.1.tar.gz deleted file mode 100644 index 4dad857..0000000 --- a/pytest_echo-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d765b4ddac93468fa1d303e70c48ad9e38479b4d122d5ae019919bb7fed0c2a -size 14863 diff --git a/pytest_echo-2.0.1.tar.gz b/pytest_echo-2.0.1.tar.gz new file mode 100644 index 0000000..b44ce55 --- /dev/null +++ b/pytest_echo-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5769af610fdace9f4a7c98773b469865d78149822d29c4b66fbdb39074364b +size 68896 diff --git a/python-pytest-echo.changes b/python-pytest-echo.changes index 3f6a868..6bd1f15 100644 --- a/python-pytest-echo.changes +++ b/python-pytest-echo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 25 04:06:01 UTC 2025 - Steve Kowalik + +- Update to 2.0.1: + * removes unused dev dependencies + * add support python 3.8..3.13 + * add typing + * add ini configuration support + * better codestyle checking + ------------------------------------------------------------------- Tue Mar 4 03:25:25 UTC 2025 - Steve Kowalik diff --git a/python-pytest-echo.spec b/python-pytest-echo.spec index e4ccf7a..3ab3b79 100644 --- a/python-pytest-echo.spec +++ b/python-pytest-echo.spec @@ -17,7 +17,7 @@ Name: python-pytest-echo -Version: 1.8.1 +Version: 2.0.1 Release: 0 Summary: Pytest plugin for echoing build environment attributes License: MIT @@ -25,7 +25,7 @@ URL: https://github.com/pytest-dev/pytest-echo Source: https://files.pythonhosted.org/packages/source/p/pytest-echo/pytest_echo-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module hatch_vcs} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest >= 8.3 @@ -50,15 +50,12 @@ package version and generic attributes. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -mv pytest_echo.py /tmp/pytest_echo.py %pytest -mv /tmp/pytest_echo.py pytest_echo.py %files %{python_files} -%doc CHANGELOG README.rst +%doc CHANGELOG README.md %license LICENSE -%{python_sitelib}/pytest_echo.py -%pycache_only %{python_sitelib}/__pycache__/pytest_echo*pyc +%{python_sitelib}/pytest_echo %{python_sitelib}/pytest_echo-%{version}.dist-info %changelog