15
0
forked from pool/python-gevent

Accepting request 314475 from home:scarabeus_iv:branches:devel:languages:python

- Version bump to 1.0.2:
  - Fix LifoQueue.peek() to return correct element. PR #456. Patch by Christine
    Spang.
  - Upgrade to libev 4.19
  - Remove SSL3 entirely as default TLS protocol
  - Import socket on Windows (closes #459)
  - Fix C90 syntax error (PR #449)
  - Add compatibility with Python 2.7.9's SSL changes. Issue #477.

OBS-URL: https://build.opensuse.org/request/show/314475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=17
This commit is contained in:
Denisart Benjamin
2015-07-01 14:36:26 +00:00
committed by Git OBS Bridge
parent c418c295e1
commit 2f61690121
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gevent
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -17,7 +17,7 @@
Name: python-gevent
Version: 1.0.1
Version: 1.0.2
Release: 0
Url: http://www.gevent.org/
Summary: Python network library that uses greenlet and libevent