iscc / iscc-core

ISCC - Codec & Algorithms
https://core.iscc.codes/
Apache License 2.0
17 stars 3 forks source link

Bump cython from 0.29.27 to 0.29.28 #50

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps cython from 0.29.27 to 0.29.28.

Changelog

Sourced from cython's changelog.

0.29.28 (2022-02-17)

Bugs fixed

  • Due to backwards incompatible changes in CPython 3.11a4, the feature flags CYTHON_FAST_THREAD_STATE and CYTHON_USE_EXC_INFO_STACK are now disabled in Python 3.11 and later. They are enabled again in Cython 3.0. Patch by David Woods. (Github issue #4610)

  • A C compiler warning in older PyPy versions was resolved. Patch by Matti Picus. (Github issue #4236)

.. _0.29.27:

Commits
  • 27b6709 Fix release date.
  • d8d9606 runtests: Print shard number also for each command in the EndToEnd test error...
  • 62b7ac5 Fix test on Windows.
  • b6f927e runtests: print the shard number in front of the test name to show which was ...
  • 6e2c8d0 runtests: Improve exception output.
  • 9494ec3 runtests: Keep failing on test runner exceptions, because we can't continue w...
  • 2cf17f1 Enable faulthandler around the test runs to get a notice on shard crashes.
  • f61e759 Fix depfile tests on Windows.
  • 5ba24b4 Prepare release of 0.29.28.
  • 2d287a6 Restore old PyEval_EvalCode() signature for older versions of PyPy (GH-4236)
  • 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[bot] commented 2 years ago

Looks like cython is up-to-date now, so this is no longer needed.