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

python312-natsort-8.4.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-natsort Distribution: openSUSE Tumbleweed
Version: 8.4.0 Vendor: openSUSE
Release: 1.3 Build date: Mon Jul 10 18:16:15 2023
Group: Unspecified Build host: reproducible
Size: 290445 Source RPM: python-natsort-8.4.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/SethMMorton/natsort
Summary: Natural sorting in Python
Natsort provides a function natsorted that helps sort lists
"naturally" ("naturally" is rather ill-defined, but in general it means
sorting based on meaning and not computer code point).

Provides

Requires

License

MIT

Changelog

* Mon Jul 10 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
  - Fix BuildReuquires Versions.
* Sat Jul 08 2023 Arun Persaud <arun@gmx.de>
  - update to version 8.4.0:
    * Changed
      + The changelog now only explictly exists in the repository (issue
      [#162])
    * Fixed
      + Inputs with spaces near adjascent to the extension are now
      sorted correctly for os_sorted on Windows (issues #165 and #166)
  - changes from version 8.3.1:
    * Fixed
      + Broken test found on FreeBSD. This change has no effect outside
      fixing tests (issue #161)
  - changes from version 8.3.0:
    * Added
      + The PRESORT option to the ns enum to attain consistent sort
      order in certain corner cases (issue #149)
      + Logic to ensure None and NaN are sorted in a consistent order
      (issue #149)
      + Explict Python 3.11 support
    * Changed
      + Only convert to str if necessary in os_sorted (@Dobatymo, issues
      [#157] and #158)
      + Attempt to use new fastnumbers functionality if available
      + Move non-API documentation to the GitHub wiki
    * Removed
      + Support for EOL Python 3.6
* Tue Jun 13 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Sat Sep 10 2022 Arun Persaud <arun@gmx.de>
  - update to version 8.2.0:
    * Changed
      + Auto-coerce pathlib.Path objects to str since it is the least
      astonishing behavior (@Gilthans, issues #152, #153)
      + Reduce strictness of type hints to avoid over-constraining
      client code (issues #154, #155)
* Thu Aug 18 2022 Ben Greiner <code@bnavigator.de>
  - Clean specfile: remove code coverage check
* Thu Feb 03 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 8.1.0:
    * Changed
      + When using ns.PATH, only split off a maximum of two suffixes
      from a file name (issues #145, #146).
* Sun Dec 26 2021 Fusion Future <qydwhotmail@gmail.com>
  - Update to 8.0.2
    Major changes:
    * Type hints
    * Bug where sorting paths fail if one of the paths is '.'.
    * Compose unicode characters when using locale to ensure sorting
      is correct across all locales.
    * Explicit testing for Python 3.10
    * Support for Python 3.4 and Python 3.5 has been removed.
* Mon Feb 01 2021 Dirk Müller <dmueller@suse.com>
  - update to 7.1.1:
    - Use GitHub Actions instead of Travis-CI (issue #125)
    - No longer pin testing dependencies (issue #126)
    - Correct a minor typo
* Tue Jan 19 2021 Matej Cepl <mcepl@suse.com>
  - Set up alternatives correctly.
* Sat Nov 21 2020 Arun Persaud <arun@gmx.de>
  - update to version 7.1.0:
    * Added
      + os_sorted, os_sort_keygen, and os_sort_key to better support
      sorting like the file browser on the current operating system -
      this closes the long-standing issue #41
      + Support for Python 3.9 (@swt2c, issue #119)
    * Changed
      + MacOS unit tests run on native Python
      + Treate None like NaN internally to avoid TypeError (issue #117)
      + No longer fail tests every time a new Python version is released
      (issue #122)
    * Fixed
      + Various typos, missing figures, and out-of-date information in
      the "How it works"
      + Fix typo in CHANGELOG (@graingert, issue #113)
      + Updated "How it works" to account for Pandas updates (@kuraga,
      issue #116)

Files

/etc/alternatives/natsort
/etc/alternatives/natsort.1.gz
/usr/bin/natsort
/usr/bin/natsort-3.12
/usr/lib/python3.12/site-packages/natsort
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/entry_points.txt
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/not-zip-safe
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/natsort-8.4.0-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/natsort/__init__.py
/usr/lib/python3.12/site-packages/natsort/__main__.py
/usr/lib/python3.12/site-packages/natsort/__pycache__
/usr/lib/python3.12/site-packages/natsort/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/natsort.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/natsort.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/ns_enum.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/ns_enum.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/unicode_numbers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/unicode_numbers.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/unicode_numeric_hex.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/unicode_numeric_hex.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/compat
/usr/lib/python3.12/site-packages/natsort/compat/__init__.py
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/fake_fastnumbers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/fake_fastnumbers.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/fastnumbers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/fastnumbers.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/locale.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/natsort/compat/__pycache__/locale.cpython-312.pyc
/usr/lib/python3.12/site-packages/natsort/compat/fake_fastnumbers.py
/usr/lib/python3.12/site-packages/natsort/compat/fastnumbers.py
/usr/lib/python3.12/site-packages/natsort/compat/locale.py
/usr/lib/python3.12/site-packages/natsort/natsort.py
/usr/lib/python3.12/site-packages/natsort/ns_enum.py
/usr/lib/python3.12/site-packages/natsort/py.typed
/usr/lib/python3.12/site-packages/natsort/unicode_numbers.py
/usr/lib/python3.12/site-packages/natsort/unicode_numeric_hex.py
/usr/lib/python3.12/site-packages/natsort/utils.py
/usr/share/doc/packages/python312-natsort
/usr/share/doc/packages/python312-natsort/CHANGELOG.md
/usr/share/doc/packages/python312-natsort/README.rst
/usr/share/licenses/python312-natsort
/usr/share/licenses/python312-natsort/LICENSE
/usr/share/man/man1/natsort-3.12.1.gz
/usr/share/man/man1/natsort.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024