From d3dd1969e273b94d43800e42f417f80a3aa90cf3855d4afaa38d3833bc5f9f80 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:42:05 +0000 Subject: [PATCH] - Update to 1.3.0: * Warn about "string %i" % 33 which was previously ignored. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pep3101?expand=0&rev=3 --- flake8-pep3101-1.2.1.tar.gz | 3 --- flake8-pep3101-1.3.0.tar.gz | 3 +++ python-flake8-pep3101.changes | 6 ++++++ python-flake8-pep3101.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 flake8-pep3101-1.2.1.tar.gz create mode 100644 flake8-pep3101-1.3.0.tar.gz diff --git a/flake8-pep3101-1.2.1.tar.gz b/flake8-pep3101-1.2.1.tar.gz deleted file mode 100644 index 75d1a3d..0000000 --- a/flake8-pep3101-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:493821d6bdd083794eb0691ebe5b68e5c520b622b269d60e54308fb97440e21a -size 13297 diff --git a/flake8-pep3101-1.3.0.tar.gz b/flake8-pep3101-1.3.0.tar.gz new file mode 100644 index 0000000..4035252 --- /dev/null +++ b/flake8-pep3101-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e3eb4e42de8326dcd98ebdeaf9a3c6854203a48f34aeb3e7e8ed948107f512 +size 11959 diff --git a/python-flake8-pep3101.changes b/python-flake8-pep3101.changes index e283d8d..5ebf6e1 100644 --- a/python-flake8-pep3101.changes +++ b/python-flake8-pep3101.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 10:40:00 UTC 2020 - Tomáš Chvátal + +- Update to 1.3.0: + * Warn about "string %i" % 33 which was previously ignored. + ------------------------------------------------------------------- Thu Feb 21 07:00:25 PM UTC 2019 - John Vandenberg diff --git a/python-flake8-pep3101.spec b/python-flake8-pep3101.spec index bed5633..249b561 100644 --- a/python-flake8-pep3101.spec +++ b/python-flake8-pep3101.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-pep3101 # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-pep3101 -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Checks for old string formatting License: GPL-2.0-only @@ -51,7 +51,7 @@ Checks for old string formatting. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest run_tests.py %files %{python_files} %doc CHANGES.rst README.rst