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

python311-jaraco.text-3.12.0-150400.9.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-jaraco.text Distribution: SUSE Linux Enterprise 15
Version: 3.12.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.1 Build date: Thu Feb 22 15:00:10 2024
Group: Unspecified Build host: h01-ch3d
Size: 61701 Source RPM: python-jaraco.text-3.12.0-150400.9.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/jaraco/jaraco.text
Summary: Tools to work with text
This package provides handy routines for dealing with text, such as
wrapping, substitution, trimming, stripping, prefix and suffix removal,
line continuation, indentation, comment processing, identifier processing,
values parsing, case insensitive comparison, and more.

Provides

Requires

License

MIT

Changelog

* Sun Dec 17 2023 dmueller@suse.com
  - update to 3.12.0:
    * Require Python 3.8 or later.
* Sat Jun 10 2023 ecsos@opensuse.org
  - Fix build error.
* Thu Jun 01 2023 dmueller@suse.com
  - use python3 module python for sle15
* Tue May 09 2023 dmueller@suse.com
  - update to 3.11.1:
    * Fixed ``EncodingWarnings`` when reading/writing text.
* Tue Dec 06 2022 yarunachalam@suse.com
  - Update to version 3.11.0
    * Added strip-prefix script.
* Tue Oct 25 2022 mcepl@suse.com
  - Update to 3.10.0:
    - Prefer casefold in FoldedCase.
* Thu Aug 18 2022 code@bnavigator.de
  - Update to v3.9.1
    * #10: Fixed broken tests in ``read_newlines`` and
    ``show-newlines``.
  - Release 3.9.0
    * Add ``jaraco.text.show-newlines`` script.
  - Release 3.8.1
    * Refreshed packaging.
* Tue Jun 28 2022 adrian@suse.de
  - Update to version 3.8.0:
    * Added ``layouts`` module and ``to-qwerty`` and ``to-dvorak`` scripts.
    * Introducing ``yield_lines``, ``drop_comment``, and ``join_continuation``.
  - droping dependency to jaraco.base
* Tue Nov 16 2021 steven.kowalik@suse.com
  - Update to 3.6.0:
    * Fixed DeprecationWarning in importlib.resources.read_text.
    * #5: Fixed warning in docs builds.
* Sat May 15 2021 arun@gmx.de
  - specfile:
    * update copyright year
    * skip python2
  - update to version 3.5.0:
    * Rely on PEP 420 for namespace package.
  - changes from version 3.4.0:
    * Added WordSet.trim* methods.
  - changes from version 3.3.0:
    * Require Python 3.6 or later.
* Sat Mar 14 2020 tchvatal@suse.com
  - Fix build on older openSUSE releases as with py3.6 we need the
    importlib_resources too
* Thu Jan 16 2020 tchvatal@suse.com
  - Update to 3.2.0:
    * Added normalize_newlines function.
    * Added wrap and unwrap functions and lorem_ipsum attribute containing the Lorem Ipsum sample text.
* Tue Mar 26 2019 tchvatal@suse.com
  - Update to 3.0:
    * Remove collections dependency to avoid buildcycle
  - Remove multibuild as per above
* Wed Feb 27 2019 tchvatal@suse.com
  - Use multibuild to avoid buildcycle
* Tue Feb 26 2019 jayvdb@gmail.com
  - Add LICENSE
  - Compile manually due to switch to pkgutil namespace technique
  - Add fdupes
  - Remove bcond_with test, allowing tests suite to run
  - Add missing build dependency jaraco.collections
  - Remove undesirable build dependencies pytest-flake8, pytest-sugar and
    collective.checkdocs
  - Add missing runtime dependencies six, jaraco.base, jaraco.collections
    and jaraco.functools
  - Update to v2.0
    * Switch to pkgutil namespace technique for the ``jaraco`` namespace.
* Thu Aug 23 2018 dheidler@suse.de
  - Initial Package for v1.10.1

Files

/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jaraco.text-3.12.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/jaraco/text
/usr/lib/python3.11/site-packages/jaraco/text/Lorem ipsum.txt
/usr/lib/python3.11/site-packages/jaraco/text/__init__.py
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/layouts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/layouts.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/show-newlines.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/show-newlines.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/strip-prefix.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/strip-prefix.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/to-dvorak.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/to-dvorak.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/to-qwerty.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jaraco/text/__pycache__/to-qwerty.cpython-311.pyc
/usr/lib/python3.11/site-packages/jaraco/text/layouts.py
/usr/lib/python3.11/site-packages/jaraco/text/show-newlines.py
/usr/lib/python3.11/site-packages/jaraco/text/strip-prefix.py
/usr/lib/python3.11/site-packages/jaraco/text/to-dvorak.py
/usr/lib/python3.11/site-packages/jaraco/text/to-qwerty.py
/usr/share/doc/packages/python311-jaraco.text
/usr/share/doc/packages/python311-jaraco.text/README.rst
/usr/share/licenses/python311-jaraco.text
/usr/share/licenses/python311-jaraco.text/LICENSE


Generated by rpm2html 1.8.1

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