diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 2bd51d7beb41d11abbeeb10033aefa99ec99ffb5..b6be17de69de5c97838a427c78694f956c044a4d 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-wcwidth -Version: 0.2.13 +Version: 0.2.14 Release: 1 Summary: A Python library that measures the width of unicode strings rendered to a terminal License: MIT @@ -85,6 +85,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 24 2025 wuzhaomin - 0.2.14-1 +- Update package with version 0.2.14 +- bugfix hyperlink to EastAsianWidth.txt +- fix typos and remove unused import +- fix some CI failures and warnings + + * Thu Feb 01 2024 xu_ping <707078654@qq.com> - 0.2.13-1 - Update package to version 0.2.13 diff --git a/wcwidth-0.2.13.tar.gz b/wcwidth-0.2.13.tar.gz deleted file mode 100644 index ea91f5c4820f7e65855a12cfcbb73abc07d8f067..0000000000000000000000000000000000000000 Binary files a/wcwidth-0.2.13.tar.gz and /dev/null differ diff --git a/wcwidth-0.2.14.tar.gz b/wcwidth-0.2.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..78e663725d96c619987bc4aa22911bb3d2a9af4b Binary files /dev/null and b/wcwidth-0.2.14.tar.gz differ