forked from pool/python-flake8-isort
Accepting request 946647 from devel:languages:python
- update to 4.1.1: * Support flake8 4.x * Switch from travis-ci to github actions * Drop python 2.7 support and 3.5 as well OBS-URL: https://build.opensuse.org/request/show/946647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-isort?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9
|
||||
size 17548
|
||||
3
flake8-isort-4.1.1.tar.gz
Normal file
3
flake8-isort-4.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717
|
||||
size 16348
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 15:40:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.1.1:
|
||||
* Support flake8 4.x
|
||||
* Switch from travis-ci to github actions
|
||||
* Drop python 2.7 support and 3.5 as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 08:16:08 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flake8-isort
|
||||
#
|
||||
# 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
|
||||
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-flake8-isort
|
||||
Version: 4.0.0
|
||||
Version: 4.1.1
|
||||
Release: 0
|
||||
Summary: Plugin integrating isort in flake8
|
||||
License: GPL-2.0-only
|
||||
@@ -53,7 +54,7 @@ Use `isort`_ to check if the imports on your python files are sorted the way you
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst CHANGES.rst
|
||||
|
||||
Reference in New Issue
Block a user