diff --git a/immutables-0.14.tar.gz b/immutables-0.14.tar.gz deleted file mode 100644 index c6fab84..0000000 --- a/immutables-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a1cc238b678455145bae291d8426f732f5255537ed6a5b7645949704c70a78 -size 42983 diff --git a/immutables-0.15.tar.gz b/immutables-0.15.tar.gz new file mode 100644 index 0000000..9d7b569 --- /dev/null +++ b/immutables-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3713ab1ebbb6946b7ce1387bb9d1d7f5e09c45add58c2a2ee65f963c171e746b +size 44913 diff --git a/python-immutables.changes b/python-immutables.changes index 9df87ad..e91a335 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 22 20:28:33 UTC 2021 - Dirk Müller + +- update to 0.15 + * python 3.9 support + ------------------------------------------------------------------- Mon Dec 7 15:34:37 UTC 2020 - Matej Cepl diff --git a/python-immutables.spec b/python-immutables.spec index dec1f1d..d7788e2 100644 --- a/python-immutables.spec +++ b/python-immutables.spec @@ -1,7 +1,7 @@ # # spec file for package python-immutables # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-immutables -Version: 0.14 +Version: 0.15 Release: 0 Summary: Immutable collections for Python License: Apache-2.0 diff --git a/skip_32bit_tests.patch b/skip_32bit_tests.patch index 20907aa..1067480 100644 --- a/skip_32bit_tests.patch +++ b/skip_32bit_tests.patch @@ -1,12 +1,13 @@ ---- a/tests/test_none_keys.py -+++ b/tests/test_none_keys.py +Index: immutables-0.15/tests/test_none_keys.py +=================================================================== +--- immutables-0.15.orig/tests/test_none_keys.py ++++ immutables-0.15/tests/test_none_keys.py @@ -1,8 +1,10 @@ -+import sys import unittest ++import sys from immutables.map import map_hash, map_mask, Map as PyMap --from immutables._testutils import * # NoQA -+from immutables._testutils import HashKey # NoQA + from immutables._testutils import HashKey +is_32bits = sys.maxsize <= 2**32 # 32bit-dness