From 80d5e5974f5d279693c0e5b107d2a58e7b6061f147e5551b92c51869a718ed10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 25 Mar 2020 15:11:54 +0000 Subject: [PATCH] Accepting request 788229 from home:pgajdos:python - version update to 0.1.9 * Performance optimization by @avylove , PR #35. * Updated tables to Unicode Specification 13.0.0. OBS-URL: https://build.opensuse.org/request/show/788229 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=17 --- python-wcwidth.changes | 7 +++++++ python-wcwidth.spec | 8 +++----- wcwidth-0.1.8.tar.gz | 3 --- wcwidth-0.1.9.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 wcwidth-0.1.8.tar.gz create mode 100644 wcwidth-0.1.9.tar.gz 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