diff --git a/python-wcwidth.changes b/python-wcwidth.changes index e78b799..481019c 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 25 14:31:41 UTC 2020 - pgajdos@suse.com + +- version update to 0.1.9 + * Performance optimization by @avylove , PR #35. + * Updated tables to Unicode Specification 13.0.0. + ------------------------------------------------------------------- Thu Feb 6 14:56:55 UTC 2020 - Marketa Calabkova diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 6ba775a..a0e1932 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wcwidth -Version: 0.1.8 +Version: 0.1.9 Release: 0 Summary: Number of Terminal column cells of wide-character codes License: MIT Group: Development/Languages/Python URL: https://github.com/jquast/wcwidth Source: https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,9 +60,7 @@ release files, which this project aims to track. } %check -pushd wcwidth/tests -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} test*.py -popd +%pytest %files %{python_files} %license LICENSE.txt diff --git a/wcwidth-0.1.8.tar.gz b/wcwidth-0.1.8.tar.gz deleted file mode 100644 index 7748d08..0000000 --- a/wcwidth-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8 -size 19957 diff --git a/wcwidth-0.1.9.tar.gz b/wcwidth-0.1.9.tar.gz new file mode 100644 index 0000000..2f56dd8 --- /dev/null +++ b/wcwidth-0.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1 +size 24764