forked from pool/python-vulture
- update to 2.11:
* Switch to tomllib/tomli to support heterogeneous arrays * Bump flake8, flake8-comprehensions and flake8-bugbear * Provide whitelist parity for `MagicMock` and `Mock` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vulture?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 11:11:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.11:
|
||||
* Switch to tomllib/tomli to support heterogeneous arrays
|
||||
* Bump flake8, flake8-comprehensions and flake8-bugbear
|
||||
* Provide whitelist parity for `MagicMock` and `Mock`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 16:54:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-vulture
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-vulture
|
||||
Version: 2.10
|
||||
Version: 2.11
|
||||
Release: 0
|
||||
Summary: Python module for finding dead code
|
||||
License: MIT
|
||||
@@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Pint
|
||||
Requires: python-toml
|
||||
Requires: python-tomli
|
||||
Requires: python-typing-extensions
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
@@ -37,7 +37,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest > 3.2.3}
|
||||
BuildRequires: %{python_module Pint}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: %{python_module tomli}
|
||||
BuildRequires: %{python_module typing-extensions}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a5c3160bffba77595b6e6dfcc412016bd2a09cd4b66cdf7fbba913684899f6f
|
||||
size 54692
|
||||
3
vulture-2.11.tar.gz
Normal file
3
vulture-2.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2
|
||||
size 55532
|
||||
Reference in New Issue
Block a user