Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps cython from 0.29.26 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:

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)

@dependabot dependabot bot added the pip dependencies pip dependencies label Jan 31, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/cython-0.29.27 branch from 918a037 to a7a2766 Compare February 1, 2022 05:06
blankdots
blankdots previously approved these changes Feb 1, 2022
Bumps [cython](https://github.com/cython/cython) from 0.29.26 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.26...0.29.27)

---
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-0.29.27 branch from a7a2766 to a25c7f4 Compare February 1, 2022 05:24
@blankdots blankdots merged commit 3bce5ce into master Feb 1, 2022
@blankdots blankdots deleted the dependabot/pip/cython-0.29.27 branch February 1, 2022 05:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

pip dependencies pip dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants