diff --git a/python-autoflake.changes b/python-autoflake.changes index a41b686..1712255 100644 --- a/python-autoflake.changes +++ b/python-autoflake.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 5 01:54:31 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + +------------------------------------------------------------------- +Tue Dec 4 12:45:50 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 9 18:33:29 UTC 2018 - toddrme2178@gmail.com diff --git a/python-autoflake.spec b/python-autoflake.spec index 3f880b9..e781591 100644 --- a/python-autoflake.spec +++ b/python-autoflake.spec @@ -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