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

MAINT: Bump cython from 0.29.22 to 0.29.23 #18807

Merged
merged 1 commit into from
Apr 19, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 19, 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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-preview[bot] <support@dependabot.com>
@mattip
Copy link
Member

mattip commented Apr 19, 2021

Do we care that test_requirements.txt (which pins to a specific version, in this PR updated to exactly 0.29.23) is slightly different than pyprject.toml (which wants cython>=0.29.21,<3.0)? It seems in CI and in tox.ini we use the test_requirements.txt, maybe we should move away from that and prefer pyroject.toml instead.

@charris
Copy link
Member

charris commented Apr 19, 2021

I like the requirements files as they are easy to use with pip. We will need 0.29.23 for Python 3.10. It looks like dependabot supports pyproject.toml files these days, maybe we can use it to maintain both.

@charris charris merged commit 803224c into main Apr 19, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cython-0.29.23 branch April 19, 2021 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants