Skip to content

Conversation

@dependabot
Copy link

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

Bumps cython from 0.29.23 to 0.29.27.

Changelog

Sourced from cython's changelog.

0.29.27 (2022-01-28)

Features added

  • The cythonize command has a new option -M to generate .dep dependency files for the compilation unit. This can be used by external build tools to track these dependencies. Patch by Evgeni Burovski. (Github issue :issue:1214)

Bugs fixed

  • Compilation failures on PyPy were resolved. Patches by Matti Picus. (Github issues :issue:4509, :issue:4517)

  • Calls to range() with more than three arguments did not fail. Original patch by Max Bachmann. (Github issue :issue:4550)

  • Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved.

  • Cython no longer warns about using OpenMP 3.0 features since they are now considered generally available.

.. _0.29.26:

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

... (truncated)

Commits
  • 229a453 Prepare release of 0.29.27.
  • e054ca1 Update changelog.
  • addf396 Remove test code that fails to compile in Py3.11 (and that isn't really worth...
  • 546765d Fix division-by-zero crash in tests when the C ompiler discards the computati...
  • cdad82d Backport GH-4563 : generate dependency files (GH-4576)
  • e30913d Make the test files that depend on "cythonarrayutil.pxi" compilable by themse...
  • 60d6e64 Minot test cleanup.
  • 7d95dd2 Keep utility code names across type specialisations and show it in the C file...
  • 9f28d7d Remove imports and @​asyncio.coroutine decorators from test that are gone in P...
  • 7494be6 Use "Py_ssize_t" instead of "int" for a node counter variable to avoid useles...
  • 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.27.
- [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.27)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 21, 2022

Superseded by #75.

@dependabot dependabot bot closed this Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/cython-0.29.27 branch February 21, 2022 10:08
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.

1 participant