Skip to content

Update dependency greenlet to v3.3.1#605

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/greenlet-3.x-lockfile
Open

Update dependency greenlet to v3.3.1#605
renovate[bot] wants to merge 1 commit intomainfrom
renovate/greenlet-3.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Confidence
greenlet (changelog) 3.0.33.3.1 age confidence

Release Notes

python-greenlet/greenlet (greenlet)

v3.3.1

Compare Source

==================

  • Publish Windows ARM binary wheels, where available.
  • Fix compilation for 3.14t on Windows.
  • Publish Windows 3.14t binary wheels for Intel.
  • Switch from Appveyor for Windows to Github Actions.
  • Fix compilation on MIPS with GCC 15 and binutils 2.45. See PR 487 by Rosen Penev <https://github.com/python-greenlet/greenlet/pull/487>_. Note that
    this is not a platform tested by this project's CI.
  • Move most project metadata into the static pyproject.toml file.
    This updates licensing information to use the modern
    License-Expression field. See PR 480 by mrbean-bremen <https://github.com/python-greenlet/greenlet/pull/480/>_.

v3.3.0

Compare Source

==================

  • Drop support for Python 3.9.

  • Switch to distributing manylinux_2_28 wheels instead of
    manylinux2014 wheels. Likewise, switch from musllinux_1_1 to 1_2.

  • Add initial support for free-threaded builds of CPython 3.14. Due to
    limitations, we do not distribute binary wheels for free-threaded
    CPython on Windows. (Free-threaded CPython 3.13 may work, but is
    untested and unsupported.)

    .. caution::

    Under some rare scenarios with free-threaded 3.14, the
    interpreter may crash on accessing a variable or attribute or
    when shutting down. If this happens, try disabling the
    thread-local bytecode cache. See the greenlet documentation for
    more details. See PR 472 by T. Wouters <https://github.com/python-greenlet/greenlet/pull/472>_ for the
    initial free-threaded support and a discussion of the current
    known issues.

v3.2.4

Compare Source

==================

.. note::

The 3.2.x series will be the last to support Python 3.9.

  • 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 issue 460 <https://github.com/python-greenlet/greenlet/issues/460>_.

v3.2.3

Compare Source

==================

  • Make greenlet build and run on Python 3.14 beta 2 on Windows amd64.
  • Potentially fix build on NetBSD/sparc64. See PR 447 <https://github.com/python-greenlet/greenlet/pull/447>_.

v3.2.2

Compare Source

==================

  • 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 <https://github.com/python-greenlet/greenlet/pull/445>_.

v3.2.1

Compare Source

==================

  • Fix a crash regression for Riscv64. See issue 443 <https://github.com/python-greenlet/greenlet/issues/443>_.

v3.2.0

Compare Source

==================

  • Remove support for Python 3.7 and 3.8.
  • Add untested, community supported implementation for RiscV 32. See
    PR 438 <https://github.com/python-greenlet/greenlet/pull/439>_.
  • 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.

v3.1.1

Compare Source

==================

  • 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.
    See issue 422 <https://github.com/python-greenlet/greenlet/issues/422>_.
  • Remove unnecessary logging sometimes during interpreter shutdown.
    See issue 426 <https://github.com/python-greenlet/greenlet/issues/426>_.
  • 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. See PR 419 <https://github.com/python-greenlet/greenlet/pull/419>_.

v3.1.0

Compare Source

==================

.. note::

This will be the last release to support Python 3.7 and 3.8.
  • Adds support for Python 3.13.

.. note::

greenlet will not work in no-gil (free threaded) builds of CPython.
Internally, greenlet heavily depends on the GIL.

  • Greatly reduce the chances for crashes during interpreter shutdown.
    See issue 411 <https://github.com/python-greenlet/greenlet/issues/411>_.

Platform Support

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 <https://github.com/python-greenlet/greenlet/issues/166>_.
  • NetBSD on PowerPC. <https://github.com/python-greenlet/greenlet/pull/402>_
  • RiscV 64 with -fno-omit-frame-pointer <https://github.com/python-greenlet/greenlet/pull/404>. Note that
    there are known test failures <https://github.com/python-greenlet/greenlet/issues/403>
    , so this
    platform may not work reliably at all.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from arthurio November 25, 2024 23:13
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 177833e to 6acc14c Compare November 25, 2024 23:16
@codecov
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8c07dd5) to head (08238fe).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #605   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          237       237           
=========================================
  Hits           237       237           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@netlify
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for fastapi-filter ready!

Name Link
🔨 Latest commit 08238fe
🔍 Latest deploy log https://app.netlify.com/projects/fastapi-filter/deploys/691cf3af9e404a00086a80dc
😎 Deploy Preview https://deploy-preview-605--fastapi-filter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch 2 times, most recently from 34cbef0 to a288b84 Compare November 26, 2024 02:19
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch 8 times, most recently from b3dc75f to 54f20d9 Compare December 9, 2024 16:42
@renovate renovate bot changed the title Update dependency greenlet to v3.1.1 Update dependency greenlet to v3.2.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 54f20d9 to 916a991 Compare April 15, 2025 19:47
@renovate renovate bot changed the title Update dependency greenlet to v3.2.0 Update dependency greenlet to v3.2.1 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 916a991 to 399faeb Compare April 22, 2025 19:03
@renovate renovate bot changed the title Update dependency greenlet to v3.2.1 Update dependency greenlet to v3.2.2 May 9, 2025
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 399faeb to a266e65 Compare May 9, 2025 19:39
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from a266e65 to 5c0d67e Compare June 6, 2025 04:14
@renovate renovate bot changed the title Update dependency greenlet to v3.2.2 Update dependency greenlet to v3.2.3 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch 3 times, most recently from 56dd78c to 273f254 Compare June 11, 2025 15:47
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 273f254 to dc1d3e6 Compare June 19, 2025 13:52
@renovate renovate bot changed the title Update dependency greenlet to v3.2.3 Update dependency greenlet to v3.2.4 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch 2 times, most recently from cbba7d0 to 3f07f50 Compare August 10, 2025 12:58
@renovate renovate bot force-pushed the renovate/greenlet-3.x-lockfile branch from 3f07f50 to 08238fe Compare November 18, 2025 22:31
@renovate renovate bot changed the title Update dependency greenlet to v3.2.4 Update dependency greenlet to v3.3.0 Dec 4, 2025
@renovate renovate bot changed the title Update dependency greenlet to v3.3.0 Update dependency greenlet to v3.3.1 Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants