From 4c0ad9b8a0c4e5536bddebf58d0bbba0439f741232190cefe168026738d2b285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 25 Mar 2020 16:18:30 +0000 Subject: [PATCH] Accepting request 788263 from home:mcalabkova:branches:devel:languages:python - update to 4.7.1 * Ensure the interface resolution order of all objects is consistent. See `issue 137 `_. * Add unsigned variants of the trees. These use the initial "U" for 32-bit data and "Q" for 64-bit data (for "quad", which is similar to what the C ``printf`` function uses and the Python struct module uses). * Fix the value for ``BTrees.OIBTree.using64bits`` when using the pure Python implementation (PyPy and when ``PURE_PYTHON`` is in the environment). * Make the errors that are raised when values are out of range more consistent between Python 2 and Python 3 and between 32-bit and 64-bit variants. * Make the Bucket types consistent with the BTree types as updated in versions 4.3.2: Querying for keys with default comparisons or that are not integers no longer raises ``TypeError``. OBS-URL: https://build.opensuse.org/request/show/788263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=18 --- BTrees-4.6.1.tar.gz | 3 --- BTrees-4.7.1.tar.gz | 3 +++ python-BTrees.changes | 19 +++++++++++++++++++ python-BTrees.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 BTrees-4.6.1.tar.gz create mode 100644 BTrees-4.7.1.tar.gz diff --git a/BTrees-4.6.1.tar.gz b/BTrees-4.6.1.tar.gz deleted file mode 100644 index ca571eb..0000000 --- a/BTrees-4.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a0e1d073800bf7bcca6cbb97a6b3c9ec485a4ba3ee0b354da1ed076cfb9f30 -size 165284 diff --git a/BTrees-4.7.1.tar.gz b/BTrees-4.7.1.tar.gz new file mode 100644 index 0000000..82acf27 --- /dev/null +++ b/BTrees-4.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5348da6cc5ea6cf6fc6f0000a640739f48f8737b8011ca36a86414e740c0e8fe +size 171939 diff --git a/python-BTrees.changes b/python-BTrees.changes index 77c9078..8960711 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Mar 25 16:00:38 UTC 2020 - Marketa Calabkova + +- update to 4.7.1 + * Ensure the interface resolution order of all objects is consistent. + See `issue 137 `_. + * Add unsigned variants of the trees. These use the initial "U" for + 32-bit data and "Q" for 64-bit data (for "quad", which is similar to + what the C ``printf`` function uses and the Python struct module + uses). + * Fix the value for ``BTrees.OIBTree.using64bits`` when using the pure Python + implementation (PyPy and when ``PURE_PYTHON`` is in the environment). + * Make the errors that are raised when values are out of range more + consistent between Python 2 and Python 3 and between 32-bit and + 64-bit variants. + * Make the Bucket types consistent with the BTree types as updated in + versions 4.3.2: Querying for keys with default comparisons or that + are not integers no longer raises ``TypeError``. + ------------------------------------------------------------------- Mon Jan 13 14:30:27 UTC 2020 - Marketa Calabkova diff --git a/python-BTrees.spec b/python-BTrees.spec index 9fadff8..7120bce 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-BTrees -Version: 4.6.1 +Version: 4.7.1 Release: 0 Summary: Persistent B-tree object containers for Python License: ZPL-2.1