forked from pool/python-bsddb3
Accepting request 53347 from devel:languages:python
Accepted submit request 53347 from user hennevogel OBS-URL: https://build.opensuse.org/request/show/53347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bsddb3?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29ca753888065e5b5e4e3bf5bdcb975e34dc26bfe0a6841ccb5141e0c4b63df7
|
||||
size 132148
|
||||
3
bsddb3-5.1.1.tar.bz2
Normal file
3
bsddb3-5.1.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9bb929a4eed5d092d365ee2d738862a91f4ef3e7a11cea437248d36074aadd1
|
||||
size 276869
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user