diff --git a/python-vulture.spec b/python-vulture.spec index 09bcc0449b001c8d068801b014e51ac5274469ea..0e7af5571fd031104d5ac65ca53c186ef0a1d234 100644 --- a/python-vulture.spec +++ b/python-vulture.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-vulture -Version: 2.13 +Version: 2.14 Release: 1 Summary: Vulture finds unused code in Python programs. License: MIT @@ -68,6 +68,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 28 2025 lifeifei - 2.14-1 +- update package to 2.14 +- Improve reachability analysis +- Add type hints for `get_unused_code` and the fields of the `Item` class + * Tue Jul 2024 dongqi - 2.13-1 - Update package to version 2.13 - Add support for Python 3.13 diff --git a/vulture-2.13.tar.gz b/vulture-2.13.tar.gz deleted file mode 100644 index 831af45870fdc142584c3ee580b706af4c1da705..0000000000000000000000000000000000000000 Binary files a/vulture-2.13.tar.gz and /dev/null differ diff --git a/vulture-2.14.tar.gz b/vulture-2.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7612be15fe1641178ad3f7db0aeba4bfb6d29298 Binary files /dev/null and b/vulture-2.14.tar.gz differ