forked from pool/python-flake8-import-order
Accepting request 605127 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/605127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-import-order?expand=0&rev=2
This commit is contained in:
3
flake8-import-order-0.17.1.tar.gz
Normal file
3
flake8-import-order-0.17.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d430781a9ef15c85a0121500cf8462f1a4bc7672acb2a32bfdbcab044ae0b7
|
||||
size 18466
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60ea6674c77e4d916071beabf2b31b9b45e2f5b3bbda48a34db65766a5b25678
|
||||
size 18387
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 19:39:31 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 0.17.1:
|
||||
* Rebuild of 0.17 with the latest setuptools to fix an enum34
|
||||
dependency bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 15 14:12:06 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-flake8-import-order
|
||||
Version: 0.17
|
||||
Version: 0.17.1
|
||||
Release: 0
|
||||
Summary: Flake8 plugin that checks the ordering of import statements
|
||||
License: LGPL-3.0-only
|
||||
@@ -33,11 +33,10 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-enum34
|
||||
Requires: python-flake8
|
||||
Requires: python-pycodestyle
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python2-enum34
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user