15
0
forked from pool/python-bsddb3

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

update to 6.1.0

OBS-URL: https://build.opensuse.org/request/show/242281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bsddb3?expand=0&rev=26
This commit is contained in:
Denisart Benjamin
2014-07-25 12:44:16 +00:00
committed by Git OBS Bridge
parent c5a99e6c74
commit 48092496f4
6 changed files with 28 additions and 56 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jul 25 06:22:03 UTC 2014 - mlin@suse.com
- Update to 6.1.0. Changes from 6.0.0
* Support Berkeley DB 6.1.x.
* Solve a ResourceWarning when compiling.
* Drop support for Python 2.4, 2.5 and 3.1. If you need compatibility
with those versions, you can keep using old releases of these bindings.
* Drop support for Berkeley DB 4.3, 4.4, 4.5, 4.6. If you need compatibility
with those versions, you can keep using old releases of these bindings.
* From now, on our support reference is Red Had Enterprise Linux 6.
* Drop modules attributes "cvsid".
* Drop (hidden) $Id$ keyword in the documentation.
* Clarification of license. This work is now explicitly licensed under 3-clause BSD license.
* Fixed a long standing bug (August 2008, rev 9fd52748fa59) on "dbtables.py".
* If you want to link with Oracle Berkeley DB 6.0, you will need to create the
environment variable 'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to
signal to the pybsddb that you are legal. To be legal, your code MUST be
AGPL3 *OR* you have to buy a commercial license from Oracle.
- Change license to BSD-3-Clause according to upstream changes
- Removed python-bsddb3.keyring and .asc file
-------------------------------------------------------------------
Sat Jun 22 17:16:27 UTC 2013 - jengelh@inai.de