!2 Update package to version 0.3.0

From: @kirin_2_0 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-07 06:45:32 +00:00 committed by Gitee
commit f13c1c4b3b
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
click-repl-0.3.0.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-click-repl Name: python-click-repl
Version: 0.2.0 Version: 0.3.0
Release: 1 Release: 1
Summary: REPL plugin for Click Summary: REPL plugin for Click
License: MIT License: MIT
URL: https://github.com/untitaker/click-repl URL: https://github.com/untitaker/click-repl
Source0: https://files.pythonhosted.org/packages/60/30/11d3f09eff5ae3627bca79563855035e8d241444520500a3c7914eae6a74/click-repl-0.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/cb/a2/57f4ac79838cfae6912f997b4d1a64a858fb0c86d7fcaae6f7b58d267fca/click-repl-0.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -26,7 +26,7 @@ Provides: python3-click-repl-doc
REPL plugin for Click REPL plugin for Click
%prep %prep
%autosetup -n click-repl-0.2.0 %autosetup -n click-repl-0.3.0
%build %build
%py3_build %py3_build
@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jul 04 2023 niuyaru <niuyaru@kylinos.cn> - 0.3.0-1
- Update package to version 0.3.0
* Fri Sep 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.2.0-1 * Fri Sep 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.2.0-1
- Package init - Package init