home-assistant / wheels

Build wheels for Home Assistant
https://wheels.home-assistant.io
Apache License 2.0
29 stars 28 forks source link

Bump cython from 3.0.3 to 3.0.4 #639

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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 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)