15
0

Accepting request 1046240 from devel:languages:python

- update to 2.1.0:
  * Honor `--builtins` option from flake8

OBS-URL: https://build.opensuse.org/request/show/1046240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-builtins?expand=0&rev=6
This commit is contained in:
2023-01-03 14:05:04 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5
size 15721

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4
size 15790

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 2 16:38:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1.0:
* Honor `--builtins` option from flake8
-------------------------------------------------------------------
Thu Dec 15 21:10:42 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-builtins
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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-%{**}}
%define skip_python2 1
Name: python-flake8-builtins
Version: 2.0.1
Version: 2.1.0
Release: 0
Summary: Flake8 Builtins plugin
License: GPL-2.0-only
@@ -29,10 +29,10 @@ BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-flake8 >= 6.0.0
Requires: python-flake8 >= 5.0.4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module flake8 >= 6.0.0}
BuildRequires: %{python_module flake8 >= 5.0.4}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module hypothesmith}
BuildRequires: %{python_module pytest}