File python3-wcwidth.changes of Package python3-wcwidth
-------------------------------------------------------------------
Sat Jul 2 22:26:10 UTC 2016 - arun@gmx.de
- update to version 0.1.7:
* Updated tables to Unicode Specification 9.0.0. (PR #18).
-------------------------------------------------------------------
Sun May 8 07:12:55 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Jan 16 20:52:42 UTC 2016 - arun@gmx.de
- specfile:
* update copyright year
* include license file in %doc
- update to version 0.1.6:
* Include LICENSE file in package distribution
-------------------------------------------------------------------
Sun Sep 27 00:08:23 UTC 2015 - arun@gmx.de
- 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.
-------------------------------------------------------------------
Wed May 6 15:17:14 UTC 2015 - toddrme2178@gmail.com
- Initial version