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

python311-inflect-7.4.0-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-inflect Distribution: openSUSE:Factory:zSystems
Version: 7.4.0 Vendor: openSUSE
Release: 2.1 Build date: Tue Nov 19 16:09:13 2024
Group: Development/Languages/Python Build host: reproducible
Size: 280302 Source RPM: python-inflect-7.4.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jaraco/inflect
Summary: Methods for working on numbers and nouns
Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words.

Provides

Requires

License

MIT

Changelog

* Tue Nov 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not (ever) use %python_modules on runtime requires: it pulls
    in all python flavors. Change to Requires: python-typeguard which
    will be rewritten by the python singlespec machinery.
* Thu Nov 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 7.4.0:
    * Handle a single apostrophe more gracefully.
  - drop typing_extensions-version.patch (upstream)
* Sat Sep 07 2024 Matej Cepl <mcepl@cepl.eu>
  - Clean up the SPEC file.
  - Add typing_extensions-version.patch cleaning up problematic
    handling with Annotated type on different versions of Pythons.
* Wed Sep 04 2024 Frantisek Simorda <frantisek.simorda@suse.com>
  - update to 7.3.1:
    * Set minimum version of more-itertools to 8.5 (#215)
  - version 7.3.0:
    * Restricted typing_extensions to Python 3.8. (#211)
  - version 7.2.1:
    * Refactored number_to_words toward reduced complexity.
  - version 7.2.0:
    * Replace pydantic with typeguard (#195)
  - version 7.1.0:
    * Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
* Tue Nov 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.0.0:
    * Refine type hint for ``singular_noun`` to indicate a literal
      return type for ``False``. (#186)
    * Removed methods renamed in 0.2.0.
    * Project now supports Pydantic 2 while retaining support for
      Pydantic 1. (#187)
    * Added validation of user-defined words and amended the type
      declarations to match, allowing for null values but not empty
      strings. (#187)
    * ``ordinal`` now handles float types correctly without first
      coercing them to strings. (#178)
    * Require Python 3.8 or later.
* Tue Nov 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 6.0.5:
    * Pin to Pydantic 1 to avoid breaking in Pydantic 2.
* Wed May 10 2023 Dirk Müller <dmueller@suse.com>
  - update to 6.0.4:
    * Internal cleanup.
    * A/an support now more correctly honors leading
    * capitalized words and abbreviations.
    * Improve support for ordinals for floats.
    * Require pydantic 1.9.1 to avoid ``ValueError``.
    * Minor tweaks and packaging refresh.
    * ``compare`` methods now validate their inputs
      and will raise a more meaningful exception if an
      empty string or None is passed. This expectation is now
      documented.
    * Many public methods now perform validation on arguments.
    * An empty string is no longer allowed for words or text.
    * #15: Fixes to plural edge case handling.
    * Packaging refresh and docs update.
    * #153: Internal refactor to simplify and unify
      ``_plnoun`` and ``_sinoun``.
    * Fixed badges.
    * Rewrite to satisfy type checkers.
    * #147: Enhanced type annotations.
    * Add a ``py.typed`` file so mypy recognizes type
      annotations.
    * Misc fixes in #128, #134, #135, #137, #138, #139, #140, #142,
    * #143, #144.
    * Require Python 3.7 or later.
    * Add support for pluralizing open compound nouns.
    * Modernized the codebase. Added a lot of type
      annotations.
    * Add support for uncountable nouns.
    * Refreshed package metadata.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Tue Mar 15 2022 Stephan Kulow <coolo@suse.com>
  - use %python_expand for %fdupes

Files

/usr/lib/python3.11/site-packages/inflect
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/inflect-7.4.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/inflect/__init__.py
/usr/lib/python3.11/site-packages/inflect/__pycache__
/usr/lib/python3.11/site-packages/inflect/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inflect/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inflect/compat
/usr/lib/python3.11/site-packages/inflect/compat/__init__.py
/usr/lib/python3.11/site-packages/inflect/compat/__pycache__
/usr/lib/python3.11/site-packages/inflect/compat/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inflect/compat/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inflect/compat/__pycache__/py38.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inflect/compat/__pycache__/py38.cpython-311.pyc
/usr/lib/python3.11/site-packages/inflect/compat/py38.py
/usr/lib/python3.11/site-packages/inflect/py.typed
/usr/share/doc/packages/python311-inflect
/usr/share/doc/packages/python311-inflect/NEWS.rst
/usr/share/doc/packages/python311-inflect/README.rst
/usr/share/licenses/python311-inflect
/usr/share/licenses/python311-inflect/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jan 14 23:24:16 2025