Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-wcwidth-0.2.6-150400.10.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-wcwidth Distribution: SUSE Linux Enterprise 15
Version: 0.2.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.10.3.1 Build date: Wed Oct 25 11:18:55 2023
Group: Unspecified Build host: h01-ch3c
Size: 508069 Source RPM: python-wcwidth-0.2.6-150400.10.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/jquast/wcwidth
Summary: Number of Terminal column cells of wide-character codes
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.

Provides

Requires

License

MIT

Changelog

* Mon Aug 07 2023 dmueller@suse.com
  - use actual package name for importlib-metadata requires
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Tue Jan 17 2023 steven.kowalik@suse.com
  - 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 2022 kastl@b1-systems.de
  - add explicit Requires for python-importlib_metadata for Python < 3.8
* Mon Jul 18 2022 steven.kowalik@suse.com
  - 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 02 2021 christophe@krop.fr
  - Fix the %doc files. README.rst is a symlink pointing to
    docs/intro.rst.
* Mon Oct 12 2020 mcalabkova@suse.com
  - Remove nonsense keyword (breaks pytest)
* Fri Jul 17 2020 dmueller@suse.com
  - update to 0.2.5
    * Do not depend on pkg_resources module for list_versions() function.
* Sun Jun 14 2020 dmueller@suse.com
  - update to 0.2.4
    * minor "bugfix" to avoid using pkg_resources module on import, 7918f58
    * may help xonsh xonsh/xonsh#3607
* Mon Jun 08 2020 dmueller@suse.com
  - update to 0.2.3
    * add tests
* Mon Jun 08 2020 tchvatal@suse.com
  - Add missing python2 dependency for Leap to work
* Tue Jun 02 2020 mcalabkova@suse.com
  - 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 06 2020 steven.kowalik@suse.com
  - Convert to multibuild to break a self-requires loop.
* Wed Mar 25 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 06 2020 mcalabkova@suse.com
  - update to 0.1.8
    * Unicode v12 and proj. maintenence
    * remove static analysis
    * EastAsianWidth v9 -> v12
    * README and tox.ini
* Wed Oct 02 2019 jayvdb@gmail.com
  - Re-active test suite
  - Remove test suite from runtime package
  - Run fdupes
* Thu Mar 07 2019 tchvatal@suse.com
  - Fix test macro expansion
* Thu Sep 06 2018 tchvatal@suse.com
  - Drop devel dependency
  - Install license file
* Mon Apr 03 2017 toddrme2178@gmail.com
  - Fix source URL.
* Sat Apr 01 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 2017 rjschwei@suse.com
  - Include in SLE 12 (bsc#1002895, FATE#321630)
* Wed May 06 2015 toddrme2178@gmail.com
  - Initial version
    + Version 0.1.4

Files

/usr/lib/python3.11/site-packages/wcwidth
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/wcwidth-0.2.6-py3.11.egg-info/zip-safe
/usr/lib/python3.11/site-packages/wcwidth/__init__.py
/usr/lib/python3.11/site-packages/wcwidth/__pycache__
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/table_wide.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/table_wide.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/table_zero.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/table_zero.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/unicode_versions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/unicode_versions.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/wcwidth.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcwidth/__pycache__/wcwidth.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcwidth/table_wide.py
/usr/lib/python3.11/site-packages/wcwidth/table_zero.py
/usr/lib/python3.11/site-packages/wcwidth/unicode_versions.py
/usr/lib/python3.11/site-packages/wcwidth/wcwidth.py
/usr/share/doc/packages/python311-wcwidth
/usr/share/doc/packages/python311-wcwidth/intro.rst
/usr/share/licenses/python311-wcwidth
/usr/share/licenses/python311-wcwidth/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024