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 executor from 23.1 to 23.2 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps executor from 23.1 to 23.2.

Changelog

Sourced from executor's changelog.

Release 23.2_ (2020-11-19)

Enhancements:

  • Enable control of spinners with :func:.foreach() using the spinner keyword (previously this would result in :exc:~exceptions.TypeError exceptions).

Changes to Travis CI:

  • Stabilized the Python 3.5 job (testing requirements).

  • Stabilized the PyPy (2.7) job (:pypi:cryptography incantations).

  • Reordered the build matrix by descending runtime (to optimize total runtime).

  • Allow PyPy job failures without failing the complete Travis CI build, because failures in the PyPy job tend to be caused by PyPy incompatibilities.

    In fact I've seen hundreds of PyPy job failures on Travis CI over the years while developing my open source projects and less than 1% of these pertained to actual PyPy incompatibilities in the code bases I develop...

.. _Release 23.2: xolox/python-executor@23.1...23.2

Commits
  • ea14d75 Release 23.2: Enable foreach(..., spinner=False)
  • 3b8b6cc Improve foreach() docs, mention new spinner option
  • b93637d Travis CI: Reorder build matrix by descending runtime (to optimize total runt...
  • c198a38 Travis CI: Merge 'matrix' and 'jobs' sections (extrapolating intended usage)
  • 0f7854e Experiment: Allow Travis CI PyPy job to fail without failing the complete build
  • 357253c Try to stabilize Travis CI PyPy job
  • 36826ee Try to stabilize Travis CI Python 3.5 job
  • b508e0c Enable foreach(..., spinner=False)
  • See full diff 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2021
Bumps [executor](https://github.com/xolox/python-executor) from 23.1 to 23.2.
- [Release notes](https://github.com/xolox/python-executor/releases)
- [Changelog](https://github.com/xolox/python-executor/blob/master/CHANGELOG.rst)
- [Commits](xolox/python-executor@23.1...23.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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
Development

Successfully merging this pull request may close these issues.

0 participants