commit 3a0b9313a257b0bc3c17485a8bc6f66f3dca968c49dd21179146dfcefc63b381 Author: Steve Kowalik Date: Tue Dec 16 10:29:28 2025 +1100 - Initial release of 1.3.0. diff --git a/pytest_flake8-1.3.0.tar.gz b/pytest_flake8-1.3.0.tar.gz new file mode 100644 index 0000000..dfd3b87 Binary files /dev/null and b/pytest_flake8-1.3.0.tar.gz differ diff --git a/python-pytest-flake8.changes b/python-pytest-flake8.changes new file mode 100644 index 0000000..b5c4f99 --- /dev/null +++ b/python-pytest-flake8.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Dec 15 23:28:43 UTC 2025 - Steve Kowalik + +- Initial release of 1.3.0. diff --git a/python-pytest-flake8.spec b/python-pytest-flake8.spec new file mode 100644 index 0000000..d80ea8e --- /dev/null +++ b/python-pytest-flake8.spec @@ -0,0 +1,73 @@ +# +# spec file for package python-pytest-flake8 +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: python-pytest-flake8 +Version: 1.3.0 +Release: 0 +Summary: pytest plugin to check FLAKE8 requirements +License: MIT +URL: https://github.com/coherent-oss/pytest-flake8 +Source: https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest_flake8-1.3.0.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools >= 61.2} +BuildRequires: %{python_module setuptools_scm >= 3.4.1} +# SECTION test requirements +BuildRequires: %{python_module flake8 >= 4.0} +BuildRequires: %{python_module pytest >= 7.0} +# /SECTION +BuildRequires: fdupes +Requires: python-flake8 >= 4.0 +Requires: python-pytest >= 7.0 +Suggests: python-sphinx >= 3.5 +Suggests: python-jaraco.packaging >= 9.3 +Suggests: python-rst.linker >= 1.9 +Suggests: python-furo +Suggests: python-sphinx-lint +Suggests: python-pytest-checkdocs >= 2.4 +Suggests: python-pytest-ruff >= 0.2.1 +Suggests: python-pytest-cov +Suggests: python-pytest-enabler >= 2.2 +Suggests: python-pytest-mypy +BuildArch: noarch +%python_subpackages + +%description +pytest plugin to check FLAKE8 requirements + +%prep +%autosetup -p1 -n pytest-flake8-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%license LICENSE +%doc README.rst +%{python_sitelib}/pytest_flake8.py +%pycache_only %{python_sitelib}/__pycache__/pytest_flake8*.pyc +%{python_sitelib}/pytest_flake8-%{version}.dist-info + +%changelog