diff --git a/python-sortedcontainers.changes b/python-sortedcontainers.changes index 1ef3025..a04313c 100644 --- a/python-sortedcontainers.changes +++ b/python-sortedcontainers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 6 11:56:16 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index a0e1671..e8c32e7 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sortedcontainers -Version: 2.3.0 +Version: 2.4.0 Release: 0 Summary: Sorted container data types License: Apache-2.0 diff --git a/v2.3.0.tar.gz b/v2.3.0.tar.gz deleted file mode 100644 index 822a241..0000000 --- a/v2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2525693ed36f5651ca42aba1feedb3fe31899ae8385c339da679bcce158d0dd -size 9228968 diff --git a/v2.4.0.tar.gz b/v2.4.0.tar.gz new file mode 100644 index 0000000..7be41be --- /dev/null +++ b/v2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e22f4fd29b204f75f989e3c1e847aa1de267a028aab4233c0db783aaff78c1 +size 9229380