forked from pool/python-bidict
2ad58779bcf6bf3b4256c96e5a444218992b2f40955e6c9ef4d48cac0d251c35
- Update to version 0.21.3
* All bidicts now provide the equals_order_sensitive() method,
not just bidict.OrderedBidicts.
* Since support for Python < 3.6 was dropped in v0.21.0,
non-Ordered bidicts preserve a deterministic ordering on all
supported Python versions, so all bidicts can now provide
equals_order_sensitive().
* Take better advantage of the fact that dicts are reversible
in Python 3.8+. This allows even non-Ordered bidicts to
efficiently provide a __reversed__() implementation, which
they now do. As a result, if you are using Python 3.8+,
frozenbidict now gives you everything that
FrozenOrderedBidict gives you with less space overhead.
* Drop setuptools_scm as a setup_requires dependency.
* Remove the bidict.__version_info__ attribute.
OBS-URL: https://build.opensuse.org/request/show/916936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%