diff --git a/BTrees-4.1.1.tar.gz b/BTrees-4.1.1.tar.gz deleted file mode 100644 index a9bc2ba..0000000 --- a/BTrees-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6301a37d4165931bfb06ae2f5e1f3725f8ed28af346bf8066ddddc338ea1644 -size 181286 diff --git a/BTrees-4.1.2.tar.gz b/BTrees-4.1.2.tar.gz new file mode 100644 index 0000000..772276a --- /dev/null +++ b/BTrees-4.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c15214099a69cbbb65ca862e5d67a7baa34e9e233b26c18611251c59e6d3a1 +size 181675 diff --git a/python-BTrees.changes b/python-BTrees.changes index cf15bd7..fc0dd6f 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -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 diff --git a/python-BTrees.spec b/python-BTrees.spec index 4f0c624..b329af1 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -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)