forked from pool/python-eventlet
Accepting request 280319 from home:tbechtold:branches:devel:languages:python
New upstream release OBS-URL: https://build.opensuse.org/request/show/280319 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=20
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-eventlet
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-eventlet
|
||||
Version: 0.15.2
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Url: http://eventlet.net
|
||||
Summary: Highly concurrent networking library
|
||||
@@ -29,7 +29,7 @@ BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-greenlet
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-greenlet
|
||||
Requires: python-greenlet >= 0.3
|
||||
%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
|
||||
@@ -69,7 +69,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS LICENSE NEWS README.rst README.twisted
|
||||
%doc AUTHORS LICENSE NEWS README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files doc
|
||||
|
Reference in New Issue
Block a user