commit fa7b9d78b724f4d2b8e3d7c2d850ded6a422d6e4048578f911b809eb6e2c2ae1 Author: Matej Cepl Date: Thu Mar 9 08:34:25 2023 +0000 Accepting request 1070349 from home:dgarcia Dependency required in latest version of python-flake8-comprehensions package. https://github.com/adamchainz/flake8-comprehensions/blob/main/requirements/requirements.in#L3 OBS-URL: https://build.opensuse.org/request/show/1070349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8-path?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz new file mode 100644 index 0000000..9a62f29 --- /dev/null +++ b/1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913826eeabebc51125fb24987851cb0b2096a55cea0fb9a1765a876fb888b683 +size 10103 diff --git a/python-pytest-flake8-path.changes b/python-pytest-flake8-path.changes new file mode 100644 index 0000000..711fa35 --- /dev/null +++ b/python-pytest-flake8-path.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Mar 9 07:40:48 UTC 2023 - Daniel Garcia + +- Initial package (version 1.3.0) diff --git a/python-pytest-flake8-path.spec b/python-pytest-flake8-path.spec new file mode 100644 index 0000000..cc56c3e --- /dev/null +++ b/python-pytest-flake8-path.spec @@ -0,0 +1,60 @@ +# +# spec file for package python-pytest-flake8-path +# +# Copyright (c) 2023 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-path +Version: 1.3.0 +Release: 0 +Summary: A pytest fixture for testing flake8 plugins +License: MIT +URL: https://github.com/adamchainz/pytest-flake8-path +Source: https://github.com/adamchainz/pytest-flake8-path/archive/%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module setuptools} +# SECTION test requirements +BuildRequires: %{python_module flake8} +BuildRequires: %{python_module pytest} +# /SECTION +BuildRequires: fdupes +Requires: python-flake8 +Requires: python-pytest +BuildArch: noarch +%python_subpackages + +%description +A pytest fixture for testing flake8 plugins. + +%prep +%autosetup -p1 -n pytest-flake8-path-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.rst +%license LICENSE +%{python_sitelib}/pytest_flake8_path +%{python_sitelib}/pytest_flake8_path-%{version}*-info + +%changelog