diff --git a/pylama-7.7.1.tar.gz b/pylama-7.7.1.tar.gz deleted file mode 100644 index 35eb738..0000000 Binary files a/pylama-7.7.1.tar.gz and /dev/null differ diff --git a/pylama-8.4.1.tar.gz b/pylama-8.4.1.tar.gz new file mode 100644 index 0000000..f75dda2 Binary files /dev/null and b/pylama-8.4.1.tar.gz differ diff --git a/python-pylama.spec b/python-pylama.spec index 9b8c7b5..7223662 100644 --- a/python-pylama.spec +++ b/python-pylama.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pylama -Version: 7.7.1 -Release: 3 +Version: 8.4.1 +Release: 1 Summary: Code audit tool for python License: LGPL-3.0 URL: https://pypi.org/project/pylama/ -Source0: https://files.pythonhosted.org/packages/8a/89/082aa9378e382bd8132c3a8a3ef09af71e1c8f5c00cef211583e476ba4df/pylama-7.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/8a/89/082aa9378e382bd8132c3a8a3ef09af71e1c8f5c00cef211583e476ba4df/pylama-8.4.1.tar.gz BuildArch: noarch %description Code audit tool for Python and JavaScript. @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 31 2023 sunhui - 8.4.1-1 +- Update package to version 8.4.1 + * Thu Aug 19 2021 wangxiyuan - 7.7.1-3 - Remove useless tests folder to avoid file conflict.