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 0.29.24 to 0.29.26 in /tests #287

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

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)

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

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2021
@wyfo wyfo force-pushed the master branch 4 times, most recently from 32b0693 to ee62943 Compare December 24, 2021 00:13
@wyfo wyfo merged commit 02d8f18 into master Dec 27, 2021
@wyfo wyfo deleted the dependabot/pip/tests/cython-0.29.26 branch December 27, 2021 21:23
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant