80d5e5974f
- 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
68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 0.1.8
|
|
* Unicode v12 and proj. maintenence
|
|
* remove static analysis
|
|
* EastAsianWidth v9 -> v12
|
|
* README and tox.ini
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 2 04:39:59 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Re-active test suite
|
|
- Remove test suite from runtime package
|
|
- Run fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 11:18:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix test macro expansion
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 6 10:10:27 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Drop devel dependency
|
|
- Install license file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 3 14:32:58 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Fix source URL.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Include in SLE 12 (bsc#1002895, FATE#321630)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 15:17:14 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|
|
+ Version 0.1.4
|