home-assistant / wheels

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

Bump cython from 0.29.35 to 0.29.36 #578

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cython from 0.29.35 to 0.29.36.

Changelog

Sourced from cython's changelog.

0.29.36 (2023-07-04)

Bugs fixed

  • Async generators lost their return value in PyPy. (Github issue :issue:5465)

  • The outdated C macro _PyGC_FINALIZED() is no longer used in Py3.9+.

  • The deprecated Py_OptimizeFlag is no longer used in Python 3.9+. (Github issue :issue:5343)

  • Using the global __debug__ variable but not assertions could lead to compile errors.

  • The broken HTML template support was removed from Tempita. (Github issue :issue:3309)

.. _0.29.35:

Commits
  • 702bbc8 Revert "Avoid immediate import failure of pyximport on Py3.12 because of the ...
  • 882b95d Revert "Avoid using pyximport to build the refnanny in the test runner."
  • 4e8e5a9 Revert "test runner: Fix refnanny import after changing the way (and place) i...
  • 1e7c4b6 test runner: Fix refnanny import after changing the way (and place) it's built.
  • d1b5694 CI: Use a newer Python version for code style checks.
  • 9b87ddf Avoid using pyximport to build the refnanny in the test runner.
  • fcad0e9 Avoid immediate import failure of pyximport on Py3.12 because of the missing ...
  • e3859c0 Disable pyximport tests in 0.29.x since the implementation requires the remov...
  • d2f9c55 Fix release date.
  • 60a48fc CI: Use correct Python2 package names.
  • 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)