diff --git a/python-flake8-import-order.changes b/python-flake8-import-order.changes index 9f388ec..40c7ffd 100644 --- a/python-flake8-import-order.changes +++ b/python-flake8-import-order.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 15 14:12:06 UTC 2018 - afaerber@suse.de + +- Run spec-cleaner to fix URL (for factory-auto) + ------------------------------------------------------------------- Sat Mar 10 17:48:15 UTC 2018 - afaerber@suse.de diff --git a/python-flake8-import-order.spec b/python-flake8-import-order.spec index c33ea76..182ec5c 100644 --- a/python-flake8-import-order.spec +++ b/python-flake8-import-order.spec @@ -21,10 +21,10 @@ Name: python-flake8-import-order Version: 0.17 Release: 0 Summary: Flake8 plugin that checks the ordering of import statements -License: LGPL-3.0 +License: LGPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/public/flake8-import-order -Source: https://pypi.python.org/packages/source/f/flake8-import-order/flake8-import-order-%{version}.tar.gz +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 devel} BuildRequires: %{python_module flake8} BuildRequires: %{python_module pycodestyle} @@ -36,7 +36,6 @@ Requires: python-pycodestyle %ifpython2 Requires: python2-enum34 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -54,7 +53,6 @@ Flake8 and pylama plugin that checks the ordering of import statements. %python_install %files %{python_files} -%defattr(-,root,root,-) %license COPYING %doc README.rst CHANGELOG.rst %{python_sitelib}/flake8_import_order/