Hello community, here is the log from the commit of package python-BTrees for openSUSE:Leap:15.2 checked in at 2020-04-17 13:36:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-BTrees (Old) and /work/SRC/openSUSE:Leap:15.2/.python-BTrees.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-BTrees" Fri Apr 17 13:36:52 2020 rev:12 rq:794275 version:4.7.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-BTrees/python-BTrees.changes 2020-03-09 18:00:24.484669854 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-BTrees.new.2738/python-BTrees.changes 2020-04-17 13:36:53.240190269 +0200 @@ -1,0 +2,26 @@ +Tue Apr 14 09:19:56 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Do not bother with documentation +- Update to 4.7.2: + * Fix more cases of C and Python inconsistency. + +------------------------------------------------------------------- +Wed Mar 25 16:00:38 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 4.7.1 + * Ensure the interface resolution order of all objects is consistent. + See `issue 137 <https://github.com/zopefoundation/BTrees/issues/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``. + +------------------------------------------------------------------- Old: ---- BTrees-4.6.1.tar.gz New: ---- BTrees-4.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-BTrees.spec ++++++ --- /var/tmp/diff_new_pack.yWlfSv/_old 2020-04-17 13:36:53.612190549 +0200 +++ /var/tmp/diff_new_pack.yWlfSv/_new 2020-04-17 13:36:53.616190552 +0200 @@ -19,19 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-BTrees -Version: 4.6.1 +Version: 4.7.2 Release: 0 Summary: Persistent B-tree object containers for Python License: ZPL-2.1 -URL: http://www.zope.org/Products/ZODB +URL: https://github.com/zopefoundation/BTrees Source: https://files.pythonhosted.org/packages/source/B/BTrees/BTrees-%{version}.tar.gz -# Documentation requirements: -BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} BuildRequires: %{python_module persistent-devel >= 4.1.0} -BuildRequires: %{python_module repoze.sphinx.autointerface} BuildRequires: %{python_module setuptools} -# Testing requirements: BuildRequires: %{python_module transaction} BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.testrunner} @@ -39,6 +35,7 @@ BuildRequires: python-rpm-macros Requires: python-persistent >= 4.1.0 Requires: python-zope.interface +Obsoletes: %{name}-doc %python_subpackages %description @@ -58,21 +55,12 @@ %description devel This package contains the files needed for binding the %{name} C module. -%package doc -Summary: Documentation for the python-BTrees module -Requires: %{name} = %{version} - -%description doc -This package contains documentation files for %{name}. - %prep %setup -q -n BTrees-%{version} rm -rf BTrees.egg-info %build %python_build -%{_python_use_flavor python3} -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install %python_install @@ -92,7 +80,4 @@ %files %{python_files devel} %{python_sitearch}/BTrees/*.h -%files %{python_files doc} -%doc build/sphinx/html/ - %changelog ++++++ BTrees-4.6.1.tar.gz -> BTrees-4.7.2.tar.gz ++++++ ++++ 12596 lines of diff (skipped)
