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 0.29.22 to 0.29.23 #5617

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2021

Bumps cython from 0.29.22 to 0.29.23.

Changelog

Sourced from cython's changelog.

0.29.23 (2021-04-14)

Bugs fixed

  • Some problems with Python 3.10 were resolved. Patches by Victor Stinner and David Woods. (Github issues #4046, #4100)

  • An incorrect "optimisation" was removed that allowed changes to a keyword dict to leak into keyword arguments passed into a function. Patch by Peng Weikang. (Github issue #3227)

  • Multiplied str constants could end up as bytes constants with language_level=2. Patch by Alphadelta14 and David Woods. (Github issue #3951)

  • PY_SSIZE_T_CLEAN does not get defined any more if it is already defined. Patch by Andrew Jones. (Github issue #4104)

Commits
  • 1767078 Fix embed test in Py2.6.
  • 05be94a Try to resolve apt install issues on travis.
  • e3ee22d Remove "PYTHONHOME" setting from embed-test since it seems to break the I/O e...
  • d715643 Make embed test more debuggable by printing the path setup and the build outp...
  • b6077b2 Update changelog.
  • 7c0585e Summarize test failures when running in shards.
  • 315c20e Only #define PY_SSIZE_T_CLEAN if it is not already #defined
  • c0d5282 Test runner statistics: show the most time intensive test steps (compilatio/r...
  • dd7fd78 Work around a test failure in Py3.10.
  • 66690e7 Fix string constant folding with language_level=2 (GH-4083)
  • 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.22 to 0.29.23.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.22...0.29.23)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from asvetlov and webknjaz as code owners April 15, 2021 06:09
@dependabot dependabot bot added autosquash dependencies Pull requests that update a dependency file labels Apr 15, 2021
@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #5617 (88205d3) into master (dbfa09d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5617   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          41       41           
  Lines        8865     8865           
  Branches     1425     1425           
=======================================
  Hits         8615     8615           
  Misses        133      133           
  Partials      117      117           
Flag Coverage Δ
unit 97.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbfa09d...88205d3. Read the comment docs.

@webknjaz webknjaz merged commit 9b441fb into master Apr 15, 2021
@webknjaz webknjaz deleted the dependabot/pip/cython-0.29.23 branch April 15, 2021 22:52
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [cython](https://github.com/cython/cython) from 0.29.22 to 0.29.23.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.22...0.29.23)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [cython](https://github.com/cython/cython) from 0.29.22 to 0.29.23.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.22...0.29.23)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosquash dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant