Hello community, here is the log from the commit of package python-eventlet for openSUSE:Factory checked in at 2012-11-25 13:30:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old) and /work/SRC/openSUSE:Factory/.python-eventlet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes 2011-09-23 12:42:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-eventlet.new/python-eventlet.changes 2012-11-25 13:30:26.000000000 +0100 @@ -1,0 +2,18 @@ +Fri Nov 23 10:57:40 UTC 2012 - [email protected] + +- Update to version 0.9.17: + + ZeroMQ support calling send and recv from multiple greenthreads + + SSL: unwrap() sends data, and so it needs trampolining + + hubs.epolls: Fix imports for exception handler + + db_pool: Fix .clear() when min_size > 0 + + db_pool: Add MySQL's insert_id() method + + db_pool: Close connections after timeout, fix get-after-close race + condition with using TpooledConnectionPool + + threading monkey patch fixes + + pools: Better accounting of current_size in pools.Pool + + wsgi: environ['RAW_PATH_INFO'] with request path as received from client + + wsgi: log_output flag + + wsgi: Limit HTTP header size + + wsgi: Configurable maximum URL length + +------------------------------------------------------------------- @@ -5 +23 @@ - * No upstream changes + + SO_REUSEADDR now correctly set. Old: ---- eventlet-0.9.16.tar.gz New: ---- eventlet-0.9.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-eventlet.spec ++++++ --- /var/tmp/diff_new_pack.3D1XLn/_old 2012-11-25 13:30:27.000000000 +0100 +++ /var/tmp/diff_new_pack.3D1XLn/_new 2012-11-25 13:30:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-eventlet # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,28 +16,25 @@ # - Name: python-eventlet -Version: 0.9.16 -Release: 1 +Version: 0.9.17 +Release: 0 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-Sphinx 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 +%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 -%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 @@ -60,24 +57,22 @@ %prep %setup -q -n eventlet-%{version} -sed -i "1d" eventlet/support/greendns.py # Fix non-executable script +sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script %build python setup.py build -pushd doc -make html && rm _build/html/.buildinfo -popd +python setup.py build_sphinx && rm build/sphinx/html/.buildinfo %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}/* +%files doc +%defattr(-,root,root,-) +%doc build/sphinx/html examples + %changelog ++++++ eventlet-0.9.16.tar.gz -> eventlet-0.9.17.tar.gz ++++++ ++++ 3003 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
