Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Bump cython from 0.29.24 to 0.29.26#1753

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/cython-0.29.26
Closed

Bump cython from 0.29.24 to 0.29.26#1753
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/cython-0.29.26

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2022

Bumps cython from 0.29.24 to 0.29.26.

Changelog

Sourced from cython's changelog.

0.29.26 (2021-12-16)

Bugs fixed

  • An incompatibility with CPython 3.11.0a3 was resolved. (Github issue :issue:4499)

  • The in operator failed on literal lists with starred expressions. Patch by Arvind Natarajan. (Github issue :issue:3938)

  • A C compiler warning in PyPy about a missing struct field initialisation was resolved.

.. _0.29.25:

0.29.25 (2021-12-06)

Bugs fixed

  • Several incompatibilities with CPython 3.11 were resolved. Patches by David Woods, Victor Stinner, Thomas Caswell. (Github issues :issue:4411, :issue:4414, :issue:4415, :issue:4416, :issue:4420, :issue:4428, :issue:4473, :issue:4479, :issue:4480)

  • Some C compiler warnings were resolved. Patches by Lisandro Dalcin and others. (Github issue :issue:4439)

  • C++ std::move() should only be used automatically in MSVC versions that support it. Patch by Max Bachmann. (Github issue :issue:4191)

  • The Py_hash_t type failed to accept arbitrary "index" values. (Github issue :issue:2752)

  • Avoid copying unaligned 16-bit values since some platforms require them to be aligned. Use memcpy() instead to let the C compiler decide how to do it. (Github issue :issue:4343)

  • Cython crashed on invalid truthiness tests on C++ types without operator bool. Patch by David Woods. (Github issue :issue:4348)

  • The declaration of PyUnicode_CompareWithASCIIString() in cpython.unicode was incorrect. Patch by Max Bachmann. (Github issue :issue:4344)

.. _0.29.24:

Commits
  • 3028e8c Update changelog.
  • 914bee4 Add "tp_pypy_flags" field to PyTypeObject struct when compiling in PyPy 6.0+ ...
  • 8daf640 Prepare release of 0.29.26.
  • 4ce2721 Revert "Add tp_inline_values_offset to slot_table (0.29.x) (GH-4473)"
  • 1faf51f Prevent in-list optimisation when the list contains starred expresssions (GH-...
  • 20b3d5b Clean up CFLAGS/LDFLAGS setup in wheel build.
  • fc36850 Update release date, now that it took a little longer.
  • 488e21a Also upload the musllinux wheels to GH Releases.
  • 4c4585c Also upload the Python tgz and wheel to GH Releases.
  • b2780f2 Add more wheel targets and use the normal Makefile wheel build for everything.
  • 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 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 requested a review from jwhitlock as a code owner January 1, 2022 09:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/cython-0.29.26 branch from 8cf1599 to faef9f1 Compare January 1, 2022 21:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2022

Looks like cython is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/cython-0.29.26 branch January 4, 2022 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants