From 4fb4a246335b30bb776fc53d427735bc042eb23590349efbc1ddb284cf01fbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 10 May 2018 13:59:33 +0000 Subject: [PATCH] - Version update to 0.5.2 * No obvious changelog or SCM present OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioeventlet?expand=0&rev=5 --- aioeventlet-0.4.tar.gz | 3 --- aioeventlet-0.5.2.tar.gz | 3 +++ python-aioeventlet.changes | 7 ++++++- python-aioeventlet.spec | 24 ++++++++++++++---------- 4 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 aioeventlet-0.4.tar.gz create mode 100644 aioeventlet-0.5.2.tar.gz diff --git a/aioeventlet-0.4.tar.gz b/aioeventlet-0.4.tar.gz deleted file mode 100644 index 75a9f51..0000000 --- a/aioeventlet-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe78c2b227ce077b1581e2ae2c071f351111d0878ec1b0216435f6a898df79a6 -size 64314 diff --git a/aioeventlet-0.5.2.tar.gz b/aioeventlet-0.5.2.tar.gz new file mode 100644 index 0000000..aa2be09 --- /dev/null +++ b/aioeventlet-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb51ea220209e33b53cfb95124d90e4fcbee3ff8ba8a179a57120b8624b16a +size 62371 diff --git a/python-aioeventlet.changes b/python-aioeventlet.changes index cb94677..80dc1fb 100644 --- a/python-aioeventlet.changes +++ b/python-aioeventlet.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 10 13:52:56 UTC 2018 - tchvatal@suse.com + +- Version update to 0.5.2 + * No obvious changelog or SCM present + ------------------------------------------------------------------- Thu Aug 24 13:32:39 UTC 2017 - jmatejek@suse.com @@ -18,4 +24,3 @@ Sat May 16 14:08:29 UTC 2015 - dmueller@suse.com - Initial package - diff --git a/python-aioeventlet.spec b/python-aioeventlet.spec index 6d2b2c9..6d14c22 100644 --- a/python-aioeventlet.spec +++ b/python-aioeventlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-aioeventlet # -# 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 @@ -16,21 +16,25 @@ # +# versioning fun +%define intver 0.5.1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aioeventlet -Version: 0.4 +Version: 0.5.2 Release: 0 -Summary: asyncio event loop scheduling callbacks in eventlet +Summary: Asyncio event loop scheduling callbacks in eventlet License: Apache-2.0 Group: Development/Languages/Python -Url: http://aioeventlet.readthedocs.org/ +URL: https://pypi.org/project/aioeventlet/ Source: https://files.pythonhosted.org/packages/source/a/aioeventlet/aioeventlet-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-eventlet -Requires: python-trollius >= 0.3 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%ifpython2 +Requires: python-asyncio >= 0.4.1 +Requires: python-trollius >= 0.3 +%endif %python_subpackages %description @@ -48,7 +52,7 @@ in an greenthread while the Python main thread runs other greenthreads in parallel. %prep -%setup -q -n aioeventlet-%{version} +%setup -q -n aioeventlet-%{intver} %build %python_build @@ -57,8 +61,8 @@ parallel. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc README COPYING +%license COPYING +%doc README %{python_sitelib}/* %changelog