python-sortedcontainers
No description set
- Developed at devel:languages:python
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-sortedcontainers && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-sortedcontainers.changes | 0000007679 7.5 KB | |
python-sortedcontainers.spec | 0000002590 2.53 KB | |
v2.1.0.tar.gz | 0009220860 8.79 MB |
Revision 8 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 688684
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
- 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
Comments 0