Commit Graph

102 Commits

Author SHA256 Message Date
Ana Guerrero
bf998562ec Accepting request 1204154 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1204154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=51
2024-09-29 16:09:25 +00:00
8bf8bc8e02 - Fix build error under Leap.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=88
2024-09-27 11:42:24 +00:00
3932fde8ad - Update to 3.1.1
* Fix crashes on 32-bit PPC Linux. Note that there is no CI for this,
    and support is best effort; there may be other issues lurking.
  * Remove unnecessary logging sometimes during interpreter shutdown.
  * Fix some crashes on 32-bit PPC MacOS. This is a very old platform,
    and is only known to be tested on beta versions of an operating
    system that was never released, using the GCC 14 only provided by
    MacPorts; it may or may not work on the final MacOS X release that
    supported 32-bit PowerPC. It has the known issue of leaking memory
    when greenlets are used in multiple threads. Help debugging this
    would be appreciated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=87
2024-09-27 07:45:54 +00:00
Ana Guerrero
30b70de50d Accepting request 1199963 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=50
2024-09-12 14:53:56 +00:00
81777f01f4 Accepting request 1199931 from home:glaubitz:branches:devel:languages:python
- Update to 3.1.0
  * Adds support for Python 3.13.
  * Greatly reduce the chances for crashes during interpreter shutdown.
  * Support for the following platforms was contributed by the community.
    Note that they are untested by this project's continuous integration
    services.
    + Hitachi's SuperH CPU
    + NetBSD on PowerPC
    + RISC-V with -fno-omit-frame-pointer
- Drop port-to-python313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1199931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=85
2024-09-11 06:17:11 +00:00
Ana Guerrero
25d3f2776e Accepting request 1199669 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=49
2024-09-10 19:12:27 +00:00
1196ca397c - Cherry-pick upstream patch to add support for Python 3.13
* port-to-python313.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=83
2024-09-09 10:56:04 +00:00
Ana Guerrero
9fbf3594c4 Accepting request 1138145 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1138145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=48
2024-01-12 22:44:40 +00:00
f649e6bd60 Accepting request 1138007 from home:bnavigator:branches:devel:languages:python
- Update to 3.0.3
  * Python 3.12: Restore the full ability to walk the stack of a
    suspended greenlet; previously only the innermost frame was
    exposed. See issue 388. Fix by Joshua Oreman in PR 393.
- Disable building the docs: Now requires the furo theme, which is
  not available.

OBS-URL: https://build.opensuse.org/request/show/1138007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=81
2024-01-11 15:12:32 +00:00
Ana Guerrero
8f9402fcc8 Accepting request 1136486 from devel:languages:python
- require setuptools

OBS-URL: https://build.opensuse.org/request/show/1136486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=47
2024-01-09 19:48:27 +00:00
66d4b43fa1 - require setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=79
2024-01-03 10:40:10 +00:00
Ana Guerrero
a5ca70a2ac Accepting request 1133678 from devel:languages:python
- update to 3.0.2:
  * Packaging: Add a minimal ``pyproject.toml`` to sdists.
  * Packaging: Various updates to macOS wheels.
  * Fix a test case on Arm32. Note that this is not a supported
    platform (there is no CI for it) and support is best effort;

OBS-URL: https://build.opensuse.org/request/show/1133678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=46
2023-12-17 20:29:07 +00:00
08a518ef1d - update to 3.0.2:
* Packaging: Add a minimal ``pyproject.toml`` to sdists.
  * Packaging: Various updates to macOS wheels.
  * Fix a test case on Arm32. Note that this is not a supported
    platform (there is no CI for it) and support is best effort;

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=77
2023-12-17 01:46:08 +00:00
Ana Guerrero
0b57f920b9 Accepting request 1129185 from devel:languages:python
- update to 3.0.1:
  * Fix a potential crash on Python 3.8 at interpreter shutdown
    time.  This was a regression from earlier 3.0.x releases.

OBS-URL: https://build.opensuse.org/request/show/1129185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=45
2023-11-28 21:18:35 +00:00
4b955fc182 - update to 3.0.1:
* Fix a potential crash on Python 3.8 at interpreter shutdown
    time.  This was a regression from earlier 3.0.x releases.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=75
2023-11-27 15:46:51 +00:00
Ana Guerrero
a3e20d620e Accepting request 1115111 from devel:languages:python
- Update to 3.0.0:
  * No changes from 3.0rc3 aside from the version number.
- Ignore some slow and flaky tests

