[pybsddb] Berkeleydb, version 18.1.11.

Jesus Cea jcea at jcea.es
Tue Oct 29 18:51:50 CET 2024


PyPI: https://pypi.org/project/berkeleydb/18.1.11/

Changelog:

https://www.jcea.es/programacion/pybsddb.htm#berkeleydb-18.1.11

"""
- WARNING - BREAKING CHANGE: Drop support for Python 3.8.

This breaking change should usually require a major and/or minor number 
update. Since berkeleydb traditional numbering is related to the higher 
Oracle Berkeley DB supported, I would usually wait until Oracle releases 
a new version to upgrade my own version and deprecate old Python support 
at the same time. Given that Oracle has not released a new Oracle 
Berkeley DB in almost five years, I must break this practice for now.

I am sorry if this update breaks your Python 3.8 environment. In that 
case, please pin your berkeleydb installation to version 18.1.10, the 
last Python 3.8 compatible release.

Send me constructive feedback if appropriate.

- Now that minimum Python supported is 3.9, all bsddb.db objects support 
weakref in all supported Python versions.

- Release 18.1.10 was failing under Python 2 because a charset encoding 
  error. Since this module can not be used under Python 2 at all, we 
were not in a hurry to solve it and provide a more useful error message.

- Solve some file leaks in some tests in the wrong directory.

- Python 3.13 is officially supported.
"""

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
jcea at jcea.es - https://www.jcea.es/    _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:jcea at jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz


More information about the pybsddb mailing list