17
0

15 Commits

Author SHA256 Message Date
d65171621a Accepting request 1302236 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1302236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=55
2025-09-02 15:58:00 +00:00
1adf2dbb3b - Update to 3.2.4
* Various small build/test changes for less common configurations (e.g.,
    building CPython with assertions enabled but NOT debugging),
    contributed by Michał Górny. Note that while greenlet will BUILD in
    a free-threaded Python, it will cause the GIL to be allocated and
    used, and memory may leak. Also note that these configurations
    are not tested by this project's CI.
  * Fix an assertion error on debug builds of Python 3.14 when using the
    experimental JIT. See PR 460.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=96
2025-09-01 15:47:38 +00:00
b03751e333 Accepting request 1285426 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1285426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=54
2025-06-14 14:17:08 +00:00
a1fdb5962d Accepting request 1284744 from home:glaubitz:branches:devel:languages:python
- Update to 3.2.3
  * Make greenlet build and run on Python 3.14 beta 2 on Windows amd64.
  * Potentially fix build on NetBSD/sparc64. See PR 447.

OBS-URL: https://build.opensuse.org/request/show/1284744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=94
2025-06-13 10:55:46 +00:00
f38f2114fb Accepting request 1276883 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1276883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=53
2025-05-13 18:12:39 +00:00
aaed0a46d0 Accepting request 1276832 from home:glaubitz:branches:devel:languages:python
- Update to 3.2.2
  * Make greenlet build and run on Python 3.14 beta 1. It will not run
    on earlier versions of 3.14; it should run on subsequent versions.
    See PR 445.

OBS-URL: https://build.opensuse.org/request/show/1276832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=92
2025-05-12 14:29:06 +00:00
274df78395 Accepting request 1273387 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=52
2025-04-30 17:02:46 +00:00
3513a80141 Accepting request 1273371 from home:glaubitz:branches:devel:languages:python
- Update to 3.2.1
  * Fix a crash regression for Riscv64. See issue 443.
- from version 3.2.0
  * Remove support for Python 3.7 and 3.8.
  * Add untested, community supported implementation for RiscV 32. See PR 438.
  * Make greenlet build and run on Python 3.14a7. It will not build on earlier
    3.14 alpha releases, and may not build on later 3.14 releases.
  * Packaging: Use PEP 639 license expressions and include license files.

OBS-URL: https://build.opensuse.org/request/show/1273371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=90
2025-04-29 10:26:45 +00:00
31f5d79378 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
6c01faadd4 Accepting request 1204129 from home:ecsos:python
- Fix build error under Leap.

OBS-URL: https://build.opensuse.org/request/show/1204129
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
b7277e5db9 Accepting request 1203895 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1203895
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
641efab5eb 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
ecad723caa 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
9a39afb3d7 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
dd29903f60 Accepting request 1199647 from home:glaubitz:branches:devel:languages:python
- Cherry-pick upstream patch to add support for Python 3.13
  * port-to-python313.patch

OBS-URL: https://build.opensuse.org/request/show/1199647
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

Diff Content Not Available