15
0

- 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
This commit is contained in:
Tomáš Chvátal
2018-05-10 13:59:33 +00:00
committed by Git OBS Bridge
parent 3fb25b879b
commit 4fb4a24633
4 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe78c2b227ce077b1581e2ae2c071f351111d0878ec1b0216435f6a898df79a6
size 64314

3
aioeventlet-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cecb51ea220209e33b53cfb95124d90e4fcbee3ff8ba8a179a57120b8624b16a
size 62371

View File

@@ -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

View File

@@ -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