Commit graph

5103 commits

Author SHA1 Message Date
David Lord
a6007373b5
release version 2.3.3 (#5232) 2023-08-21 12:52:54 -07:00
David Lord
3205b53c7c
release version 2.3.3 2023-08-21 10:25:35 -07:00
David Lord
9f9550247a
bump werkzeug 2.3.7
use importlib.metadata.version
2023-08-21 10:12:54 -07:00
David Lord
0273664009
Update dispatch by path example (#5217) 2023-08-16 14:29:39 -07:00
David Lord
a887e179b8
clean up 2023-08-16 14:25:53 -07:00
pavithra
aa6d4c3e92
update dispatch-by-path example 2023-08-16 14:25:36 -07:00
David Lord
826514b8eb
fix flake8 bugbear findings 2023-08-16 13:37:56 -07:00
David Lord
6d266f6363
Pass maxsplit via kwarg to re.split (#5215) 2023-08-16 13:35:13 -07:00
hauntsaninja
17e146ad94
Pass maxsplit via kwarg to re.split 2023-08-16 13:33:13 -07:00
David Lord
8a72b74161
[pre-commit.ci] pre-commit autoupdate (#5211) 2023-08-01 09:17:47 -07:00
pre-commit-ci[bot]
7255be9626
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.10.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0)
2023-08-01 08:45:55 +00:00
David Lord
f215de030e
[pre-commit.ci] pre-commit autoupdate (#5187) 2023-07-04 06:18:22 -07:00
pre-commit-ci[bot]
65bc763634
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.7.0...v3.8.0)
2023-07-04 06:36:29 +00:00
David Lord
a0db890853
Update install.rst with required description (#5182) 2023-07-03 05:58:14 -07:00
Pamela Fox
11da927fd9
Update install.rst with required description 2023-07-03 05:51:06 -07:00
David Lord
09789f2a34
fix typo in errorhandling doc (#5180) 2023-06-29 17:28:25 -07:00
ToolMoney
aea13d5a10 fix typo in errorhandling doc 2023-06-29 17:20:35 -07:00
David Lord
f39c71609e
remove manifest.in 2023-06-27 14:18:18 -07:00
David Lord
3c85ec953f
use flit_core as build backend (#5177) 2023-06-27 14:17:46 -07:00
David Lord
6b9acd565c
switch docs to flit 2023-06-27 14:13:56 -07:00
David Lord
46b328854a
switch examples to flit 2023-06-27 14:13:56 -07:00
David Lord
f38f3a745a
switch to flit build backend 2023-06-27 14:13:56 -07:00
David Lord
d67c47b81f
simplify tox config
envs inherit base testenv
2023-06-27 08:29:41 -07:00
David Lord
8933d75443
update pypy test version 2023-06-27 07:41:15 -07:00
David Lord
aca7d5637d
update dependencies 2023-06-27 07:11:22 -07:00
David Lord
ec2b2394dc
update import of declarative_base from SQLAlchemy (#5171) 2023-06-21 09:32:37 -07:00
mohammad m. moniri
a7ae372f2f
update import of declarative_base from SQLAlchemy 2023-06-21 09:30:03 -07:00
David Lord
8e33b7b3e2
update werkzeug requirement 2023-06-09 09:41:17 -07:00
David Lord
4be9f52142
fix use of importlib.util.find_spec (#5161) 2023-06-09 09:38:59 -07:00
David Lord
bda295d37f
fix use of importlib.util.find_spec 2023-06-09 09:34:42 -07:00
David Lord
c8cf4694c6
unpin sphinx and sphinx-tabs 2023-06-08 14:33:16 -07:00
David Lord
9930b0fe8e
Python 3.12 compatibility (#5157) 2023-06-07 13:21:49 -07:00
David Lord
ed8ddb6a3a
update werkzeug to 2.3.5 2023-06-07 13:18:49 -07:00
David Lord
84e11a1e82
use importlib instead of pkgutil 2023-06-07 13:13:41 -07:00
David Lord
367e1df785
start version 2.3.3 2023-06-07 13:10:39 -07:00
David Lord
2be71d323d
[pre-commit.ci] pre-commit autoupdate (#5154) 2023-06-07 12:53:30 -07:00
David Lord
d614d6bf8c
ignore pytest ast warnings 2023-06-06 09:30:34 -07:00
pre-commit-ci[bot]
32d2f47ed1
[pre-commit.ci] pre-commit autoupdate
updates:
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
2023-06-06 09:26:43 -07:00
David Lord
7dbb2f7e05
retarget pre-commit.ci 2023-06-06 09:25:47 -07:00
David Lord
38f02e04f4
update metadata 2023-05-31 09:18:33 -07:00
David Lord
e7264776bd
update dependencies 2023-05-31 09:17:51 -07:00
David Lord
ae07dead24
Merge pull request #5140 from Jeroendevr/patch-1 2023-05-31 09:14:56 -07:00
Jeroendevr
0f477df86a
Config from Data Files to match from_file API
In the API docs using a TOML file to load config is referred to as https://flask.palletsprojects.com/en/2.3.x/api/#flask.Config.from_file

To keep docs consistent a small change to the config docs.
2023-05-24 11:13:36 +02:00
Pedro Guilherme S. Moreira
55332be325
docs: fix wrong JS syntax (#5136) 2023-05-18 14:33:44 +02:00
David Lord
b80baaf359
Merge pull request #5126 from pgjones/pathlike
Allow for PathLike types for config file variables
2023-05-14 09:43:35 -07:00
pgjones
2abb7513dc Allow for PathLike types for config file variables
This follows the Flask practice elsewhere and makes it clear PathLike
filenames are valid.
2023-05-14 16:09:25 +01:00
David Lord
4911012cf4
update workflows
update publish parameter names
remove pip update
2023-05-09 12:37:33 -07:00
David Lord
859d63902e
Merge pull request #5111 from pallets/update-tests
update tests
2023-05-02 10:41:41 -07:00
David Lord
0a00e1b608
use tmp_path instead of tmpdir 2023-05-02 10:38:27 -07:00
David Lord
1d7281fe07
remove egg test
eggs aren't supported, and Python 3.12 removes setuptools
2023-05-02 09:53:31 -07:00