forked from pool/python-autoflake
Accepting request 655389 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autoflake?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 01:54:31 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:45:50 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 18:33:29 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -12,26 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-autoflake
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
# for license file
|
||||
%define tag 44b07bb9dab60a74cb5da0b67cc78b734763785c
|
||||
Release: 0
|
||||
Summary: Program to removes unused Python imports and variables
|
||||
License: MIT
|
||||
Summary: Removes unused imports and unused variables
|
||||
Url: https://github.com/myint/autoflake
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/myint/autoflake
|
||||
Source: https://files.pythonhosted.org/packages/source/a/autoflake/autoflake-%{version}.tar.gz
|
||||
Source10: https://raw.githubusercontent.com/myint/autoflake/%{tag}/LICENSE
|
||||
# PATCH-FIX-UPSTREAM fix_standard_paths.patch -- https://github.com/myint/autoflake/issues/32
|
||||
Patch0: fix_standard_paths.patch
|
||||
BuildRequires: %pythons
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user