diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 5a17a39..ffebf41 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,6 +1,6 @@ Name: python-wcwidth -Version: 0.1.7 -Release: 10 +Version: 0.2.5 +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 @@ -42,11 +42,14 @@ string is expected to occupy. %files -n python3-wcwidth -%doc README.rst LICENSE.txt +%doc README.rst LICENSE %{python3_sitelib}/wcwidth %{python3_sitelib}/wcwidth-%{version}-py?.?.egg-info %changelog +* Mon Feb 1 2021 wutao - 0.2.5-1 +- upgrade to 0.2.5 + * Fri Jan 29 2021 Zhaorenhai - 0.1.7-10 - Remove python 2 package diff --git a/wcwidth-0.1.7.tar.gz b/wcwidth-0.1.7.tar.gz deleted file mode 100644 index dd9a929..0000000 Binary files a/wcwidth-0.1.7.tar.gz and /dev/null differ diff --git a/wcwidth-0.2.5.tar.gz b/wcwidth-0.2.5.tar.gz new file mode 100644 index 0000000..3bfe754 Binary files /dev/null and b/wcwidth-0.2.5.tar.gz differ