From ce7b31acc9c2e0c5ce8e052242253c2c54aab41743e9cbbf2d03659e9083803a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 19 Aug 2022 06:57:13 +0000 Subject: [PATCH] Accepting request 998004 from home:DocB:branches:devel:languages:python - update to version 2.3.0 * Drop support of Python 3.6 * Require pytest v7.0 or later * Replace fspath argument for Node constructors with pathlib.Path OBS-URL: https://build.opensuse.org/request/show/998004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-pycodestyle?expand=0&rev=8 --- pytest-pycodestyle-2.2.0.tar.gz | 3 --- pytest-pycodestyle-2.3.0.tar.gz | 3 +++ python-pytest-pycodestyle.changes | 8 ++++++++ python-pytest-pycodestyle.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pytest-pycodestyle-2.2.0.tar.gz create mode 100644 pytest-pycodestyle-2.3.0.tar.gz diff --git a/pytest-pycodestyle-2.2.0.tar.gz b/pytest-pycodestyle-2.2.0.tar.gz deleted file mode 100644 index 6ce6228..0000000 --- a/pytest-pycodestyle-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e755e4235ed399760257026b8c3c696520848cb0261277c2df1c8e64af979eb2 -size 4200 diff --git a/pytest-pycodestyle-2.3.0.tar.gz b/pytest-pycodestyle-2.3.0.tar.gz new file mode 100644 index 0000000..4ec72ab --- /dev/null +++ b/pytest-pycodestyle-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0e2a0739c350d4dcffe668b95f63f390fce8b4e67b4fb236208dd6d0cf6530 +size 4216 diff --git a/python-pytest-pycodestyle.changes b/python-pytest-pycodestyle.changes index b1dadee..bdf0fa4 100644 --- a/python-pytest-pycodestyle.changes +++ b/python-pytest-pycodestyle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 16 14:09:38 UTC 2022 - Axel Braun + +- update to version 2.3.0 + * Drop support of Python 3.6 + * Require pytest v7.0 or later + * Replace fspath argument for Node constructors with pathlib.Path + ------------------------------------------------------------------- Tue Aug 25 10:46:14 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-pycodestyle.spec b/python-pytest-pycodestyle.spec index b3a14e9..6965b9d 100644 --- a/python-pytest-pycodestyle.spec +++ b/python-pytest-pycodestyle.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-pycodestyle # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-pycodestyle -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Pytest plugin to run pycodestyle License: MIT