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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e26892b632dacba517bf27219c459a8396dcfac0f5e8204904c5a4ba9b480e1
size 12530

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad8492fb710a2d3eabe68c5f86a1428de650c8484127e14c43d0504ba30276c
size 14107

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.

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-quotes
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-flake8-quotes
Version: 3.3.2
Version: 3.4.0
Release: 0
Summary: Flake8 lint for quotes
License: MIT