From 5304c726469650c520b5d659e8e036d9b5cf17031abad154c6c232a82d0c036f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Jan 2022 21:29:02 +0000 Subject: [PATCH] - Update to version 4.0.5: - Drop support for EOL Python 2.7 and 3.4 - Add python_requires to help pip - Upgrade Python syntax with pyupgrade --py3-plus - Require pytest 5+ to remove hasattr('from_parent') check - Fix typo: setup.cfg or pytest.ini - implement collect - switch to cooperative ctors and correct node trees to future proof - Remove FlakesItem.collect - Remove add_marker backward compat check - Remove tokenize.open backward compat - Prepare for upcoming pytest 7.0 deprecations OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flakes?expand=0&rev=11 --- pytest-flakes-4.0.1.tar.gz | 3 --- pytest-flakes-4.0.5.tar.gz | 3 +++ python-pytest-flakes.changes | 17 +++++++++++++++++ python-pytest-flakes.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 pytest-flakes-4.0.1.tar.gz create mode 100644 pytest-flakes-4.0.5.tar.gz diff --git a/pytest-flakes-4.0.1.tar.gz b/pytest-flakes-4.0.1.tar.gz deleted file mode 100644 index db8c2af..0000000 --- a/pytest-flakes-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37113ac6c7ea5e0b648abf73937955a45f8b9214fe49413297c2ce6ce1808500 -size 7146 diff --git a/pytest-flakes-4.0.5.tar.gz b/pytest-flakes-4.0.5.tar.gz new file mode 100644 index 0000000..42b3d78 --- /dev/null +++ b/pytest-flakes-4.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953134e97215ae31f6879fbd7368c18d43f709dc2fab5b7777db2bb2bac3a924 +size 7313 diff --git a/python-pytest-flakes.changes b/python-pytest-flakes.changes index 7ba58d0..16b664f 100644 --- a/python-pytest-flakes.changes +++ b/python-pytest-flakes.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jan 10 21:23:01 UTC 2022 - Matej Cepl + +- Update to version 4.0.5: + - Drop support for EOL Python 2.7 and 3.4 + - Add python_requires to help pip + - Upgrade Python syntax with pyupgrade --py3-plus + - Require pytest 5+ to remove hasattr('from_parent') check + - Fix typo: setup.cfg or pytest.ini + - implement collect + - switch to cooperative ctors and correct node trees to future + proof + - Remove FlakesItem.collect + - Remove add_marker backward compat check + - Remove tokenize.open backward compat + - Prepare for upcoming pytest 7.0 deprecations + ------------------------------------------------------------------- Thu Aug 13 08:50:18 UTC 2020 - Benjamin Greiner diff --git a/python-pytest-flakes.spec b/python-pytest-flakes.spec index 46ecb4c..dbaf9f7 100644 --- a/python-pytest-flakes.spec +++ b/python-pytest-flakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-flakes # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-flakes -Version: 4.0.1 +Version: 4.0.5 Release: 0 Summary: Pytest plugin to check source code with pyflakes License: MIT