15
0

- Update to 0.18.1:

* Fix case-sensitive related I100 errors for the pycharm style
  * Fix noqa regexp
- Run fdupes
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-03-12 15:22:22 +00:00
committed by Git OBS Bridge
parent ecaff0b643
commit aa00bb9dda
4 changed files with 21 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a28dc39545ea4606c1ac3c24e9d05c849c6e5444a50fb7e9cdd430fc94de6e92
size 21180

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9be5ca10d791d458eaa833dd6890ab2db37be80384707b0f76286ddd13c16cbf
size 18507

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 12 15:18:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.18.1:
* Fix case-sensitive related I100 errors for the pycharm style
* Fix noqa regexp
- Run fdupes
- Enable tests
-------------------------------------------------------------------
Tue Dec 4 12:48:05 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-import-order
#
# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-import-order
Version: 0.18
Version: 0.18.1
Release: 0
Summary: Flake8 plugin that checks the ordering of import statements
License: LGPL-3.0-only
@@ -27,7 +27,10 @@ URL: https://github.com/public/flake8-import-order
Source: https://files.pythonhosted.org/packages/source/f/flake8-import-order/flake8-import-order-%{version}.tar.gz
BuildRequires: %{python_module flake8}
BuildRequires: %{python_module pycodestyle}
BuildRequires: %{python_module pylama}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-enum34
Requires: python-flake8
@@ -49,6 +52,10 @@ Flake8 and pylama plugin that checks the ordering of import statements.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license COPYING