forked from pool/python-wcwidth
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 09efc1f51a | |||
| 507faa0586 | |||
| f4d256b436 | |||
| 7f05206a56 | |||
| e9a5085166 | |||
| 140ee6c1dd |
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 29 13:02:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.2.14
|
||||||
|
* Drop Support for Python 2.7 and 3.5. PR #117.
|
||||||
|
* Update tables to include Unicode Specifications 16.0.0 and
|
||||||
|
17.0.0. PR #146.
|
||||||
|
* Bugfix U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9
|
||||||
|
through 0.2.13 measured as 0. PR #149.
|
||||||
|
- Drop 0001-Don-t-use-codecs.open-on-Python-3.patch, merged upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 5 11:56:57 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- add 0001-Don-t-use-codecs.open-on-Python-3.patch to fix
|
||||||
|
deprecations for python 3.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 02:43:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 6 13:09:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 6 13:09:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wcwidth
|
# spec file for package python-wcwidth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-wcwidth
|
Name: python-wcwidth
|
||||||
Version: 0.2.13
|
Version: 0.2.14
|
||||||
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
|
||||||
URL: https://github.com/jquast/wcwidth
|
URL: https://github.com/jquast/wcwidth
|
||||||
Source: https://github.com/jquast/wcwidth/archive/%{version}.tar.gz#/wcwidth-%{version}.tar.gz
|
Source: https://github.com/jquast/wcwidth/archive/%{version}.tar.gz#/wcwidth-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -54,10 +56,10 @@ sed -i 's/--cov[-=a-z]*//g' tox.ini
|
|||||||
sed -i 's/looponfailroots.*//' tox.ini
|
sed -i 's/looponfailroots.*//' tox.ini
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -66,6 +68,7 @@ sed -i 's/looponfailroots.*//' tox.ini
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/intro.rst
|
%doc docs/intro.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/wcwidth
|
||||||
|
%{python_sitelib}/wcwidth-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
wcwidth-0.2.13.tar.gz
LFS
BIN
wcwidth-0.2.13.tar.gz
LFS
Binary file not shown.
3
wcwidth-0.2.14.tar.gz
Normal file
3
wcwidth-0.2.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3d1b4f2bf12f2bf9a759de9b1322c83367d199b3c7526191b8bfb54816bf0b0
|
||||||
|
size 94478
|
||||||
Reference in New Issue
Block a user