From 203491b5a3adcc46dbafe8bed7c5bcf848a7cdd550e9f9e0648666bcad5a7518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Apr 2020 10:37:52 +0000 Subject: [PATCH] - Update to 3.0.0: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-quotes?expand=0&rev=11 --- flake8-quotes-2.1.0.tar.gz | 3 --- flake8-quotes-3.0.0.tar.gz | 3 +++ python-flake8-quotes.changes | 6 ++++++ python-flake8-quotes.spec | 13 ++++--------- 4 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 flake8-quotes-2.1.0.tar.gz create mode 100644 flake8-quotes-3.0.0.tar.gz diff --git a/flake8-quotes-2.1.0.tar.gz b/flake8-quotes-2.1.0.tar.gz deleted file mode 100644 index 12315b8..0000000 --- a/flake8-quotes-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dbaf668887873f28346fb87943d6da2e4b9f77ce9f2169cff21764a0a4934ed -size 12786 diff --git a/flake8-quotes-3.0.0.tar.gz b/flake8-quotes-3.0.0.tar.gz new file mode 100644 index 0000000..5c44539 --- /dev/null +++ b/flake8-quotes-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf +size 12865 diff --git a/python-flake8-quotes.changes b/python-flake8-quotes.changes index 454165c..a16ac66 100644 --- a/python-flake8-quotes.changes +++ b/python-flake8-quotes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 10:36:56 UTC 2020 - Tomáš Chvátal + +- Update to 3.0.0: + * no upstream changelog + ------------------------------------------------------------------- Sat Aug 3 14:27:22 UTC 2019 - Arun Persaud diff --git a/python-flake8-quotes.spec b/python-flake8-quotes.spec index d16b76b..3086e91 100644 --- a/python-flake8-quotes.spec +++ b/python-flake8-quotes.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-quotes # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-flake8-quotes -Version: 2.1.0 +Version: 3.0.0 Release: 0 Summary: Flake8 lint for quotes License: MIT Group: Development/Languages/Python URL: https://github.com/zheller/flake8-quotes/ Source: https://files.pythonhosted.org/packages/source/f/flake8-quotes/flake8-quotes-%{version}.tar.gz +BuildRequires: %{python_module flake8 >= 3.3.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-flake8 >= 3.3.0 BuildArch: noarch -%if %{with test} -BuildRequires: %{python_module flake8 >= 3.3.0} -BuildRequires: %{python_module pytest} -%endif %python_subpackages %description @@ -50,11 +47,9 @@ Flake8 Extension to lint for quotes. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check # Tests require access to stdin %pytest -s -k "not test_stdin" test -%endif %files %{python_files} %doc README.rst