From 670cac8e725237038025cd8b678f772d4758f2a475f9951f442cb4fe97b39543 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 8 Feb 2019 12:48:24 +0000 Subject: [PATCH] Accepting request 672127 from devel:languages:python:pytest OBS-URL: https://build.opensuse.org/request/show/672127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-flake8?expand=0&rev=4 --- pytest-flake8-1.0.1.tar.gz | 3 --- pytest-flake8-1.0.4.tar.gz | 3 +++ python-pytest-flake8.changes | 17 +++++++++++++++++ python-pytest-flake8.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 pytest-flake8-1.0.1.tar.gz create mode 100644 pytest-flake8-1.0.4.tar.gz diff --git a/pytest-flake8-1.0.1.tar.gz b/pytest-flake8-1.0.1.tar.gz deleted file mode 100644 index d237ada..0000000 --- a/pytest-flake8-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5cdc4f459c9436ac6c649e428a014bb5988605858549397374ec29a776cae68 -size 7938 diff --git a/pytest-flake8-1.0.4.tar.gz b/pytest-flake8-1.0.4.tar.gz new file mode 100644 index 0000000..3894e21 --- /dev/null +++ b/pytest-flake8-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0 +size 8183 diff --git a/python-pytest-flake8.changes b/python-pytest-flake8.changes index 224e39e..b25a92c 100644 --- a/python-pytest-flake8.changes +++ b/python-pytest-flake8.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Feb 6 08:41:05 UTC 2019 - alarrosa@suse.com + +- Update to version 1.0.4: + * Support flake8 3.7+ by checking existence of "app.make_notifier" + * More fixes for Travis CI -- properly specify Python versions, in + particular for pypy (and fix a typo) + +- Update to version 1.0.3: + * Don't use long deprecated functions from pytest, broke with pytest 4.1.0 + * Fix typo that caused some tests to not run as expected + * Run Travis CI tests against Python 3.7, and fix some issues with current tox + +- Update to version 1.0.2: + * Test on Python 3.7 + * Escape a regex tring with r"" + ------------------------------------------------------------------- Sun May 6 05:47:30 UTC 2018 - arun@gmx.de diff --git a/python-pytest-flake8.spec b/python-pytest-flake8.spec index 0c63c44..e511ff1 100644 --- a/python-pytest-flake8.spec +++ b/python-pytest-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-flake8 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pytest-flake8 -Version: 1.0.1 +Version: 1.0.4 Release: 0 Summary: Plugin for pytest to check FLAKE8 requirements License: BSD-2-Clause