diff --git a/python-vulture.spec b/python-vulture.spec index c80614a58c55c86a9ee926134c4e802d472ff84b..0c7343a4b8dfcf6c67c86465b2850c1930cd2045 100644 --- a/python-vulture.spec +++ b/python-vulture.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vulture -Version: 2.3 +Version: 2.6 Release: 1 Summary: Vulture finds unused code in Python programs. License: MIT URL: https://github.com/jendrikseipp/vulture -Source0: https://files.pythonhosted.org/packages/30/8b/bf4765866521da744ca081f09184657c0dc4fd8ee910a2fd1043d2c7cd6e/vulture-2.3.tar.gz +Source0: https://files.pythonhosted.org/packages/b9/18/e51a6e575047d19dbcd7394f05b2afa6191fe9ce30bd5bcfb3f850501e0c/vulture-2.6.tar.gz BuildArch: noarch Requires: python3-toml @@ -28,7 +28,7 @@ Provides: python3-vulture-doc Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. %prep -%autosetup -n vulture-2.3 +%autosetup -n vulture-%{version} %build %py3_build @@ -62,11 +62,14 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-vulture -f filelist.lst -%dir %{python3_sitelib}/vulture/__pycache__/ +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Sep 26 2022 guozhengxin - 2.6-1 +- Upgrade package to version 2.6 + * Tue Oct 12 2021 Python_Bot - 2.3-1 - Package Init diff --git a/vulture-2.3.tar.gz b/vulture-2.3.tar.gz deleted file mode 100644 index 65e43e04736feec1d1de5aebf7138f43fbbbfb5e..0000000000000000000000000000000000000000 Binary files a/vulture-2.3.tar.gz and /dev/null differ diff --git a/vulture-2.6.tar.gz b/vulture-2.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f23ecc3655784ff4ec84b5d666415ab1a14a8bbc Binary files /dev/null and b/vulture-2.6.tar.gz differ