forked from pool/python-pytest-isort
Accepting request 1058561 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 3.1.0 * Drop official support for Python 3.6. * Drop usage of "py" dependency and use pytest capture instead OBS-URL: https://build.opensuse.org/request/show/1058561 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=17
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-isort
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 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
|
||||
@@ -16,24 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pytest-isort
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin to check import ordering using isort
|
||||
License: MIT
|
||||
URL: https://github.com/stephrdev/pytest-isort/
|
||||
Source: https://github.com/stephrdev/pytest-isort/archive/refs/tags/%{version}.tar.gz#/pytest-isort-%{version}-gh.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
|
||||
BuildRequires: %{python_module isort >= 4.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry >= 1.1}
|
||||
BuildRequires: %{python_module poetry-core >= 1}
|
||||
BuildRequires: %{python_module pytest >= 6.2}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-isort >= 4.0
|
||||
Requires: python-pytest >= 3.5
|
||||
Requires: python-pytest >= 5.0
|
||||
%if 0%{python_version_nodots} < 38
|
||||
Requires: python-importlib-metadata
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user