21 Commits

Author SHA256 Message Date
64be46b3de Accepting request 580736 from home:aplanas:branches:devel:languages:python
- Recommends only for SUSE

OBS-URL: https://build.opensuse.org/request/show/580736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=36
2018-02-27 21:51:45 +00:00
Tomáš Chvátal
e7679e01c8 Accepting request 568583 from home:dimstar:Factory
Fix build with RPM 4.14 - disabling the doc was the easy way out, and we don't even lose anything to what we had: make html failed already before; this allows SLE15 to move forward, doc can be introduced again later if wanted

OBS-URL: https://build.opensuse.org/request/show/568583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=34
2018-01-23 14:14:50 +00:00
Jan Matejek
754ac99a55 - add greenlet dependency to Python 3 as well (bsc#1055386)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=32
2017-11-22 15:29:59 +00:00
ebbbc97d9b Accepting request 541091 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/541091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=30
2017-11-13 09:27:34 +00:00
fd315323d8 - adjust buildrequirements for singlespec building on SLE_12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=28
2017-05-31 19:32:57 +00:00
Todd R
d7aca0453a Accepting request 489462 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.2.1
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/489462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=26
2017-04-19 21:11:21 +00:00
30005d87dc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=24 2016-12-13 14:50:19 +00:00
277b9515dd - update to 1.1.2:
* Python 2: ``sendall`` on a non-blocking socket could spuriously fail
    with a timeout.
  * If ``sys.stderr`` has been monkey-patched (not recommended),
    exceptions that the hub reports aren't lost and can still be caught.
    Reported in :issue:`825` by Jelle Smet.
  * :class:`selectors.SelectSelector` is properly monkey-patched
    regardless of the order of imports. Reported in :issue:`835` by
    Przemysław Węgrzyn.
  * Python 2: ``reload(site)`` no longer fails with a ``TypeError`` if
    gevent has been imported. Reported in :issue:`805` by Jake Hilton.
  * Nested callbacks that set and clear an Event no longer cause
    ``wait`` to return prematurely. Reported in :issue:`771` by Sergey
    Vasilyev.
  * Fix build on Solaris 10. Reported in :issue:`777` by wiggin15.
  * The ``ref`` parameter to :func:`gevent.os.fork_and_watch` was being ignored.
  * Python 3: :class:`gevent.queue.Channel` is now correctly iterable, instead of
    raising a :exc:`TypeError`.
  * Python 3: Add support for :meth:`socket.socket.sendmsg`,
    :meth:`socket.socket.recvmsg` and :meth:`socket.socket.recvmsg_into`
    on platforms where they are defined. Initial :pr:`773` by Jakub
    Klama.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=23
2016-12-13 14:49:24 +00:00
Todd R
f4537060c2 Accepting request 369771 from home:TheBlackCat:branches:devel:languages:python
Update to 1.1.0 (final):

OBS-URL: https://build.opensuse.org/request/show/369771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=21
2016-03-10 20:25:57 +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
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
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
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
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
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
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
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