diff --git a/flake8-import-order-0.17.1.tar.gz b/flake8-import-order-0.17.1.tar.gz new file mode 100644 index 0000000..e9352f8 --- /dev/null +++ b/flake8-import-order-0.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d430781a9ef15c85a0121500cf8462f1a4bc7672acb2a32bfdbcab044ae0b7 +size 18466 diff --git a/flake8-import-order-0.17.tar.gz b/flake8-import-order-0.17.tar.gz deleted file mode 100644 index d05f5cf..0000000 --- a/flake8-import-order-0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ea6674c77e4d916071beabf2b31b9b45e2f5b3bbda48a34db65766a5b25678 -size 18387 diff --git a/python-flake8-import-order.changes b/python-flake8-import-order.changes index 40c7ffd..dc38e7d 100644 --- a/python-flake8-import-order.changes +++ b/python-flake8-import-order.changes @@ -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 diff --git a/python-flake8-import-order.spec b/python-flake8-import-order.spec index 182ec5c..22df376 100644 --- a/python-flake8-import-order.spec +++ b/python-flake8-import-order.spec @@ -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