14
0
2022-03-15 17:49:22 +00:00
committed by Git OBS Bridge
parent ce963b6a93
commit d9de9d703a
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 14 21:41:27 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 2.31.1:
- dont rewrite universal_newlines if text or **kwargs present
- upgrade flake8-typing-imports
Committed via https://github.com/asottile/all-repos
- drop python3.6 support
python 3.6 reached end of life on 2021-12-23
Committed via https://github.com/asottile/all-repos
- remove --fail-under from tox (covdefaults handles this)
Committed via https://github.com/asottile/all-repos
- Use diff syntax in more places in the docs
- update to version 2.31.0:
- rewrite string formatting with **locals()
-------------------------------------------------------------------
Mon Jan 3 11:37:47 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>