11
0

- update to 4.0.0:

* Drop support for Python 3.7
  * Add support for Python 3.10 and 3.11
  * Add support for pytest 8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=19
This commit is contained in:
2024-03-16 13:07:59 +00:00
committed by Git OBS Bridge
parent cd5f204eb2
commit 2322d578e3
4 changed files with 14 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 13:06:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.0:
* Drop support for Python 3.7
* Add support for Python 3.10 and 3.11
* Add support for pytest 8
-------------------------------------------------------------------
Sun Jan 15 20:12:31 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-isort
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
Name: python-pytest-isort
Version: 3.1.0
Version: 4.0.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 base >= 3.8}
BuildRequires: %{python_module isort >= 4.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1}
@@ -33,9 +32,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-isort >= 4.0
Requires: python-pytest >= 5.0
%if 0%{python_version_nodots} < 38
Requires: python-importlib-metadata
%endif
BuildArch: noarch
%python_subpackages