Hello community,

here is the log from the commit of package python-aioeventlet for 
openSUSE:Factory checked in at 2015-08-13 18:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aioeventlet (Old)
 and      /work/SRC/openSUSE:Factory/.python-aioeventlet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aioeventlet"

Changes:
--------
New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-aioeventlet.new/python-aioeventlet.changes   
    2015-08-13 18:10:20.000000000 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Aug  7 08:51:32 UTC 2015 - [email protected]
+
+- add COPYING to doc section
+
+-------------------------------------------------------------------
+Wed Jul 29 10:23:47 UTC 2015 - [email protected]
+
+- Add missing Requires
+
+-------------------------------------------------------------------
+Sat May 16 14:08:29 UTC 2015 - [email protected]
+
+- Initial package 
+

New:
----
  aioeventlet-0.4.tar.gz
  python-aioeventlet.changes
  python-aioeventlet.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-aioeventlet.spec ++++++
#
# spec file for package python-aioeventlet
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           python-aioeventlet
Version:        0.4
Release:        0
Summary:        asyncio event loop scheduling callbacks in eventlet
License:        Apache-2.0
Group:          Development/Languages/Python
Url:            http://aioeventlet.readthedocs.org/
Source:         
https://pypi.python.org/packages/source/a/aioeventlet/aioeventlet-%{version}.tar.gz
BuildRequires:  python-devel
Requires:       python-eventlet
Requires:       python-trollius >= 0.3
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes
possible to write asyncio code in a project currently written for eventlet.

aioeventlet allows to use greenthreads in asyncio coroutines, and to use
asyncio coroutines, tasks and futures in greenthreads: see ``link_future()``
and ``wrap_greenthread()`` functions.

The main visible difference between aioeventlet and trollius is the behaviour
of ``run_forever()``: ``run_forever()`` blocks with trollius, whereas it runs
in a greenthread with aioeventlet. It means that aioeventlet event loop can run
in an greenthread while the Python main thread runs other greenthreads in
parallel.

%prep
%setup -q -n aioeventlet-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING
%{python_sitelib}/*

%changelog

Reply via email to