15
0

- update to 3.4.0:

* f strings
  * python 3.12 support
  * python 2 removed
  * We automatically encourage avoiding escaping quotes as per
    PEP 8. To disable this, use --no-avoid-escape (can be used

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-quotes?expand=0&rev=21
This commit is contained in:
2024-03-25 20:21:20 +00:00
committed by Git OBS Bridge
parent 0e07530964
commit e878886d1a
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 25 20:20:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* f strings
* python 3.12 support
-------------------------------------------------------------------
Mon Jan 2 16:39:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -15,7 +22,7 @@ Sat Jan 15 15:42:47 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.3.1
* python 3.9/3.10 added
* python 2 removed
* python 2 removed
-------------------------------------------------------------------
Sat Jul 25 15:27:54 UTC 2020 - Arun Persaud <arun@gmx.de>
@@ -46,8 +53,8 @@ Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud <arun@gmx.de>
Tue May 21 11:52:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.0.1
* We automatically encourage avoiding escaping quotes as per
PEP 8. To disable this, use --no-avoid-escape (can be used
* We automatically encourage avoiding escaping quotes as per
PEP 8. To disable this, use --no-avoid-escape (can be used
in configuration file via avoid-escape).
* Add note about warning.