From 62021690ba7b954afe568af6e6252897387b6f312382d832cb156ec6b61ec708 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:45:07 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyDispatcher?expand=0&rev=6 --- python-PyDispatcher.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PyDispatcher.spec b/python-PyDispatcher.spec index 4f150ce..369f345 100644 --- a/python-PyDispatcher.spec +++ b/python-PyDispatcher.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyDispatcher # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 From fb7023e617c022874ca478b56a76ad028ba3f0061071e351bf2de8af53f4539f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:16:44 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyDispatcher?expand=0&rev=7 --- python-PyDispatcher.changes | 5 +++++ python-PyDispatcher.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-PyDispatcher.changes b/python-PyDispatcher.changes index a6f8020..c84aa38 100644 --- a/python-PyDispatcher.changes +++ b/python-PyDispatcher.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:16:17 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:52:04 UTC 2018 - Matej Cepl diff --git a/python-PyDispatcher.spec b/python-PyDispatcher.spec index 369f345..a11dd40 100644 --- a/python-PyDispatcher.spec +++ b/python-PyDispatcher.spec @@ -22,8 +22,7 @@ Version: 2.0.5 Release: 0 Summary: Multi-producer-multi-consumer signal dispatching mechanism License: BSD-3-Clause -Group: Development/Languages/Python -Url: http://pydispatcher.sourceforge.net +URL: http://pydispatcher.sourceforge.net Source: https://files.pythonhosted.org/packages/source/P/PyDispatcher/PyDispatcher-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -53,7 +52,7 @@ to reference instance methods using weak-references. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc license.txt +%license license.txt %{python_sitelib}/* %changelog