15
0
forked from pool/python-BTrees

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
This commit is contained in:
2015-02-06 18:29:14 +00:00
committed by Git OBS Bridge
parent ebdef8dfd1
commit a0337c62e7
4 changed files with 25 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#
# spec file for package python-BTrees
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
Name: python-BTrees
Version: 4.0.8
Version: 4.1.1
Release: 0
Summary: Scalable persistent object containers
License: ZPL-2.1
@@ -25,8 +26,8 @@ Group: Development/Libraries/Python
Url: http://www.zope.org/Products/ZODB
Source: https://pypi.python.org/packages/source/B/BTrees/BTrees-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-persistent-devel
BuildRequires: python-setuptools
BuildRequires: python-zope.interface
Requires: python-persistent
Requires: python-zope.interface