From e878886d1a05bdb984736540f6092e55dffc981bb749ac5bb098cddf89faea1a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Mar 2024 20:21:20 +0000 Subject: [PATCH] - 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 --- flake8-quotes-3.3.2.tar.gz | 3 --- flake8-quotes-3.4.0.tar.gz | 3 +++ python-flake8-quotes.changes | 13 ++++++++++--- python-flake8-quotes.spec | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 flake8-quotes-3.3.2.tar.gz create mode 100644 flake8-quotes-3.4.0.tar.gz diff --git a/flake8-quotes-3.3.2.tar.gz b/flake8-quotes-3.3.2.tar.gz deleted file mode 100644 index b9fb1a6..0000000 --- a/flake8-quotes-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e26892b632dacba517bf27219c459a8396dcfac0f5e8204904c5a4ba9b480e1 -size 12530 diff --git a/flake8-quotes-3.4.0.tar.gz b/flake8-quotes-3.4.0.tar.gz new file mode 100644 index 0000000..c4ee483 --- /dev/null +++ b/flake8-quotes-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad8492fb710a2d3eabe68c5f86a1428de650c8484127e14c43d0504ba30276c +size 14107 diff --git a/python-flake8-quotes.changes b/python-flake8-quotes.changes index 824dfdc..bd88722 100644 --- a/python-flake8-quotes.changes +++ b/python-flake8-quotes.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 25 20:20:38 UTC 2024 - Dirk Müller + +- update to 3.4.0: + * f strings + * python 3.12 support + ------------------------------------------------------------------- Mon Jan 2 16:39:55 UTC 2023 - Dirk Müller @@ -15,7 +22,7 @@ Sat Jan 15 15:42:47 UTC 2022 - Dirk Müller - 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 @@ -46,8 +53,8 @@ Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud Tue May 21 11:52:58 UTC 2019 - Marketa Calabkova - 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. diff --git a/python-flake8-quotes.spec b/python-flake8-quotes.spec index 2e8e083..22ab2ba 100644 --- a/python-flake8-quotes.spec +++ b/python-flake8-quotes.spec @@ -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