forked from pool/python-pytest-echo
- Update to 2.0.1 #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d765b4ddac93468fa1d303e70c48ad9e38479b4d122d5ae019919bb7fed0c2a
|
|
||||||
size 14863
|
|
||||||
BIN
pytest_echo-2.0.1.tar.gz
LFS
Normal file
BIN
pytest_echo-2.0.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 25 04:06:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Tue Mar 4 03:25:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pytest-echo
|
Name: python-pytest-echo
|
||||||
Version: 1.8.1
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin for echoing build environment attributes
|
Summary: Pytest plugin for echoing build environment attributes
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-echo/pytest_echo-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module hatch_vcs}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 8.3
|
Requires: python-pytest >= 8.3
|
||||||
@@ -50,15 +50,12 @@ package version and generic attributes.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
mv pytest_echo.py /tmp/pytest_echo.py
|
|
||||||
%pytest
|
%pytest
|
||||||
mv /tmp/pytest_echo.py pytest_echo.py
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG README.rst
|
%doc CHANGELOG README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/pytest_echo.py
|
%{python_sitelib}/pytest_echo
|
||||||
%pycache_only %{python_sitelib}/__pycache__/pytest_echo*pyc
|
|
||||||
%{python_sitelib}/pytest_echo-%{version}.dist-info
|
%{python_sitelib}/pytest_echo-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user