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 3.0.3 to 3.0.4 #121

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps cython from 3.0.3 to 3.0.4.

Changelog

Sourced from cython's changelog.

3.0.4 (2023-10-17)

Features added

  • A new compiler directive show_performance_hints was added to disable the newly added performance hint output. (Github issue :issue:5748)

Bugs fixed

  • ```cythonize required ``distutils`` even for operations that did not build binaries. (Github issue :issue:5751`)

  • A regression in 3.0.3 was fixed that prevented calling inline functions from another inline function in .pxd files. (Github issue :issue:5748)

  • Some C compiler warnings were resolved. Patch by Pierre Jolivet. (Github issue :issue:5756)

Commits
  • bd5a82f Disable a test that crashes on i686.
  • f472900 Prepare release of Cython 3.0.4.
  • cc0d167 Update changelog.
  • 6940b34 Use relative import instead of a global one to make sure we end up in the sam...
  • 0000fb4 Avoid importing distutils/setuptools from 'cythonize' unless we really need i...
  • 63aa4ef Allow disabling performance hints via a directive rather than an Option (GH-5...
  • d508f8e Fix regression in 3.0.3 with inline functions in pxd files calling other func...
  • 5e4c7ac docs: Remove usage of outdated "system_packages" option.
  • f4b10ff Fix an incorrect C declaration and an unguarded macro reference (found by gcc...
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 3.0.3 to 3.0.4.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.0.3...3.0.4)

---
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 the pip dependencies Pull requests that update pip dependencies label Oct 18, 2023
@gitonthescene gitonthescene merged commit 40b6d87 into develop Oct 19, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/cython-3.0.4 branch October 19, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pip dependencies Pull requests that update pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant