diff --git a/pytest-isort-3.0.0-gh.tar.gz b/pytest-isort-3.0.0-gh.tar.gz deleted file mode 100644 index bb12bd4..0000000 --- a/pytest-isort-3.0.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07ceeaaf0f3804132545d4d2f9af43cb1e41721573801838baf45fc75c95df32 -size 16528 diff --git a/pytest-isort-3.1.0-gh.tar.gz b/pytest-isort-3.1.0-gh.tar.gz new file mode 100644 index 0000000..5c54679 --- /dev/null +++ b/pytest-isort-3.1.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6994dd442e2fe50f2667d6fa6e14a5800192966b628cc31107c8f96c36a514b +size 15585 diff --git a/python-pytest-isort.changes b/python-pytest-isort.changes index c936362..48a4078 100644 --- a/python-pytest-isort.changes +++ b/python-pytest-isort.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 15 20:12:31 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-pytest-isort.spec b/python-pytest-isort.spec index ed0cbe3..9414262 100644 --- a/python-pytest-isort.spec +++ b/python-pytest-isort.spec @@ -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