From dde176cba698e840f62cd3709f707099c41dd170147728af9d57b4913b18451b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 25 Aug 2019 05:20:26 +0000 Subject: [PATCH] Accepting request 725849 from home:jengelh:branches:devel:languages:python - Use proper full sentences in descriptions. OBS-URL: https://build.opensuse.org/request/show/725849 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-builtins?expand=0&rev=3 --- python-flake8-builtins.changes | 5 +++++ python-flake8-builtins.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-flake8-builtins.changes b/python-flake8-builtins.changes index 9da4040..73c2ece 100644 --- a/python-flake8-builtins.changes +++ b/python-flake8-builtins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 16:29:42 UTC 2019 - Jan Engelhardt + +- Use proper full sentences in descriptions. + ------------------------------------------------------------------- Mon Jul 15 18:13:13 UTC 2019 - Andreas Färber diff --git a/python-flake8-builtins.spec b/python-flake8-builtins.spec index 28992c7..7439954 100644 --- a/python-flake8-builtins.spec +++ b/python-flake8-builtins.spec @@ -12,20 +12,21 @@ # 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-%{**}} Name: python-flake8-builtins Version: 1.4.1 Release: 0 -License: GPL-2.0-only Summary: Flake8 Builtins plugin -Url: https://github.com/gforcada/flake8-builtins +License: GPL-2.0-only Group: Development/Languages/Python +Url: https://github.com/gforcada/flake8-builtins Source: https://files.pythonhosted.org/packages/source/f/flake8-builtins/flake8-builtins-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module flake8} BuildRequires: %{python_module mock} @@ -43,7 +44,7 @@ BuildArch: noarch %python_subpackages %description -Check for python builtins being used as variables or parameters +This plugin checks for Python builtins being used as variables or parameters. %prep %setup -q -n flake8-builtins-%{version}