Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cython from 3.0.5 to 3.0.6 #966

Merged
merged 1 commit into from Nov 27, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cython from 3.0.5 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)

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 27, 2023 11:38
Bumps [cython](https://github.com/cython/cython) from 3.0.5 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@3.0.5...3.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/cython-3.0.6 branch from 0d16eec to f67ea1c Compare November 27, 2023 11:55
@github-actions github-actions bot merged commit d86eb20 into master Nov 27, 2023
47 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cython-3.0.6 branch November 27, 2023 12:16
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.

None yet

0 participants