diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 69cebc4..2bd51d7 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wcwidth -Version: 0.2.6 +Version: 0.2.13 Release: 1 Summary: A Python library that measures the width of unicode strings rendered to a terminal License: MIT URL: https://github.com/jquast/wcwidth -Source0: https://files.pythonhosted.org/packages/5e/5f/1e4bd82a9cc1f17b2c2361a2d876d4c38973a997003ba5eb400e8a932b6c/wcwidth-0.2.6.tar.gz +Source0: https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz BuildArch: noarch %description @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 01 2024 xu_ping <707078654@qq.com> - 0.2.13-1 +- Update package to version 0.2.13 + * Fri Mar 17 2023 wangjunqi - 0.2.6-1 - Update package to version 0.2.6 diff --git a/wcwidth-0.2.13.tar.gz b/wcwidth-0.2.13.tar.gz new file mode 100644 index 0000000..ea91f5c Binary files /dev/null and b/wcwidth-0.2.13.tar.gz differ diff --git a/wcwidth-0.2.6.tar.gz b/wcwidth-0.2.6.tar.gz deleted file mode 100644 index e2dbc56..0000000 Binary files a/wcwidth-0.2.6.tar.gz and /dev/null differ