From 42032bc424235d4a9895d9e3fb543edb3b8fdaa58cd2d95cd8c6654a3fd4470b Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 10 Nov 2010 19:17:54 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-bsddb3 revision 6.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bsddb3?expand=0&rev=891b0a2be857a5b17b5f017de146183a --- python-bsddb3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bsddb3.spec b/python-bsddb3.spec index 8a4aad1..6bedb29 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -20,7 +20,7 @@ Name: python-bsddb3 Version: 5.0.0 -Release: 4 +Release: 5 Summary: Python interface for Berkeley DB Url: http://pypi.python.org/pypi/bsddb3 License: MIT License From 66ae3d6868c4fac403a56a5552dae951168d531558420253094609199f02889e Mon Sep 17 00:00:00 2001 From: Hendrik Vogelsang Date: Thu, 18 Nov 2010 15:48:05 +0000 Subject: [PATCH 2/2] * Testsuite for "DB->get_transactional()" should not create databases outside the TMP directory, neither leave the files behind. * If something happens while creating the CObject/Capsule object, keep going, even without exporting the C API, instead of crashing. * Support for: * "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT", * "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS". * "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC", * "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS", * "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE". * "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC", * "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM", * "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC". * "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS", * "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS". * "DB_REP_CONF_INMEM", "DB_TIMEOUT ", "DB_CURSOR_BULK". * "DB->get_transactional()", "DB_REPMGR_ACKS_ALL_AVAILABLE" * Support for Berkeley DB 5.1. * Drop support for Berkeley DB 4.1 * Include processed HTML documentation in the EGG. * Some link fixes for external documentation. * Links added in the documentation to Oracle Berkeley DB programmer reference. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bsddb3?expand=0&rev=9 --- bsddb3-5.0.0.tar.bz2 | 3 --- bsddb3-5.1.1.tar.bz2 | 3 +++ python-bsddb3.changes | 27 +++++++++++++++++++++++++++ python-bsddb3.spec | 24 +++--------------------- 4 files changed, 33 insertions(+), 24 deletions(-) delete mode 100644 bsddb3-5.0.0.tar.bz2 create mode 100644 bsddb3-5.1.1.tar.bz2 diff --git a/bsddb3-5.0.0.tar.bz2 b/bsddb3-5.0.0.tar.bz2 deleted file mode 100644 index 063c511..0000000 --- a/bsddb3-5.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ca753888065e5b5e4e3bf5bdcb975e34dc26bfe0a6841ccb5141e0c4b63df7 -size 132148 diff --git a/bsddb3-5.1.1.tar.bz2 b/bsddb3-5.1.1.tar.bz2 new file mode 100644 index 0000000..d0c906c --- /dev/null +++ b/bsddb3-5.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bb929a4eed5d092d365ee2d738862a91f4ef3e7a11cea437248d36074aadd1 +size 276869 diff --git a/python-bsddb3.changes b/python-bsddb3.changes index d19aa66..592faa1 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Nov 18 15:03:47 UTC 2010 - hvogel@novell.com + +* Testsuite for "DB->get_transactional()" should not create databases + outside the TMP directory, neither leave the files behind. +* If something happens while creating the CObject/Capsule object, + keep going, even without exporting the C API, instead of crashing. +* Support for: + * "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT", + * "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS". + * "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC", + * "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS", + * "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE". + * "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC", + * "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM", + * "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC". + * "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS", + * "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS". + * "DB_REP_CONF_INMEM", "DB_TIMEOUT ", "DB_CURSOR_BULK". + * "DB->get_transactional()", "DB_REPMGR_ACKS_ALL_AVAILABLE" +* Support for Berkeley DB 5.1. +* Drop support for Berkeley DB 4.1 +* Include processed HTML documentation in the EGG. +* Some link fixes for external documentation. +* Links added in the documentation to Oracle Berkeley DB programmer + reference. + ------------------------------------------------------------------- Wed Nov 10 12:44:22 UTC 2010 - coolo@novell.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index 6bedb29..036f1fd 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -1,26 +1,8 @@ -# -# spec file for package python-bsddb3 (Version 5.0.0) -# -# Copyright (c) 2010 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - %define modname bsddb3 Name: python-bsddb3 -Version: 5.0.0 -Release: 5 +Version: 5.1.1 +Release: 1 Summary: Python interface for Berkeley DB Url: http://pypi.python.org/pypi/bsddb3 License: MIT License @@ -28,7 +10,7 @@ Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} -BuildRequires: db-devel python-devel +BuildRequires: db-devel python python-devel %description This module provides a nearly complete wrapping of the Oracle/Sleepycat C API