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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43
size 1455636

3
gevent-1.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ae1ca0f533ddcb17aab16ce66b424b3f3b855ff3b9508526915d3c6b73fba31
size 1735721

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 30 08:48:56 UTC 2015 - tchvatal@suse.com
- 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.
-------------------------------------------------------------------
Tue Nov 18 14:00:29 UTC 2014 - toddrme2178@gmail.com

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