From d3597ade3f753a61bdef126a2a0c3707f99b9f839eddb405dff4eb8e531965af Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:49:33 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioeventlet?expand=0&rev=8 --- python-aioeventlet.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-aioeventlet.spec b/python-aioeventlet.spec index 55d2263..00634f1 100644 --- a/python-aioeventlet.spec +++ b/python-aioeventlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-aioeventlet # -# 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 @@ -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/ # From 52be56b574f7d8de7625bbf4ce68856cd4fbe47e1cbf0d9c18817f0bfd345cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Nov 2019 09:20:15 +0000 Subject: [PATCH 2/2] - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioeventlet?expand=0&rev=9 --- python-aioeventlet.changes | 5 +++++ python-aioeventlet.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-aioeventlet.changes b/python-aioeventlet.changes index 88079ba..66807a9 100644 --- a/python-aioeventlet.changes +++ b/python-aioeventlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 09:20:03 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Mon May 14 11:53:13 UTC 2018 - tchvatal@suse.com diff --git a/python-aioeventlet.spec b/python-aioeventlet.spec index 00634f1..15f01e4 100644 --- a/python-aioeventlet.spec +++ b/python-aioeventlet.spec @@ -24,7 +24,6 @@ Version: 0.5.2 Release: 0 Summary: Asyncio event loop scheduling callbacks in eventlet License: Apache-2.0 -Group: Development/Languages/Python URL: https://pypi.org/project/aioeventlet/ Source: https://files.pythonhosted.org/packages/source/a/aioeventlet/aioeventlet-%{version}.tar.gz BuildRequires: %{python_module setuptools}