15
0

- 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
This commit is contained in:
Tomáš Chvátal
2020-04-16 10:42:05 +00:00
committed by Git OBS Bridge
parent ea6bbc7b11
commit d3dd1969e2
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 10:40:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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