diff --git a/colorclass-2.2.0.tar.gz b/colorclass-2.2.0.tar.gz deleted file mode 100644 index af140cb..0000000 Binary files a/colorclass-2.2.0.tar.gz and /dev/null differ diff --git a/colorclass-2.2.2.tar.gz b/colorclass-2.2.2.tar.gz new file mode 100644 index 0000000..c2a287f Binary files /dev/null and b/colorclass-2.2.2.tar.gz differ diff --git a/python-colorclass.spec b/python-colorclass.spec index 5b2816e..c8ac301 100644 --- a/python-colorclass.spec +++ b/python-colorclass.spec @@ -2,7 +2,7 @@ %global sum Yet another ANSI color text library for Python Name: python-%{srcname} -Version: 2.2.0 +Version: 2.2.2 Release: 1 Summary: Yet another ANSI color text library for Python @@ -45,9 +45,11 @@ rm -rf colorclass.egg-info %files -n python3-%{srcname} %license LICENSE -%doc README.rst +%doc README.md %{python3_sitelib}/colorclass* %changelog +* Wed Sep 14 2022 Qiao Jijun - 2.2.2-1 +- Update to 2.2.2 * Fri Jul 2 2021 liuliang - 2.2.0-1 - Package init