forked from pool/python-pytest-flake8
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
This commit is contained in:
committed by
Git OBS Bridge
parent
33886f87a0
commit
670cac8e72
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5cdc4f459c9436ac6c649e428a014bb5988605858549397374ec29a776cae68
|
||||
size 7938
|
||||
3
pytest-flake8-1.0.4.tar.gz
Normal file
3
pytest-flake8-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0
|
||||
size 8183
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user