- update to 0.2.12:
* Include tests files in the source distribution (PR #98, PR * **Bugfix** accounting of some kinds of emoji sequences using U+FE0F * Variation Selector 16 (PR #97). * **Bugfix** zero-width characters used in Emoji ZWJ sequences, Balinese, Jamo, Devanagari, Tamil, Kannada and others (PR #91). * Include requirements files in the source distibution (PR #83). * Update Unicode version to 15.1.0 * Add testing support for Python 3.12 * Update README * Update requirements * Enable GitHub Actions CI * Prepare release 0.2.7 * Update tox envs in README * Include bin, docs, and tox.ini in the source distribution multibuild. * Enhancement: Unicode version may be selected by exporting the Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. * Updated tables for all Unicode Specifications with files published - Convert to multibuild to break a self-requires loop. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=46
This commit is contained in:
parent
45691da031
commit
7a3e9aac97
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 09:09:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.2.12:
|
||||||
|
* Include tests files in the source distribution (PR #98, PR
|
||||||
|
* **Bugfix** accounting of some kinds of emoji sequences using
|
||||||
|
U+FE0F
|
||||||
|
* Variation Selector 16 (PR #97).
|
||||||
|
* **Bugfix** zero-width characters used in Emoji ZWJ sequences,
|
||||||
|
Balinese, Jamo, Devanagari, Tamil, Kannada and others (PR #91).
|
||||||
|
* Include requirements files in the source distibution (PR
|
||||||
|
#83).
|
||||||
|
* Update Unicode version to 15.1.0
|
||||||
|
* Add testing support for Python 3.12
|
||||||
|
* Update README
|
||||||
|
* Update requirements
|
||||||
|
* Enable GitHub Actions CI
|
||||||
|
* Prepare release 0.2.7
|
||||||
|
* Update tox envs in README
|
||||||
|
* Include bin, docs, and tox.ini in the source distribution
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 11:09:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Aug 7 11:09:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-wcwidth
|
Name: python-wcwidth
|
||||||
Version: 0.2.6
|
Version: 0.2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Number of Terminal column cells of wide-character codes
|
Summary: Number of Terminal column cells of wide-character codes
|
||||||
License: MIT
|
License: MIT
|
||||||
|
3
wcwidth-0.2.12.tar.gz
Normal file
3
wcwidth-0.2.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3804cb69896ef6ccbf3393244c2127066551b66019739c940f67d364c4bf3fa
|
||||||
|
size 92539
|
BIN
wcwidth-0.2.6.tar.gz
(Stored with Git LFS)
BIN
wcwidth-0.2.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user