14
0

Accepting request 484364 from home:TheBlackCat:branches:devel:languages:python

Update to version 0.1.7

OBS-URL: https://build.opensuse.org/request/show/484364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=5
This commit is contained in:
Todd R
2017-04-01 21:39:52 +00:00
committed by Git OBS Bridge
parent bfc060d431
commit 5220803d9d
4 changed files with 41 additions and 20 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Apr 1 21:00:22 UTC 2017 - toddrme2178@gmail.com
- Update to version 0.1.7
* **Updated** tables to Unicode Specification 9.0.0. (`PR #18`_).
- Update to version 0.1.6
0.1.6 *2016-01-08 Production/Stable*
* ``LICENSE`` file now included with distribution.
- Update to version 0.1.5
* **Bugfix**:
Resolution of "combining_ character width" issue, most especially
those that previously returned -1 now often (correctly) return 0.
resolved by `Philip Craig`_ via `PR #11`_.
* **Deprecated**:
The module path ``wcwidth.table_comb`` is no longer available,
it has been superseded by module path ``wcwidth.table_zero``.
- Implement single-spec version
-------------------------------------------------------------------
Mon Jan 30 21:50:06 UTC 2017 - rjschwei@suse.com