From 6e90c34e1371b78a8d89c3fe2cabde5a47674b2f151c0da712964000ec8fb15d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Jan 2024 11:11:54 +0000 Subject: [PATCH] - 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 --- python-vulture.changes | 8 ++++++++ python-vulture.spec | 8 ++++---- vulture-2.10.tar.gz | 3 --- vulture-2.11.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 vulture-2.10.tar.gz create mode 100644 vulture-2.11.tar.gz diff --git a/python-vulture.changes b/python-vulture.changes index 5655325..ba3365f 100644 --- a/python-vulture.changes +++ b/python-vulture.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 21 11:11:02 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-vulture.spec b/python-vulture.spec index 70833a1..38f5c7a 100644 --- a/python-vulture.spec +++ b/python-vulture.spec @@ -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 diff --git a/vulture-2.10.tar.gz b/vulture-2.10.tar.gz deleted file mode 100644 index a5458bd..0000000 --- a/vulture-2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a5c3160bffba77595b6e6dfcc412016bd2a09cd4b66cdf7fbba913684899f6f -size 54692 diff --git a/vulture-2.11.tar.gz b/vulture-2.11.tar.gz new file mode 100644 index 0000000..be27d7c --- /dev/null +++ b/vulture-2.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2 +size 55532