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

python3-natsort-7.1.1-2.el8 RPM for noarch

From EPEL 8 for ppc64le / Packages / p

Name: python3-natsort Distribution: Fedora Project
Version: 7.1.1 Vendor: Fedora Project
Release: 2.el8 Build date: Sun Mar 7 20:53:01 2021
Group: Unspecified Build host: buildvm-x86-24.iad2.fedoraproject.org
Size: 232029 Source RPM: python-natsort-7.1.1-2.el8.src.rpm
Packager: Fedora Project
Url: https://github.com/SethMMorton/natsort
Summary: Python library that sorts lists using the "natural order" sort
Python module which provides "natural sorting".

Under natural sorting, numeric sub-strings are compared numerically,
and the other word characters are compared lexically.

Example:
unsorted:           ['a2', 'a9', 'a1', 'a4', 'a10']
lexicographic sort: ['a1', 'a10', 'a2', 'a4', 'a9']
natural sort:       ['a1', 'a2', 'a4', 'a9', 'a10']

Provides

Requires

License

MIT

Changelog

* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 25 2021 José Matos <jamatos@fedoraproject.org> - 7.1.1-1
  - update to 7.1.1
* Sun Dec 13 2020 José Matos <jamatos@fedoraproject.org> - 7.1.0-1
  - Update to 7.1.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 7.0.1-2
  - Rebuilt for Python 3.9
* Thu Mar 19 2020 José Matos <jamatos@fedoraproject.org> - 7.0.1-1
  - Update to 7.0.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-8
  - Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-7
  - Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jul 19 2019 José Matos <jamatos@fedoraproject.org> - 6.0.0-5
  - drop unneeded BR (pytest-flakes and pytest-cov)
* Fri Jul 19 2019 José Matos <jamatos@fedoraproject.org> - 6.0.0-4
  - drop pytest-pep8 BR
* Sun May 12 2019 Orion Poplawski <orion@nwra.com> - 6.0.0-3
  - Drop unneeded BR on pytest-cache
* Wed Apr 17 2019 José Matos <jamatos@fedoraproject.org> - 6.0.0-2
  - Suggests: pyICU, to sort in a locale-dependent manner
* Wed Apr 17 2019 José Matos <jamatos@fedoraproject.org> - 6.0.0-1
  - update to 6.0.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.3-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.3.3-2
  - Subpackage python2-natsort has been removed
    See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Tue Aug 28 2018 José Matos <jamatos@fedoraproject.org> - 5.3.3-1
  - update to 5.3.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 5.0.3-5
  - Rebuilt for Python 3.7
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.0.3-3
  - Update Python 2 dependency declarations to new packaging standards
    (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu May 04 2017 José Matos <jamatos@fedoraproject.org> - 5.0.3-1
  - update to 5.0.3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-2
  - Rebuild for Python 3.6
* Fri Aug 12 2016 Igor Gnatenko <ignatenko@redhat.com> - 5.0.1-1
  - Update to 5.0.1
  - Trivial fixes in spec
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.4-2
  - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Sat Feb 06 2016 José Matos <jamatos@fedoraproject.org> - 4.0.4-1
  - update to 4.0.4
  - add BR: python-pathlib, python-mock and python-hypothesis to run tests
  - clean spec file to take advantage of the new available macros
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.5-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Apr 06 2015 José Matos <jamatos@fedoraproject.org> - 3.5.5-1
  - update to 3.5.5 (3.5.2+ required by nikola)
  - add new dependencies to deal with tests (python?-execnet)
* Fri Sep 26 2014 José Matos <jamatos@fedoraproject.org> - 3.5.1-1
  - update to 3.5.1
  - add check (tests) section
* Fri May 30 2014 José Matos <jamatos@fedoraproject.org> - 3.2.0-2
  - change references to __python to __python2
  - fix typo in the list of files of the python3 subpackage that
    referenced the version 2 directory
* Thu May 22 2014 José Matos <jamatos@fedoraproject.org> - 3.2.0-1
  - initial package

Files

/usr/bin/natsort
/usr/lib/python3.6/site-packages/natsort
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/natsort-7.1.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/natsort/__init__.py
/usr/lib/python3.6/site-packages/natsort/__main__.py
/usr/lib/python3.6/site-packages/natsort/__pycache__
/usr/lib/python3.6/site-packages/natsort/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/natsort.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/natsort.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/ns_enum.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/ns_enum.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/unicode_numbers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/unicode_numbers.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/unicode_numeric_hex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/unicode_numeric_hex.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/compat
/usr/lib/python3.6/site-packages/natsort/compat/__init__.py
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/fake_fastnumbers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/fake_fastnumbers.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/fastnumbers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/fastnumbers.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/locale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/natsort/compat/__pycache__/locale.cpython-36.pyc
/usr/lib/python3.6/site-packages/natsort/compat/fake_fastnumbers.py
/usr/lib/python3.6/site-packages/natsort/compat/fastnumbers.py
/usr/lib/python3.6/site-packages/natsort/compat/locale.py
/usr/lib/python3.6/site-packages/natsort/natsort.py
/usr/lib/python3.6/site-packages/natsort/ns_enum.py
/usr/lib/python3.6/site-packages/natsort/unicode_numbers.py
/usr/lib/python3.6/site-packages/natsort/unicode_numeric_hex.py
/usr/lib/python3.6/site-packages/natsort/utils.py
/usr/share/doc/python3-natsort
/usr/share/doc/python3-natsort/README.rst
/usr/share/licenses/python3-natsort
/usr/share/licenses/python3-natsort/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 04:38:36 2024