Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vulture for openSUSE:Factory checked in at 2026-03-22 14:12:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vulture (Old) and /work/SRC/openSUSE:Factory/.python-vulture.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vulture" Sun Mar 22 14:12:53 2026 rev:14 rq:1341733 version:2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vulture/python-vulture.changes 2025-06-24 20:53:10.322229853 +0200 +++ /work/SRC/openSUSE:Factory/.python-vulture.new.8177/python-vulture.changes 2026-03-22 14:14:21.778673891 +0100 @@ -1,0 +2,14 @@ +Sat Mar 14 19:32:28 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.15: + * Handle `while True` loops without `break` statements + (kreathon). + * Add whitelist for `ssl.SSLContext` (tunnelsociety, #392). + * Add more ruff rules (even-even). + * Drop support for Python 3.8 (Jendrik Seipp, #398). + * Add support for Python 3.14 (even-even). + * Improve reachability analysis (kreathon, #270, #302). + * Add type hints for `get_unused_code` and the fields of the + `Item` class (John Doknjas, #361). + +------------------------------------------------------------------- Old: ---- vulture-2.13.tar.gz New: ---- vulture-2.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vulture.spec ++++++ --- /var/tmp/diff_new_pack.su9OQu/_old 2026-03-22 14:14:22.538705154 +0100 +++ /var/tmp/diff_new_pack.su9OQu/_new 2026-03-22 14:14:22.542705318 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-vulture # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # 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.13 +Version: 2.15 Release: 0 Summary: Python module for finding dead code License: MIT @@ -35,6 +35,7 @@ # SECTION test requirements BuildRequires: %{python_module pytest > 3.2.3} BuildRequires: %{python_module Pint} +BuildRequires: %{python_module pytest-cov} # /SECTION %python_subpackages @@ -71,7 +72,7 @@ %check rm setup.cfg -%pytest +%pytest -k 'not test_pytype' %post %python_install_alternative vulture @@ -83,6 +84,7 @@ %doc CHANGELOG.md README.md %license LICENSE.txt %python_alternative %{_bindir}/vulture +%{python_sitelib}/dev %{python_sitelib}/vulture %{python_sitelib}/vulture-%{version}.dist-info ++++++ vulture-2.13.tar.gz -> vulture-2.15.tar.gz ++++++ ++++ 3498 lines of diff (skipped)
