Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory
checked in at Mon Sep 5 17:03:46 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-eventlet/python-eventlet.changes        
2011-09-02 13:41:26.000000000 +0200
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Fri Sep  2 11:36:04 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.9.16:
+  * No upstream changes
+- Don't package unittests
+- Fix non-executable script rpmlint warning
+
+-------------------------------------------------------------------
+Wed Feb  2 14:13:32 CET 2011 - bere...@b1-systems.de
+
+- bumped version to 0.9.14
+
+-------------------------------------------------------------------
+Fri Nov 26 14:44:42 UTC 2010 - seife+...@b1-systems.com
+
+- initial package (version 0.9.9)
+

calling whatdependson for head-i586


New:
----
  eventlet-0.9.16.tar.gz
  python-eventlet.changes
  python-eventlet.spec

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

Other differences:
------------------
++++++ python-eventlet.spec ++++++
#
# spec file for package python-eventlet
#
# Copyright (c) 2011 SUSE LINUX Products 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-eventlet
Version:        0.9.16
Release:        1
Url:            http://eventlet.net
Summary:        Highly concurrent networking library
License:        MIT
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-greenlet
BuildRequires:  python-Sphinx
Requires:       python-greenlet
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Eventlet is a concurrent networking library for Python that allows you to
change how you run your code, not how you write it.

It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means you can easily use Eventlet from the Python
interpreter, or as a small part of a larger application.

%package doc

Summary:        Highly concurrent networking library - Documentation
Group:          Development/Libraries/Python
Requires:       %{name} = %{version}

%description doc
Documentation for the python-eventlet package.

%prep
%setup -q -n eventlet-%{version}
sed -i "1d" eventlet/support/greendns.py # Fix non-executable script

%build
python setup.py build
pushd doc
make html && rm _build/html/.buildinfo
popd

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

%files doc
%defattr(-,root,root,-)
%doc doc/_build/html examples

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NEWS README README.twisted
%{python_sitelib}/*

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to