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
This commit is contained in:
Tomáš Chvátal 2020-03-25 15:11:54 +00:00 committed by Git OBS Bridge
parent b74e56463a
commit 80d5e5974f
4 changed files with 13 additions and 8 deletions

View File

@ -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 <mcalabkova@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8
size 19957

3
wcwidth-0.1.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1
size 24764