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
This commit is contained in:
2023-03-09 08:34:25 +00:00
committed by Git OBS Bridge
commit fa7b9d78b7
5 changed files with 91 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

3
1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:913826eeabebc51125fb24987851cb0b2096a55cea0fb9a1765a876fb888b683
size 10103

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Mar 9 07:40:48 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Initial package (version 1.3.0)

View File

@@ -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