15
0

Accepting request 604644 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/604644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2018-05-07 13:49:57 +00:00
committed by Git OBS Bridge
parent 1a93c5bbe3
commit 29b8f84e74
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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