Accepting request 1058776 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/1058776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-isort?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-01-17 16:35:14 +00:00 committed by Git OBS Bridge
commit 6ad17a769e
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07ceeaaf0f3804132545d4d2f9af43cb1e41721573801838baf45fc75c95df32
size 16528

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 15 20:12:31 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 3.1.0
* Drop official support for Python 3.6.
* Drop usage of "py" dependency and use pytest capture instead
-------------------------------------------------------------------
Mon Mar 28 20:22:52 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

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