14
0

- update to 2.4.0:

* Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcontainers?expand=0&rev=26
This commit is contained in:
2021-06-06 11:57:33 +00:00
committed by Git OBS Bridge
parent 214acfbc3f
commit 87a88b7341
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 6 11:56:16 UTC 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 21:06:24 UTC 2021 - Benjamin Greiner <code@bnavigator.de>