From 176638dfbc366f2237229186b5130752dee7c9d04b0b92ea9d558c96b2b73955 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 15 Dec 2013 15:03:08 +0000 Subject: [PATCH] Accepting request 210930 from home:posophe:branches:devel:languages:python - Update to version 1.0 + pywsgi: Pass copy of error list instead of direct reference + Ignore the autogenerated doc/gevent.*.rst files. + Fix cythonpp.py on Windows. + Remove gevent.run (use gevent.wait). OBS-URL: https://build.opensuse.org/request/show/210930 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=11 --- gevent-0.13.8.tar.gz | 3 --- gevent-1.0.tar.gz | 3 +++ python-gevent.changes | 9 +++++++++ python-gevent.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 gevent-0.13.8.tar.gz create mode 100644 gevent-1.0.tar.gz diff --git a/gevent-0.13.8.tar.gz b/gevent-0.13.8.tar.gz deleted file mode 100644 index c1e897c..0000000 --- a/gevent-0.13.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e -size 300098 diff --git a/gevent-1.0.tar.gz b/gevent-1.0.tar.gz new file mode 100644 index 0000000..2f6ac33 --- /dev/null +++ b/gevent-1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa9d846db91a7d8b6a36e87353eed641c7e3e7d0bfa0b9975796d227f2db4eb +size 1437122 diff --git a/python-gevent.changes b/python-gevent.changes index 3c07d6f..9dbca00 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 15 15:01:04 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.0 + + pywsgi: Pass copy of error list instead of direct reference + + Ignore the autogenerated doc/gevent.*.rst files. + + Fix cythonpp.py on Windows. + + Remove gevent.run (use gevent.wait). + ------------------------------------------------------------------- Fri Oct 26 16:23:38 UTC 2012 - douglarek@outlook.com diff --git a/python-gevent.spec b/python-gevent.spec index ea92ed3..4a67785 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -1,7 +1,7 @@ # # spec file for package python-gevent # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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-gevent -Version: 0.13.8 +Version: 1.0 Release: 0 Url: http://www.gevent.org/ Summary: Python network library that uses greenlet and libevent