From 7676fda9cee63fb4b6497d834d99ea552b3bba7f0e1213ced904db4dd6a55a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 15 Apr 2018 14:28:13 +0000 Subject: [PATCH] Accepting request 596732 from home:a_faerber:branches:devel:languages:python Run spec-cleaner to fix URL OBS-URL: https://build.opensuse.org/request/show/596732 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=5 --- python-flake8-import-order.changes | 5 +++++ python-flake8-import-order.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) 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/