Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2016-02-01 19:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gevent (Old)
 and      /work/SRC/openSUSE:Factory/.python-gevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gevent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes      
2015-07-03 00:16:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-gevent.new/python-gevent.changes 
2016-02-01 19:56:40.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Jan 29 09:14:54 UTC 2016 - tchva...@suse.com
+
+- Update to 1.1rc3:
+  * See changelog.rst for detailed informations
+
+-------------------------------------------------------------------
+Wed Jul  1 12:54:10 UTC 2015 - tchva...@suse.com
+
+- Bump once more to 1.1a1:
+  * See changelog.rst for detailed informations
+  * The py2.7 compat in 1.0.2 behaves weirdly on openSUSE,
+    this release seems way nicer on that front
+
+-------------------------------------------------------------------

Old:
----
  gevent-1.0.2.tar.gz

New:
----
  gevent-1.1rc3.tar.gz

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

Other differences:
------------------
++++++ python-gevent.spec ++++++
--- /var/tmp/diff_new_pack.zHuqoL/_old  2016-02-01 19:56:40.000000000 +0100
+++ /var/tmp/diff_new_pack.zHuqoL/_new  2016-02-01 19:56:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gevent
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,24 +16,25 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 Name:           python-gevent
-Version:        1.0.2
+Version:        1.1rc3
 Release:        0
-Url:            http://www.gevent.org/
 Summary:        Python network library that uses greenlet and libevent
 License:        MIT
 Group:          Development/Languages/Python
+Url:            http://www.gevent.org/
 Source:         
http://pypi.python.org/packages/source/g/gevent/gevent-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libevent-devel
+BuildRequires:  libcares-devel
+BuildRequires:  libev-devel
 #BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-greenlet
 BuildRequires:  python-nose
 Requires:       python-greenlet
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gevent is a Python networking library that uses greenlet to provide synchronous
@@ -54,6 +55,8 @@
 
 %prep
 %setup -q -n gevent-%{version}
+# Remove bundled libraries
+rm -rf c-ares libev
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build


Reply via email to