Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps cython from 0.29.23 to 0.29.25.

Changelog

Sourced from cython's changelog.

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:

0.29.24 (2021-07-14)

Bugs fixed

  • Inline functions in pxd files that used memory views could lead to invalid C code if the module that imported from them does not use memory views. Patch by David Woods. (Github issue :issue:1415)

  • Several declarations in libcpp.string were added and corrected. Patch by Janek Bevendorff. (Github issue :issue:4268)

  • Pickling unbound Cython compiled methods failed. Patch by Pierre Glaser. (Github issue :issue:2972)

  • The tracing code was adapted to work with CPython 3.10.

... (truncated)

Commits
  • 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.
  • aa0a411 Use newer GH wheel build action to make it work with Py3.10.
  • 5a2df05 Fix wheel upload in release build.
  • 9f8d32b pyston support: backport memory corruption fix GH-4200 to 0.29.x branch (GH-4...
  • 08af86a Fixed uninitialized test on 3.11 (GH-4474)
  • 44e8a65 Update changelog.
  • 7c82aa5 Let a tracing test run slower to prevent div-by-zero crashes in line_profiler...
  • 864897c Disable USE_UNICODE_WRITER for Py3.11 (GH-4480)
  • 0b86d15 Prepare release of 0.29.x.
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #69.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/pip/cython-0.29.25 branch December 20, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants