1
0

9 Commits

Author SHA256 Message Date
dc116c8091 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
82b64cf909 - 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/package/show/devel:languages:python/python-greenlet?expand=0&rev=94
2025-06-13 10:55:46 +00:00
08271eb42c 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
1d7cb5e335 - 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/package/show/devel:languages:python/python-greenlet?expand=0&rev=92
2025-05-12 14:29:06 +00:00
4ee221b0b0 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
f3d31a8cd0 - 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/package/show/devel:languages:python/python-greenlet?expand=0&rev=90
2025-04-29 10:26:45 +00:00
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
4 changed files with 63 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0
size 183954

3
greenlet-3.2.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365
size 185752

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Jun 11 09:26:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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.
-------------------------------------------------------------------
Mon May 12 12:16:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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.
-------------------------------------------------------------------
Tue Apr 29 09:23:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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.
-------------------------------------------------------------------
Fri Sep 27 10:27:38 UTC 2024 - ecsos <ecsos@opensuse.org>
- Fix build error under Leap.
-------------------------------------------------------------------
Thu Sep 26 13:37:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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.
-------------------------------------------------------------------
Tue Sep 10 20:44:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-greenlet
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: python-greenlet
Version: 3.1.0
Version: 3.2.3
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT
@@ -36,7 +36,13 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: c++_compiler
%if 0%{?suse_version} < 1600
BuildRequires: gcc12
BuildRequires: gcc12-c++
%else
BuildRequires: gcc
BuildRequires: gcc-c++
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with docs}
@@ -65,6 +71,10 @@ This package contains header files required for C modules development.
sed -i '1{/env python/d}' src/greenlet/tests/test_version.py
%build
%if 0%{?suse_version} < 1600
export CC=gcc-12
export CXX=g++-12
%endif
export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
%pyproject_wheel