From c58cfbd89b459128a1ab08fccd976d9070b733296e7ad350975410e9f5f75856 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:14:51 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoflake?expand=0&rev=3 --- python-autoflake.changes | 5 +++++ python-autoflake.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-autoflake.changes b/python-autoflake.changes index a41b686..64afaa2 100644 --- a/python-autoflake.changes +++ b/python-autoflake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..50cdae7 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 -License: MIT Summary: Removes unused imports and unused variables -Url: https://github.com/myint/autoflake +License: MIT 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 From fbfaf3b79e7cfa3b627f7f57207e9f43ef5f2519abe689b5562db18ce1d1bb3b Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Dec 2018 19:20:42 +0000 Subject: [PATCH 2/2] Accepting request 654135 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/654135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoflake?expand=0&rev=4 --- python-autoflake.changes | 5 +++++ python-autoflake.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-autoflake.changes b/python-autoflake.changes index 64afaa2..1712255 100644 --- a/python-autoflake.changes +++ b/python-autoflake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-autoflake.spec b/python-autoflake.spec index 50cdae7..e781591 100644 --- a/python-autoflake.spec +++ b/python-autoflake.spec @@ -23,7 +23,7 @@ Version: 1.1 Release: 0 # for license file %define tag 44b07bb9dab60a74cb5da0b67cc78b734763785c -Summary: Removes unused imports and unused variables +Summary: Program to removes unused Python imports and variables License: MIT Group: Development/Languages/Python Url: https://github.com/myint/autoflake