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.26 to 0.29.27 #321

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Conversation

dependabot[bot]
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)

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 31, 2022
@frenck frenck merged commit 910034c into master Jan 31, 2022
@frenck frenck deleted the dependabot/pip/cython-0.29.27 branch January 31, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed 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.

2 participants