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

Pyup bot #1

Open
wants to merge 843 commits into
base: master
Choose a base branch
from
Open

Pyup bot #1

wants to merge 843 commits into from

Conversation

aekkasit114
Copy link

Describe what this patch does to fix the issue.

Link to any relevant issues or pull requests.

@aekkasit114

@aekkasit114 aekkasit114 changed the title Thx Pyup bot Jun 7, 2020
dependabot-preview bot and others added 28 commits July 29, 2020 08:29
When loading the app fails for the --help command, only the error
message is shown, then the help text. The full traceback is shown for
other exceptions. Also show the message when loading fails while
getting a command, instead of only "command not found". The error
message goes to stderr to match other error behavior, and is in red
with an extra newline to make it more obvious next to the help text.

Also fixes an issue with the test_apps fixture that caused an imported
app to still be importable after the test was over and the path was
reset. Now the module cache is reset as well.
cleaner message when CLI can't load app
Commit 2ae740d probably inadvertently
changed to iterate over a set of "create_app", "make_app" to discover
application factory functions. As sets don't guarantee order,
differences in the implementation of the type can make it
non-deterministic which factory function is used if a project implements
both. Revert to using a tuple.

Signed-off-by: Nils Philippsen <[email protected]>
fixed #3738 typo in src/flask/blueprints.py
dependabot bot and others added 28 commits April 28, 2021 20:59
Add tips for using async on Windows on Python 3.8
…17.1

Bump python-dotenv from 0.17.0 to 0.17.1
This was required with the previous implementation of Werkzeug's
locals which didn't persist across threads. However as the current
implementation uses ContextVars which do persist the context copying
is no longer required.
Firstly `run_sync` was a misleading name as it didn't run anything,
instead I think `async_to_sync` is much clearer as it converts a
coroutine function to a function. (Name stolen from asgiref).

Secondly trying to run the ensure_sync during registration made the
code more complex and brittle, e.g. the _flask_async_wrapper
usage. This was done to pay any setup costs during registration rather
than runtime, however this only saved a iscoroutne check. It allows
the weirdness of the Blueprint and Scaffold ensure_sync methods to be
removed.

Switching to runtime ensure_sync usage provides a method for
extensions to also support async, as now documented.
It is better to encourage users to utilise the app ensure_sync method
(or the newely added async_to_sync method) so that any extensions that
alter these methods take affect throughout the users code.

With the helper method users code fix parts of their code to the
asgiref async_to_sync ignoring any extension changes.
updates:
- [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](asottile/pyupgrade@v2.13.0...v2.14.0)
- [github.com/psf/black: 21.4b0 → 21.4b2](psf/black@21.4b0...21.4b2)
updates:
- [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](asottile/pyupgrade@v2.14.0...v2.15.0)
- [github.com/psf/black: 21.4b2 → 21.5b1](psf/black@21.4b2...21.5b1)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)
@davidism davidism deleted the branch pyup-bot:master May 11, 2021 21:44
@davidism davidism deleted the master branch May 11, 2021 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.