14
0
forked from pool/python-bsddb3

Accepting request 147996 from home:mlin7442:branches:devel:languages:python

update to version 5.3.0

OBS-URL: https://build.opensuse.org/request/show/147996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bsddb3?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2013-01-11 14:21:21 +00:00
committed by Git OBS Bridge
parent 9030578345
commit ff0bc86064
4 changed files with 35 additions and 7 deletions

View File

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

3
bsddb3-5.3.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jan 11 07:20:30 UTC 2013 - mlin@suse.com
- Update to version 5.3.0
* Support Berkeley DB 5.3.x.
* Drop support for Berkeley DB 4.2 and Python 2.3. Our reference
is Red Had Enterprise Linux 5, until march 2014. After that,
RHEL6 has Python 2.6 and BDB 4.7.
* According to
http://superuser.com/questions/189931/python-and-berkeley-db-versions-in-redhat-enterprise-linux-3-4-5-and-upcoming-6:
* RHEL3: Python 2.2.3, BDB 4.1.25
* RHEL4: Python 2.3.4, BDB 4.2.52
* RHEL5: Python 2.4.3, BDB 4.3.29
* RHEL6: Python 2.6.2, BDB 4.7.25
* Support for "DBEnv->set_intermediate_dir()", available in
Berkeley DB 4.3-4.6. Patch by Garret Cooper.
* Support for "DB->set_dup_compare()". Original patches by
Nikita M. Kozlovsky and Ben Schmeckpeper.
* Fixed a testsuite compatibility problem with BDB 5.2.
* If we are running Solaris or derivatives, and 64bit python,
try to find the library under "/usr/local/Berkeley.*.*/64/".
* Solaris 10 Update 10 exposes a very old race condition in the
replication master election tests. Some details in
https://forums.oracle.com/forums/thread.jspa?messageID=9902860 .
Workaround proposed in a private email from Paula Bingham (Oracle),
in 20110929.
* When doing the full matrix test for a release, stop the verification
if any test failed.
-------------------------------------------------------------------
Wed Sep 21 12:24:42 UTC 2011 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bsddb3
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
#
Name: python-bsddb3
Version: 5.2.0
Version: 5.3.0
Release: 0
Url: http://pypi.python.org/pypi/bsddb3
Summary: Python interface for Berkeley DB
License: MIT
Group: Development/Libraries/Python
Source: http://pypi.python.org/packages/source/b/bsddb3/bsddb3-5.2.0.tar.gz
Source: http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: db-devel
BuildRequires: python-devel