forked from pool/python-ansel
- version update to 0.2.0
* Improve encoding (~50%) and decoding (~25%) performance.
* Fix handling of combining characters that occur at the end of a file or before
a control character. In those cases an implicit space (`U+0020`) is
introduced.
- do not require pytest-runner, it is not needed
OBS-URL: https://build.opensuse.org/request/show/932529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansel?expand=0&rev=6
20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 19 12:29:38 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 0.2.0
|
|
* Improve encoding (~50%) and decoding (~25%) performance.
|
|
* Fix handling of combining characters that occur at the end of a file or before
|
|
a control character. In those cases an implicit space (`U+0020`) is
|
|
introduced.
|
|
- do not require pytest-runner, it is not needed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 17 06:14:44 UTC 2021 - pgajdos@suse.com
|
|
|
|
- use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 31 01:30:30 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.1
|