From 140ee6c1ddf1cb245e0109d833bb75fd767bf7927fe1b27e1933dcd365644c0c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 13 Jun 2025 02:46:43 +0000 Subject: [PATCH] - Switch to pyproject macros. - No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=50 --- .gitattributes | 23 +++++ .gitignore | 1 + python-wcwidth.changes | 190 +++++++++++++++++++++++++++++++++++++++++ python-wcwidth.spec | 74 ++++++++++++++++ wcwidth-0.2.13.tar.gz | 3 + 5 files changed, 291 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-wcwidth.changes create mode 100644 python-wcwidth.spec create mode 100644 wcwidth-0.2.13.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-wcwidth.changes b/python-wcwidth.changes new file mode 100644 index 0000000..1d87d17 --- /dev/null +++ b/python-wcwidth.changes @@ -0,0 +1,190 @@ +------------------------------------------------------------------- +Fri Jun 13 02:43:13 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- +Sat Jan 6 13:09:08 UTC 2024 - Dirk Müller + +- 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 + +- 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 + +- use actual package name for importlib-metadata requires + +------------------------------------------------------------------- +Fri Apr 21 12:38:39 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:45:51 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Tue Jan 17 06:29:30 UTC 2023 - Steve Kowalik + +- Update to 0.2.6: + * Fix example for str.rjust(20, '_') + * Add CodeQL workflow for GitHub code scanning + * Switch to using importlib.metadata + * Use a new jinja2 templating process to update library to latest unicode +- Drop patch remove-pkg_resources.patch. +- Remove Python 2 gubbins. + +------------------------------------------------------------------- +Wed Nov 23 10:03:23 UTC 2022 - Johannes Kastl + +- add explicit Requires for python-importlib_metadata for Python < 3.8 + +------------------------------------------------------------------- +Mon Jul 18 13:40:16 UTC 2022 - Steve Kowalik + +- Add patch remove-pkg_resources.patch: + * Use importlib.metadata rather than pkg_resources. +- Since importlib.metadata is not as a stickler as pkg_resources is, remove + multibuild. + +------------------------------------------------------------------- +Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux + +- Fix the %doc files. README.rst is a symlink pointing to + docs/intro.rst. + +------------------------------------------------------------------- +Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova + +- Remove nonsense keyword (breaks pytest) + +------------------------------------------------------------------- +Fri Jul 17 07:47:05 UTC 2020 - Dirk Mueller + +- update to 0.2.5 + * Do not depend on pkg_resources module for list_versions() function. + +------------------------------------------------------------------- +Sun Jun 14 09:00:42 UTC 2020 - Dirk Mueller + +- update to 0.2.4 + * minor "bugfix" to avoid using pkg_resources module on import, 7918f58 + * may help xonsh xonsh/xonsh#3607 + +------------------------------------------------------------------- +Mon Jun 8 13:45:57 UTC 2020 - Dirk Mueller + +- update to 0.2.3 + * add tests + +------------------------------------------------------------------- +Mon Jun 8 07:13:36 UTC 2020 - Tomáš Chvátal + +- Add missing python2 dependency for Leap to work + +------------------------------------------------------------------- +Tue Jun 2 06:52:39 UTC 2020 - Marketa Calabkova + +- Update to version 0.2.2 + * Enhancement: Unicode version may be selected by exporting the + Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. + See the jquast/ucs-detect CLI utility for automatic detection. + * Enhancement: API Documentation is published to readthedocs.org. + * Updated tables for all Unicode Specifications with files published + in a programmatically consumable format. + +------------------------------------------------------------------- +Wed May 6 02:25:29 UTC 2020 - Steve Kowalik + +- Convert to multibuild to break a self-requires loop. + +------------------------------------------------------------------- +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 + +- 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 + +- Re-active test suite +- Remove test suite from runtime package +- Run fdupes + +------------------------------------------------------------------- +Thu Mar 7 11:18:22 UTC 2019 - Tomáš Chvátal + +- Fix test macro expansion + +------------------------------------------------------------------- +Thu Sep 6 10:10:27 UTC 2018 - Tomáš Chvátal + +- 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 diff --git a/python-wcwidth.spec b/python-wcwidth.spec new file mode 100644 index 0000000..e754a28 --- /dev/null +++ b/python-wcwidth.spec @@ -0,0 +1,74 @@ +# +# spec file for package python-wcwidth +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-wcwidth +Version: 0.2.13 +Release: 0 +Summary: Number of Terminal column cells of wide-character codes +License: MIT +URL: https://github.com/jquast/wcwidth +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 setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +%if %python_version_nodots < 38 +Requires: python-importlib-metadata +%endif +%python_subpackages + +%description +This API is mainly for Terminal Emulator implementors -- any python +program that attempts to determine the printable width of a string on +a Terminal. It is implemented in python (no C library calls) and has +no 3rd-party dependencies. + +It is certainly possible to use your Operating System's wcwidth(3) +and wcswidth(3) calls if it is POSIX-conforming, but this would not +be possible on non-POSIX platforms, such as Windows, or for +alternative Python implementations, such as jython. It is also +commonly many releases older than the most current Unicode Standard +release files, which this project aims to track. + +%prep +%autosetup -p1 -n wcwidth-%{version} +sed -i 's/--cov[-=a-z]*//g' tox.ini +# this option is nonsense +sed -i 's/looponfailroots.*//' tox.ini + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest tests + +%files %{python_files} +%license LICENSE +%doc docs/intro.rst +%{python_sitelib}/wcwidth +%{python_sitelib}/wcwidth-%{version}.dist-info + +%changelog diff --git a/wcwidth-0.2.13.tar.gz b/wcwidth-0.2.13.tar.gz new file mode 100644 index 0000000..cde1a1a --- /dev/null +++ b/wcwidth-0.2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144f41dc91f1cee91e59ad3af58d0dd119279b897742a5a0579d958a128506a7 +size 93790