120 Commits

Author SHA256 Message Date
Dominique Leuenberger
65aa2c481b Accepting request 356674 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/356674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=14
2016-02-01 18:56:09 +00:00
Todd R
4c778d5b34 Accepting request 356639 from home:scarabeus_iv:branches:devel:languages:python
- Update to 1.1rc3:
  * See changelog.rst for detailed informations

- Bump once more to 1.1a1:
  * See changelog.rst for detailed informations
  * The py2.7 compat in 1.0.2 behaves weirdly on openSUSE,
    this release seems way nicer on that front

OBS-URL: https://build.opensuse.org/request/show/356639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=19
2016-01-29 12:39:20 +00:00
Dominique Leuenberger
fe2cf77bb0 Accepting request 314748 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/314748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=13
2015-07-02 20:50:54 +00:00
Denisart Benjamin
2f61690121 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
2015-07-01 14:36:26 +00:00
Dominique Leuenberger
354f3323b4 Accepting request 262200 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/262200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=12
2014-11-20 17:43:14 +00:00
Todd R
c418c295e1 Accepting request 262199 from home:TheBlackCat:branches:devel:languages:python
Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/262199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=15
2014-11-18 14:19:33 +00:00
Stephan Kulow
c46867febd Accepting request 237623 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/237623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=10
2014-06-19 11:20:06 +00:00
Sascha Peilicke
79b1f6ce3b Accepting request 236960 from home:Andreas_Schwab:Factory
- libev.patch: fix syntax error in preprocessor conditional

OBS-URL: https://build.opensuse.org/request/show/236960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=13
2014-06-17 09:03:51 +00:00
Stephan Kulow
077c577472 Accepting request 210931 from 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). (forwarded request 210930 from posophe)

OBS-URL: https://build.opensuse.org/request/show/210931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=9
2013-12-16 06:08:54 +00:00
Denisart Benjamin
176638dfbc 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
2013-12-15 15:03:08 +00:00
Stephan Kulow
b4484c6e1a Accepting request 139689 from devel:languages:python
updated to version 0.13.8 (forwarded request 139481 from douglarek)

OBS-URL: https://build.opensuse.org/request/show/139689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=6
2012-10-31 13:03:44 +00:00
Sascha Peilicke
86ca5e3773 Accepting request 139481 from home:douglarek:languages
updated to version 0.13.8

OBS-URL: https://build.opensuse.org/request/show/139481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=9
2012-10-29 15:34:59 +00:00
Stephan Kulow
7efb1b9cff Accepting request 126119 from devel:languages:python
- Update to version 0.13.7:
  + Fixed #94: fallback to buffer if memoryview fails in _get_memory on
    python 2.7.
  + Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
    it returned ``True``).
  + Fixed #112: threading._sleep is not patched.
  + Fixed #115: _dummy gets unexpected Timeout arg.

OBS-URL: https://build.opensuse.org/request/show/126119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=5
2012-06-26 15:54:40 +00:00
Sascha Peilicke
c792ac0666 - Update to version 0.13.7:
+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
    python 2.7.
  + Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
    it returned ``True``).
  + Fixed #112: threading._sleep is not patched.
  + Fixed #115: _dummy gets unexpected Timeout arg.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=7
2012-06-26 09:35:39 +00:00
Stephan Kulow
3ee300f866 Accepting request 113767 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/113767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=3
2012-04-17 05:48:44 +00:00
Sascha Peilicke
e5b9cccdb5 Fix link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=5
2012-03-27 11:42:00 +00:00
Pascal Bleser
1ec01e3638 remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=4
2011-12-12 09:01:49 +00:00
Stephan Kulow
6abc6cafe7 Accepting request 93128 from devel:languages:python
please add

OBS-URL: https://build.opensuse.org/request/show/93128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=1
2011-11-25 10:12:53 +00:00
Sascha Peilicke
f62e60acc2 - Cython should not be needed, gevent is build as a binary module
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=2
2011-11-18 14:18:17 +00:00
Sascha Peilicke
1459924751 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=1
2011-07-19 12:39:05 +00:00