Sync from SUSE:SLFO:Main python-wcwidth revision dbbe19f5ed6c3e2e5d90d696333a85a2

This commit is contained in:
Adrian Schröter 2024-12-13 12:37:08 +01:00
parent b945c09797
commit 23bad8d927
4 changed files with 44 additions and 12 deletions

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Jan 6 13:09:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.2.13:
* Bugfix zero-width support for Hangul Jamo (Korean) #111
-------------------------------------------------------------------
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>
- use actual package name for importlib-metadata requires
-------------------------------------------------------------------
Fri Apr 21 12:38:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-wcwidth
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-wcwidth
Version: 0.2.6
Version: 0.2.13
Release: 0
Summary: Number of Terminal column cells of wide-character codes
License: MIT
@ -30,7 +30,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%if %python_version_nodots < 38
Requires: python-importlib_metadata
Requires: python-importlib-metadata
%endif
%python_subpackages

BIN
wcwidth-0.2.13.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wcwidth-0.2.6.tar.gz (Stored with Git LFS)

Binary file not shown.