From 2f616901213fec6cdee8d2888fdad93c61f8b97f64e6b0a1e33cd4a2db73ba4b Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Wed, 1 Jul 2015 14:36:26 +0000 Subject: [PATCH] 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 --- gevent-1.0.1.tar.gz | 3 --- gevent-1.0.2.tar.gz | 3 +++ python-gevent.changes | 12 ++++++++++++ python-gevent.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 gevent-1.0.1.tar.gz create mode 100644 gevent-1.0.2.tar.gz diff --git a/gevent-1.0.1.tar.gz b/gevent-1.0.1.tar.gz deleted file mode 100644 index 653c336..0000000 --- a/gevent-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43 -size 1455636 diff --git a/gevent-1.0.2.tar.gz b/gevent-1.0.2.tar.gz new file mode 100644 index 0000000..51bbf4c --- /dev/null +++ b/gevent-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae1ca0f533ddcb17aab16ce66b424b3f3b855ff3b9508526915d3c6b73fba31 +size 1735721 diff --git a/python-gevent.changes b/python-gevent.changes index e94291f..cfdbc4e 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -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 diff --git a/python-gevent.spec b/python-gevent.spec index 982dc07..13bcef2 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -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