From f4cdd1ad3bc45cee2586a7947ca8fa017aa1bb634f74f07fb06c4675f9924056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 3 May 2020 07:33:05 +0000 Subject: [PATCH] - 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 --- pytest-isort-0.3.1.tar.gz | 3 --- pytest-isort-1.0.0.tar.gz | 3 +++ python-pytest-isort.changes | 8 ++++++++ python-pytest-isort.spec | 7 +++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pytest-isort-0.3.1.tar.gz create mode 100644 pytest-isort-1.0.0.tar.gz diff --git a/pytest-isort-0.3.1.tar.gz b/pytest-isort-0.3.1.tar.gz deleted file mode 100644 index 9135ed1..0000000 --- a/pytest-isort-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a -size 6429 diff --git a/pytest-isort-1.0.0.tar.gz b/pytest-isort-1.0.0.tar.gz new file mode 100644 index 0000000..002d991 --- /dev/null +++ b/pytest-isort-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758156cb4dc1db72adc1b7e253011f5eea117fab32af03cedb4cbfc6058b5f8f +size 6880 diff --git a/python-pytest-isort.changes b/python-pytest-isort.changes index e4c9568..91a623d 100644 --- a/python-pytest-isort.changes +++ b/python-pytest-isort.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 3 07:31:24 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-isort.spec b/python-pytest-isort.spec index aa841d7..d9b4bd1 100644 --- a/python-pytest-isort.spec +++ b/python-pytest-isort.spec @@ -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}