Accepting request 799796 from devel:languages:python:pytest
- 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/request/show/799796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-isort?expand=0&rev=4
This commit is contained in:
commit
094b824cee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a
|
||||
size 6429
|
3
pytest-isort-1.0.0.tar.gz
Normal file
3
pytest-isort-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:758156cb4dc1db72adc1b7e253011f5eea117fab32af03cedb4cbfc6058b5f8f
|
||||
size 6880
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 07:31:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 08:48:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user