Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2022

Bumps cython from 0.29.26 to 0.29.31.

Changelog

Sourced from cython's changelog.

0.29.31 (2022-07-27)

Features added

  • A new argument --module-name was added to the cython command to provide the (one) exact target module name from the command line. Patch by Matthew Brett and h-vetinari. (Github issue #4906)

Bugs fixed

  • Use importlib.util.find_spec() instead of the deprecated importlib.find_loader() function when setting up the package path at import-time. Patch by Matti Picus. (Github issue :issue:4764)

  • Require the C compiler to support the two-arg form of va_start on Python 3.10 and higher. Patch by Thomas Caswell. (Github issue :issue:4820)

  • Make fused_type subscriptable in Shadow.py. Patch by Pfebrer. (Github issue :issue:4842)

  • Fix the incorrect code generation of the target type in bytearray loops. Patch by Kenrick Everett. (Github issue :issue:4108)

  • Atomic refcounts for memoryviews were not used on some GCC versions by accident. Patch by Sam Gross. (Github issue :issue:4915)

  • Silence some GCC -Wconversion warnings in C utility code. Patch by Lisandro Dalcin. (Github issue :issue:4854)

  • Tuple multiplication was ignored in expressions such as [*(1,) * 2]. Patch by David Woods. (Github issue :issue:4864)

  • Calling append methods on extension types could fail to find the method in some cases. Patch by David Woods. (Github issue :issue:4828)

  • Ensure that object buffers (e.g. ndarray[object, ndim=1]) containing NULL pointers are safe to use, returning None instead of the NULL pointer. Patch by Sebastian Berg. (Github issue :issue:4859)

  • Using memoryview typed arguments in inner functions is now rejected as unsupported. Patch by David Woods. (Github issue :issue:4798)

  • Compilation could fail on systems (e.g. FIPS) that block MD5 checksums at runtime. (Github issue :issue:4909)

... (truncated)

Commits
  • b6cb192 Prepare release of 0.29.31.
  • 6cede00 [0.29] Add --module-name argument to cython command (GH-4906)
  • 34ce43c Update changelog.
  • 7284831 Backport "noexcept" function modifier to Cython 0.29.x (GH-4903)
  • 3de4be4 [0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)
  • f1748bb [0.29] Use atomic reference counting in MemoryView in more cases (GH-4912) (G...
  • d583527 Update macos version for github actions (#4917)
  • 3cb3c2f Minor code cleanups after 3a373e2ccdddc79202d9ed13edc85d4b95616b26.
  • 3a373e2 Make pickle checksum calculation succeed even if one of the hash algorithms i...
  • 4d626ca CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...
  • 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.31.
- [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.31)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2022
@dependabot dependabot bot requested a review from chychkan July 27, 2022 22:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2022

Superseded by #100.

@dependabot dependabot bot closed this Jul 29, 2022
@dependabot dependabot bot deleted the dependabot-pip-cython-0.29.31 branch July 29, 2022 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant