From 2ad5fc85761017274f6bb40e200f6c19f7ac8d4a61196f66c9c34c494daea43d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:19:44 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=17 --- python-click.changes | 5 +++++ python-click.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-click.changes b/python-click.changes index a6b2b6a..2d22568 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Sep 12 06:39:01 UTC 2017 - thomas.schraitle@suse.com diff --git a/python-click.spec b/python-click.spec index 3ad36f1..14d6776 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,7 +1,7 @@ # # spec file for package python-click # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -27,7 +27,6 @@ Url: http://github.com/mitsuhiko/click Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz # PATCH-FIX-OPENSUSE python-click-test_compat.py.patch -- disable a test to make it build Patch0: %{name}-test_compat.py.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes From 0bb34007b3c1f4de87204472d4a00ad01f7fb5ff7bf1ea22acd080e2a265ae30 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:11:14 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=18 --- python-click.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-click.spec b/python-click.spec index 14d6776..d6fdc7d 100644 --- a/python-click.spec +++ b/python-click.spec @@ -23,7 +23,7 @@ Release: 0 Summary: A simple wrapper around optparse for powerful command line utilities License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/mitsuhiko/click +URL: http://github.com/mitsuhiko/click Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz # PATCH-FIX-OPENSUSE python-click-test_compat.py.patch -- disable a test to make it build Patch0: %{name}-test_compat.py.patch @@ -60,8 +60,8 @@ export LANG=en_US.UTF-8 %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest --tb=short} %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES LICENSE README +%license LICENSE +%doc CHANGES README %{python_sitelib}/click %{python_sitelib}/click-%{version}-py%{python_version}.egg-info From e2b71d0d49f2ae38670c6b9a7912f149ce173f87f702b8efa2b7bf85004ab883 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Dec 2018 19:24:11 +0000 Subject: [PATCH 3/3] Accepting request 654129 from home:jengelh:branches:devel:languages:python - Trim bias and future aims from description. OBS-URL: https://build.opensuse.org/request/show/654129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=19 --- python-click.changes | 5 +++++ python-click.spec | 12 ++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/python-click.changes b/python-click.changes index 2d22568..772940f 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:18:27 UTC 2018 - Jan Engelhardt + +- Trim bias and future aims from description. + ------------------------------------------------------------------- Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl diff --git a/python-click.spec b/python-click.spec index d6fdc7d..0d7cad8 100644 --- a/python-click.spec +++ b/python-click.spec @@ -20,7 +20,7 @@ Name: python-click Version: 6.7 Release: 0 -Summary: A simple wrapper around optparse for powerful command line utilities +Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/mitsuhiko/click @@ -35,14 +35,10 @@ BuildArch: noarch %python_subpackages %description -Click is a Python package for creating beautiful command line interfaces +Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. It's the "Command -Line Interface Creation Kit". It's highly configurable but comes with -sensible defaults out of the box. - -It aims to make the process of writing command line tools quick and fun -while also preventing any frustration caused by the inability to implement -an intended CLI API. +Line Interface Creation Kit". It is configurable, and comes with +defaults out of the box. %prep %setup -q -n click-%{version}