15
0

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
This commit is contained in:
Tomáš Chvátal
2018-04-15 14:28:13 +00:00
committed by Git OBS Bridge
parent 107a622d55
commit 7676fda9ce
2 changed files with 8 additions and 5 deletions

View File

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

View File

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