forked from pool/python-pytest-isort
- Update to 1.0.0:
* BREAKING CHANGE: Drop support for Python 3.4 * Add support for pytest >= 5.x - fixes "from_parent" warning * Add support for Python 3.7 and Python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
fe96c89757
commit
f4cdd1ad3b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-isort
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,11 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-isort
|
||||
Version: 0.3.1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Plugin for pytest to perform isort checks
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: http://github.com/moccu/pytest-isort/
|
||||
URL: https://github.com/moccu/pytest-isort/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-isort/pytest-isort-%{version}.tar.gz
|
||||
BuildRequires: %{python_module isort >= 4.0}
|
||||
BuildRequires: %{python_module pytest >= 3.5}
|
||||
|
||||
Reference in New Issue
Block a user