Skip to content

Build(deps): Bump cython from 0.29.21 to 3.0.6#57

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/cython-3.0.6
Closed

Build(deps): Bump cython from 0.29.21 to 3.0.6#57
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/cython-3.0.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps cython from 0.29.21 to 3.0.6.

Changelog

Sourced from cython's changelog.

3.0.6 (2023-11-26)

Features added

  • Fused def function dispatch is a bit faster.

  • Declarations for the wchar PyUnicode API were added. (Github issue :issue:5836)

  • The Python "nogil" fork is now also detected with the new Py_GIL_DISABLED macro. Patch by Hugo van Kemenade (Github issue :issue:583652)

Bugs fixed

  • Comparing dataclasses could give different results than Python. (Github issue :issue:5857)

  • float(std::string) generated invalid C code. (Github issue :issue:5818)

  • Using cpdef functions with cimport_from_pyx failed. (Github issue :issue:5795)

  • A crash was fixed when string-formatting a Python value fails. (Github issue :issue:5787)

  • On item access, Cython could try the sequence protocol before the mapping protocol in some cases if an object supports both. (Github issue :issue:5776)

  • A C compiler warning was resolved. (Github issue :issue:5794)

  • Complex numbers failed to compile in MSVC with C11. Patch by Lysandros Nikolaou. (Github issue :issue:5809)

  • Some issues with the Limited API and with PyPy were resolved. (Github issues :issue:5695, :issue:5696)

  • A C++ issue in Python 3.13 was resolved. (Github issue :issue:5790)

  • Several directives are now also available (as no-ops) in Python code. (Github issue :issue:5803)

  • An error message was corrected. Patch by Mads Ynddal. (Github issue :issue:5805)

... (truncated)

Commits
  • 2486558 Prepare release of 3.0.6.
  • cb1d78b Update changelog.
  • 7f6577a Fix dataclass comparison operators and enable tests (#5857)
  • f258b67 PEP 703: Accept new Py_GIL_DISABLED macro in addition to PY_NOGIL (GH-5852)
  • df2bffa Partially disable trashcan test in PyPy (#5832)
  • a4bb6dc Add missing unicode C API functions and Py_UNICODE warning (#5836)
  • 16d31ef Disable failing Windows CyCache test (#5826)
  • 4bbefa3 Simplify pstats test
  • f71205d Remove allowed_failure from Python 3.12 (#5815)
  • 7683cb1 Fix "float(std::string)" and other non-PyObject arguments to float().
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cython](https://github.com/cython/cython) from 0.29.21 to 3.0.6.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.21...3.0.6)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 3, 2024

Superseded by #58.

@dependabot dependabot bot closed this Mar 3, 2024
@dependabot dependabot bot deleted the dependabot/pip/cython-3.0.6 branch March 3, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants