Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-sortedcontainers | Distribution: openSUSE Tumbleweed |
Version: 2.4.0 | Vendor: openSUSE |
Release: 3.1 | Build date: Thu Jun 12 14:14:43 2025 |
Group: Unspecified | Build host: reproducible |
Size: 439191 | Source RPM: python-sortedcontainers-2.4.0-3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/grantjenks/python-sortedcontainers | |
Summary: Sorted container data types |
SortedContainers is an Apache2 licensed containers library, written in pure-Python, and fast as C-extensions. Python's standard library is great until you need a sorted container type. Many will attest that you can get really far without one, but the moment you **really need** a sorted list, dict, or set, you're faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking. SortedContainers takes all of the work out of Python sorted types - making your deployment and use of Python easy. There's no need to install a C compiler or pre-build and distribute custom extensions. Performance is a feature and testing has 100% coverage with unit tests and hours of stress.
Apache-2.0
* Thu Jun 12 2025 Markéta Machová <mmachova@suse.com> - Convert to pip-based build * 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. * Sun Jun 06 2021 Dirk Müller <dmueller@suse.com> - update to 2.4.0: * Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584. * Fri Jan 22 2021 Benjamin Greiner <code@bnavigator.de> - Remove NumPy, SciPy, and Matplotlib requirement. They are not used in the regular test suite. - no multibuild needed anymore * Thu Nov 26 2020 Dirk Mueller <dmueller@suse.com> - update to 2.3.0: * Make sort order stable when updating with large iterables. * Tue Aug 11 2020 Tomáš Chvátal <tchvatal@suse.com> - Switch to multibuild to avoid cycles with matplotib * Sun Jun 14 2020 Dirk Mueller <dmueller@suse.com> - update to 2.2.2 * Add "small slice" optimization to SortedList.__getitem__. * Silence warning when testing SortedList.iloc. * Fix a warning regarding classifiers in setup.py. * Change SortedDict to avoid cycles for CPython reference counting. * Tue Mar 26 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 2.1.0: * Small updates to docs and tests for Python 3.7. * Change imports for Abstract Base Classes to collections.abc to avoid warnings in Python 3.7. * SortedDict methods iterkeys, iteritems, itervalues, viewkeys, viewitems, and viewvalues are not implemented for Python 2. Attribute lookup now raises :exc:`AttributeError`. * Accessing SortedDict.iloc will emit DeprecationWarning. * SortedSet.__rsub__ erroneously reversed its arguments. The method has been removed in favor of the inherited Set.__rsub__ which has a correct implementation. * :class:`SortedKeysView` and :class:`SortedValuesView` set-operations now return :class:`SortedSet` objects to better match the semantics of version 1. - use github tarball for tests * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package
/usr/lib/python3.11/site-packages/sortedcontainers /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/METADATA /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/RECORD /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/licenses /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/licenses/LICENSE /usr/lib/python3.11/site-packages/sortedcontainers-2.4.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/sortedcontainers/__init__.py /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__ /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sorteddict.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sorteddict.cpython-311.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sortedlist.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sortedlist.cpython-311.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sortedset.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/sortedcontainers/__pycache__/sortedset.cpython-311.pyc /usr/lib/python3.11/site-packages/sortedcontainers/sorteddict.py /usr/lib/python3.11/site-packages/sortedcontainers/sortedlist.py /usr/lib/python3.11/site-packages/sortedcontainers/sortedset.py /usr/share/doc/packages/python311-sortedcontainers /usr/share/doc/packages/python311-sortedcontainers/README.rst /usr/share/licenses/python311-sortedcontainers /usr/share/licenses/python311-sortedcontainers/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jun 15 23:26:38 2025