OBS-URL: https://build.opensuse.org/request/show/1115111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=44
2023-10-05 18:02:47 +00:00
faff34589b - Ignore some slow and flaky tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=73
2023-10-04 07:17:12 +00:00
1667d27fdb - Update to 3.0.0:
* No changes from 3.0rc3 aside from the version number.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=72
2023-10-04 06:45:32 +00:00
Ana Guerrero
bf5000bb93 Accepting request 1113760 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1113760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=43
2023-09-29 19:13:07 +00:00
682db7c4ad - update to 3.0.0~rc3:
* Fix an intermittent error during process termination on some
    platforms (GCC/Linux/libstdc++).
  * Fix some potential bugs (assertion failures and memory leaks) in
    previously-untested error handling code. In some cases, this means
    that the process will execute a controlled ``abort()`` after severe
    trouble when previously the process might have continued for some
    time with a corrupt state. It is unlikely those errors occurred in
    practice.
  * Fix some assertion errors and potential bugs with re-entrant
    switches.
  * Fix a potential crash when certain compilers compile greenlet with
    high levels of optimization. The symptom would be that switching to
    a greenlet for the first time immediately crashes.
  * Fix a potential crash when the callable object passed to the
    greenlet constructor (or set as the ``greenlet.run`` attribute) has
    a destructor attached to it that switches. Typically, triggering
    this issue would require an unlikely subclass of
    ``greenlet.greenlet``.
  * Python 3.11+: Fix rare switching errors that could occur when a
    garbage collection was triggered during the middle of a switch, and
    Python-level code in ``__del__`` or weakref callbacks switched to a
    different greenlet and ultimately switched back to the original
    greenlet. This often manifested as a ``SystemError``: "switch
    returned NULL without an exception set."
  * Python 3.12: Fix walking the frame stack of suspended greenlets.
    Previously accessing ``glet.gr_frame.f_back`` would crash due to
    `changes in CPython's undocumented internal frame handling
  * Make the platform-specific low-level C/assembly snippets stop using
    the ``register`` storage class. Newer versions of standards remove

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=70
2023-09-19 22:06:34 +00:00
Dominique Leuenberger
8d32e7b726 Accepting request 1084762 from devel:languages:python
- update to 2.0.2:
  * Fix calling ``greenlet.settrace()`` with the same tracer
    object that was currently active.
  * Various compilation and standards conformance fixes.
   * Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924.
- 2.0.0.post0 (2022-11-03)
   * Add Programming Language :: Python :: 3.11 to the PyPI classifier
     metadata.
- 2.0.0rc5 (2022-10-31)
   * Linux: Fix another group of rare crashes that could occur when shutting
     down an interpeter running multiple threads. See issue 325.
- 2.0.0rc4 (2022-10-30)
   * Linux: Fix a rare crash that could occur when shutting down an interpreter
     running multiple threads, when some of those threads are in greenlets
     making calls to functions that release the GIL.
- 2.0.0rc1 (2022-10-27)
   * Deal gracefully with greenlet switches that occur while deferred
     deallocation of objects is happening using CPython's "trash can"
     mechanism. Previously, if a large nested container held items that
     switched greenlets during delayed deallocation, and that second greenlet
     also invoked the trash can, CPython's internal state could become corrupt.
     This was visible as an assertion error in debug builds. Now, the relevant
     internal state is saved and restored during greenlet switches. See also
     gevent issue 1909.
   * Rename the C API function PyGreenlet_GET_PARENT to PyGreenlet_GetParent
     for consistency. The old name remains available as a deprecated alias.
- 2.0.0a1 (2022-01-20)
   * Drop support for very old versions of GCC and MSVC.
     Compilation now requires a compiler that either supports C++11 or has some
     other intrinsic way to create thread local variables; for older GCC, clang

OBS-URL: https://build.opensuse.org/request/show/1084762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=42
2023-05-19 09:55:05 +00:00
1211730c98 - update to 2.0.2:
* Fix calling ``greenlet.settrace()`` with the same tracer
    object that was currently active.
  * Various compilation and standards conformance fixes.
   * Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924.
- 2.0.0.post0 (2022-11-03)
   * Add Programming Language :: Python :: 3.11 to the PyPI classifier
     metadata.
- 2.0.0rc5 (2022-10-31)
   * Linux: Fix another group of rare crashes that could occur when shutting
     down an interpeter running multiple threads. See issue 325.
- 2.0.0rc4 (2022-10-30)
   * Linux: Fix a rare crash that could occur when shutting down an interpreter
     running multiple threads, when some of those threads are in greenlets
     making calls to functions that release the GIL.
- 2.0.0rc1 (2022-10-27)
   * Deal gracefully with greenlet switches that occur while deferred
     deallocation of objects is happening using CPython's "trash can"
     mechanism. Previously, if a large nested container held items that
     switched greenlets during delayed deallocation, and that second greenlet
     also invoked the trash can, CPython's internal state could become corrupt.
     This was visible as an assertion error in debug builds. Now, the relevant
     internal state is saved and restored during greenlet switches. See also
     gevent issue 1909.
   * Rename the C API function PyGreenlet_GET_PARENT to PyGreenlet_GetParent
     for consistency. The old name remains available as a deprecated alias.
- 2.0.0a1 (2022-01-20)
   * Drop support for very old versions of GCC and MSVC.
     Compilation now requires a compiler that either supports C++11 or has some
     other intrinsic way to create thread local variables; for older GCC, clang

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=68
2023-05-04 14:46:15 +00:00
Dominique Leuenberger
815d2d64b6 Accepting request 1081482 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=41
2023-04-22 19:57:35 +00:00
e0dc7350cf Accepting request 1081426 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=66
2023-04-21 13:19:08 +00:00
Dominique Leuenberger
ddf60cf7c2 Accepting request 1056133 from devel:languages:python
- Add sphinx-6.0.0.patch to make it work with new version of Sphinx.

OBS-URL: https://build.opensuse.org/request/show/1056133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=40
2023-01-10 13:58:51 +00:00
2983b265ea - Add sphinx-6.0.0.patch to make it work with new version of Sphinx.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=64
2023-01-05 07:42:04 +00:00
a811b69253 Accepting request 1056122 from devel:languages:python
Revert to 1.1.3, 2.x break gevent and openstack

OBS-URL: https://build.opensuse.org/request/show/1056122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=63
2023-01-05 07:22:36 +00:00
7b7c2f8345 - Update to 2.0.1:
* Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924.
- 2.0.0.post0 (2022-11-03)
   * Add Programming Language :: Python :: 3.11 to the PyPI classifier
     metadata.
- 2.0.0 (2022-10-31)
   * Nothing changed yet.
- 2.0.0rc5 (2022-10-31)
   * Linux: Fix another group of rare crashes that could occur when shutting
     down an interpeter running multiple threads. See issue 325.
- 2.0.0rc4 (2022-10-30)
   * Linux: Fix a rare crash that could occur when shutting down an interpreter
     running multiple threads, when some of those threads are in greenlets
     making calls to functions that release the GIL.
- 2.0.0rc3 (2022-10-29)
   * Python 2: Fix a crash that could occur when raising an old-style instance
     object.
- 2.0.0rc2 (2022-10-28)
   * Workaround a CPython 3.8 bug that could cause the interpreter to crash
     during an early phase of shutdown with the message "Fatal Python error:
     Python memory allocator called without holding the GI." This only impacted
     CPython 3.8a3 through CPython 3.9a5; the fix is only applied to CPython
     3.8 releases (please don't use an early alpha release of CPython 3.9).
- 2.0.0rc1 (2022-10-27)
   * Deal gracefully with greenlet switches that occur while deferred
     deallocation of objects is happening using CPython's "trash can"
     mechanism. Previously, if a large nested container held items that
     switched greenlets during delayed deallocation, and that second greenlet
     also invoked the trash can, CPython's internal state could become corrupt.
     This was visible as an assertion error in debug builds. Now, the relevant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=62
2023-01-04 11:25:57 +00:00
Dominique Leuenberger
475da946ab Accepting request 1003047 from devel:languages:python
- update to 1.1.3:
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1003047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=39
2022-09-15 20:57:30 +00:00
d9107d3581 - update to 1.1.3:
* Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=60
2022-09-12 20:14:37 +00:00
Dominique Leuenberger
97d77111f4 Accepting request 925731 from devel:languages:python
- update to 1.1.2:
  - Fix a potential crash due to a reference counting error when Python
    subclasses of ``greenlet.greenlet`` were deallocated. The crash
    became more common on Python 3.10; on earlier versions, silent
    memory corruption could result.
  - Fix a leak of a list object when the last reference to a greenlet
    was deleted from some other thread than the one to which it
    belonged. For this to work correctly, you must call a greenlet API
    like ``getcurrent()`` before the thread owning the greenlet exits:
    this is a long-standing limitation that can also lead to the leak of
    a thread's main greenlet if not called; we hope to lift this
    limitation. Note that in some cases this may also fix leaks of
    greenlet objects themselves. See `issue 251
  - Python 3.10: Tracing or profiling into a spawned greenlet didn't
    work as expected. See `issue 256

OBS-URL: https://build.opensuse.org/request/show/925731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=38
2021-10-20 18:23:26 +00:00
0031e4d6b3 - update to 1.1.2:
- Fix a potential crash due to a reference counting error when Python
    subclasses of ``greenlet.greenlet`` were deallocated. The crash
    became more common on Python 3.10; on earlier versions, silent
    memory corruption could result.
  - Fix a leak of a list object when the last reference to a greenlet
    was deleted from some other thread than the one to which it
    belonged. For this to work correctly, you must call a greenlet API
    like ``getcurrent()`` before the thread owning the greenlet exits:
    this is a long-standing limitation that can also lead to the leak of
    a thread's main greenlet if not called; we hope to lift this
    limitation. Note that in some cases this may also fix leaks of
    greenlet objects themselves. See `issue 251
  - Python 3.10: Tracing or profiling into a spawned greenlet didn't
    work as expected. See `issue 256

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=59
2021-10-16 19:08:50 +00:00
Dominique Leuenberger
2e54c2c677 Accepting request 915037 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=37
2021-09-03 19:26:02 +00:00
5b350ff128 Accepting request 915023 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/915023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=58
2021-08-30 12:54:04 +00:00
Dominique Leuenberger
a892773d85 Accepting request 897851 from devel:languages:python
- update to 1.1.0:
  * Add support for Python 3.10. Pre-built binary wheels for 3.10 are
    not currently available for all platforms. The greenlet ABI is
    different on Python 3.10 from all previous versions, but as 3.10 was
    never supported before, and the ABI has not changed on other Python
    versions, this is not considered a reason to change greenlet's major
    version.

OBS-URL: https://build.opensuse.org/request/show/897851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=36
2021-06-11 20:30:19 +00:00
347d7c3a6a - update to 1.1.0:
* Add support for Python 3.10. Pre-built binary wheels for 3.10 are
    not currently available for all platforms. The greenlet ABI is
    different on Python 3.10 from all previous versions, but as 3.10 was
    never supported before, and the ABI has not changed on other Python
    versions, this is not considered a reason to change greenlet's major
    version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=56
2021-06-06 12:38:50 +00:00
Dominique Leuenberger
4161110e81 Accepting request 868479 from devel:languages:python
- update to 1.0.0:
  * Require setuptools to build from source.
  * Stop asking setuptools to build both .tar.gz and .zip
    sdists. PyPI has standardized on .tar.gz for all platforms.
  * Publish the change log to https://greenlet.readthedocs.io

OBS-URL: https://build.opensuse.org/request/show/868479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=35
2021-02-16 21:33:44 +00:00
acd5034be6 - update to 1.0.0:
* Require setuptools to build from source.
  * Stop asking setuptools to build both .tar.gz and .zip
    sdists. PyPI has standardized on .tar.gz for all platforms.
  * Publish the change log to https://greenlet.readthedocs.io

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=54
2021-02-01 22:26:23 +00:00
Dominique Leuenberger
b621e56a30 Accepting request 838240 from devel:languages:python
- update to 0.4.17:
  - Support for PEP 567 ContextVars

OBS-URL: https://build.opensuse.org/request/show/838240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=34
2020-10-29 08:46:00 +00:00
236f62427d - update to 0.4.17:
- Support for PEP 567 ContextVars

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=52
2020-09-28 10:56:30 +00:00
Dominique Leuenberger
fdd8e0d9a4 Accepting request 812725 from devel:languages:python
- update to 0.4.16:
  - Support for DEC Alpha architecture
  - Support for Python 3.9
  - Support for Python 3.10a0

OBS-URL: https://build.opensuse.org/request/show/812725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=33
2020-06-11 12:44:59 +00:00
f027d24c76 - update to 0.4.16:
- Support for DEC Alpha architecture
  - Support for Python 3.9
  - Support for Python 3.10a0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=50
2020-06-08 19:33:55 +00:00
e19449235b Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=49
2018-12-22 13:39:56 +00:00
20e1d883fe - Fix BR to build again
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=48
2018-12-06 16:43:22 +00:00
70d6633dbf Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=47
2018-12-04 13:31:12 +00:00
Dominique Leuenberger
a7844d4d6f Accepting request 636119 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/636119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=32
2018-09-26 14:00:01 +00:00
Tomáš Chvátal
4e11fa10b9 Accepting request 635935 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/635935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=45
2018-09-17 09:20:20 +00:00
Dominique Leuenberger
d6a7e4e7d6 Accepting request 627924 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/627924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=31
2018-08-10 07:47:10 +00:00
Todd R
fb67797bc6 Accepting request 627923 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.4.14
  * Support for C-SKY architecture
  * Fixed support for ppc64 ABI
  * Fixed support for Python 3.7
- Remove upstream-included greenlet-ppc64le.patch

OBS-URL: https://build.opensuse.org/request/show/627923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=43
2018-08-07 15:29:44 +00:00
Dominique Leuenberger
83f2483131 Accepting request 572027 from devel:languages:python
- Add patch to fix build on ppc64le to not clobber r2 register:
  * greenlet-ppc64le.patch

- Version update to 0.4.13:
  * Support for Python 3.7
  * Support for MinGW x64

OBS-URL: https://build.opensuse.org/request/show/572027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=30
2018-02-02 21:23:26 +00:00