!7 update package to version 8.4.1

From: @S--Sh 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-07-31 02:24:58 +00:00 committed by Gitee
commit 9721852587
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pylama-8.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pylama Name: python-pylama
Version: 7.7.1 Version: 8.4.1
Release: 3 Release: 1
Summary: Code audit tool for python Summary: Code audit tool for python
License: LGPL-3.0 License: LGPL-3.0
URL: https://pypi.org/project/pylama/ 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 BuildArch: noarch
%description %description
Code audit tool for Python and JavaScript. Code audit tool for Python and JavaScript.
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 31 2023 sunhui <sunhui@kylinos.cn> - 8.4.1-1
- Update package to version 8.4.1
* Thu Aug 19 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 7.7.1-3 * Thu Aug 19 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 7.7.1-3
- Remove useless tests folder to avoid file conflict. - Remove useless tests folder to avoid file conflict.