From e5f893c0ff34479283b4440ad96a3e05ec94386c3a5ba6f52a8e1e43312e255a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 Jul 2020 17:35:53 +0000 Subject: [PATCH] Accepting request 822775 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/822775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-quotes?expand=0&rev=13 --- flake8-quotes-3.0.0.tar.gz | 3 --- flake8-quotes-3.2.0.tar.gz | 3 +++ python-flake8-quotes.changes | 10 ++++++++++ python-flake8-quotes.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 flake8-quotes-3.0.0.tar.gz create mode 100644 flake8-quotes-3.2.0.tar.gz diff --git a/flake8-quotes-3.0.0.tar.gz b/flake8-quotes-3.0.0.tar.gz deleted file mode 100644 index 5c44539..0000000 --- a/flake8-quotes-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf -size 12865 diff --git a/flake8-quotes-3.2.0.tar.gz b/flake8-quotes-3.2.0.tar.gz new file mode 100644 index 0000000..163552e --- /dev/null +++ b/flake8-quotes-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e +size 13090 diff --git a/python-flake8-quotes.changes b/python-flake8-quotes.changes index a16ac66..75800ab 100644 --- a/python-flake8-quotes.changes +++ b/python-flake8-quotes.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 25 15:27:54 UTC 2020 - Arun Persaud + +- update to version 3.2.0: + * Fixed mistaking key access as docstring (#99) + * Added lint checks for main files (#79) + +- changes from version 3.1.0: + * Added quadruple quote ending support (#96) + ------------------------------------------------------------------- Thu Apr 16 10:36:56 UTC 2020 - Tomáš Chvátal diff --git a/python-flake8-quotes.spec b/python-flake8-quotes.spec index 3086e91..ae16aec 100644 --- a/python-flake8-quotes.spec +++ b/python-flake8-quotes.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-quotes -Version: 3.0.0 +Version: 3.2.0 Release: 0 Summary: Flake8 lint for quotes License: MIT