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
This commit is contained in:
Hans-Peter Jansen 2015-04-28 22:14:30 +00:00 committed by Git OBS Bridge
parent a0337c62e7
commit ca37163b29
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6301a37d4165931bfb06ae2f5e1f3725f8ed28af346bf8066ddddc338ea1644
size 181286

3
BTrees-4.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c15214099a69cbbb65ca862e5d67a7baa34e9e233b26c18611251c59e6d3a1
size 181675

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 27 20:13:30 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.1.2:
* Suppress testing 64-bit values in OLBTrees on 32 bit machines.
* Fix _p_changed for small pure-Python BTrees.
- make the tests less verbose to avoid spamming the build log
-------------------------------------------------------------------
Fri Feb 6 16:54:20 UTC 2015 - hpj@urpla.net

View File

@ -1,7 +1,7 @@
#
# spec file for package python-BTrees
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: python-BTrees
Version: 4.1.1
Version: 4.1.2
Release: 0
Summary: Scalable persistent object containers
License: ZPL-2.1
@ -80,7 +80,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm %{buildroot}%python_sitearch/BTrees/*.c
%check
python setup.py test
python setup.py -q test
%files
%defattr(-,root,root)