8 Commits

Author SHA256 Message Date
f9557afd32 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=14
2019-10-14 11:43:22 +00:00
Tomáš Chvátal
8e996ceabe Accepting request 721018 from home:pgajdos
- version update to 4.6.0
  * Drop support for Python 3.4.
  * Fix tests against persistent 4.4.
  * Stop accidentally installing the 'terryfy' package in macOS wheels.
    See `issue 98
    <https://github.com/zopefoundation/BTrees/issues/98>`_.
  * Fix segmentation fault in ``bucket_repr()``.  See
    `issue 106 <https://github.com/zopefoundation/BTrees/issue/106>`_.

OBS-URL: https://build.opensuse.org/request/show/721018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=12
2019-08-05 18:05:37 +00:00
6a7a43a093 Accepting request 673139 from home:jayvdb:branches:devel:languages:python
- Update to v4.5.1
  + Use pyproject.toml to specify build dependencies. This requires pip
    18 or later to build from source.
- 4.5.0
  + Add support for Python 3.6 and 3.7, and drop support for Python 3.3.
  + Raise an ``ImportError`` consistently on Python 3 if the C extension for
    BTrees is used but the ``persistent`` C extension is not available.
    Previously this could result in an odd ``AttributeError``.
  + Fix the possibility of a rare crash in the C extension when
    deallocating items.
  + Respect the ``PURE_PYTHON`` environment variable at runtime even if
    the C extensions are available.
  + Always attempt to build the C extensions, but make their success
    optional.
  + Fix a ``DeprecationWarning`` that could come from I and L objects in
    Python 2 in pure-Python mode.
- Use %license

OBS-URL: https://build.opensuse.org/request/show/673139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=10
2019-02-10 11:47:44 +00:00
Jan Matejek
d9bf860d20 Accepting request 509152 from home:jengelh:branches:devel:languages:python
- Fix duplicate summaries

OBS-URL: https://build.opensuse.org/request/show/509152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=8
2017-07-10 13:51:20 +00:00
cd388fbd54 Accepting request 506562 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/506562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=7
2017-06-29 08:42:37 +00:00
ca37163b29 Accepting request 304261 from home:benoit_monin:branches:devel:languages:python
- update to version 4.1.2
- make the tests less verbose to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/304261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=5
2015-04-28 22:14:30 +00:00
a0337c62e7 Accepting request 284525 from home:frispete:python
- version 4.1.1
  - 4.1.1 (2014-12-27)
    Accomodate long values in pure-Python OLBTrees.
  - 4.1.0 (2014-12-26)
    Add support for PyPy and PyPy3.
    Add support for Python 3.4.
    BTree subclasses can define max_leaf_size or max_internal_size to control
    maximum sizes for Bucket/Set and BTree/TreeSet nodes.  Detect integer overflow
    on 32-bit machines correctly under Python 3.  Update pure-Python and C trees /
    sets to accept explicit None to indicate max / min value for minKey, maxKey.
    PR #3) Update pure-Python trees / sets to accept explicit None to indicate
    pen ranges for keys, values, items. (PR #3)

OBS-URL: https://build.opensuse.org/request/show/284525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=3
2015-02-06 18:29:14 +00:00
Sascha Peilicke
f6f28d7b9f Accepting request 186036 from home:frispete:python
some missing zope stuff

OBS-URL: https://build.opensuse.org/request/show/186036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=1
2013-08-08 11:22:25 +00:00