!2 update to v2.2.2

From: @kylin-qiaojijun 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-09-14 03:55:55 +00:00 committed by Gitee
commit baaa7a8495
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 2 deletions

Binary file not shown.

BIN
colorclass-2.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global sum Yet another ANSI color text library for Python %global sum Yet another ANSI color text library for Python
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.2.0 Version: 2.2.2
Release: 1 Release: 1
Summary: Yet another ANSI color text library for Python Summary: Yet another ANSI color text library for Python
@ -45,9 +45,11 @@ rm -rf colorclass.egg-info
%files -n python3-%{srcname} %files -n python3-%{srcname}
%license LICENSE %license LICENSE
%doc README.rst %doc README.md
%{python3_sitelib}/colorclass* %{python3_sitelib}/colorclass*
%changelog %changelog
* Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 2.2.2-1
- Update to 2.2.2
* Fri Jul 2 2021 liuliang <liuliang1@kylinos.cn> - 2.2.0-1 * Fri Jul 2 2021 liuliang <liuliang1@kylinos.cn> - 2.2.0-1
- Package init - Package init