Path to this page:
./
databases/py-bsddb3,
Python bindings for Oracle Berkeley DB
Branch: CURRENT,
Version: 6.2.9nb1,
Package name: py311-bsddb3-6.2.9nb1,
Maintainer: pkgsrc-usersThis module provides a nearly complete wrapping of the Sleepycat C API
for the Database Environment, Database, Cursor, and Transaction
objects, and each of these is exposed as a Python Type in the
bsddb3.db module. The database objects can use different access
methods, btree, hash, recno, and queue. For the first time all of
these are fully supported in the Python wrappers. Please see the
document in developers' web site for more details on the types and
methods provided.
Required to run:[
databases/db4] [
lang/python310]
Master sites:
Filesize: 225.073 KB
Version history: (Expand)
- (2024-06-06) Updated to version: py311-bsddb3-6.2.9nb1
- (2023-02-09) Updated to version: py310-bsddb3-6.2.9nb1
- (2022-01-05) Updated to version: py39-bsddb3-6.2.9nb1
- (2021-10-07) Updated to version: py39-bsddb3-6.2.9
- (2020-11-27) Updated to version: py37-bsddb3-6.2.9
- (2020-11-26) Updated to version: py37-bsddb3-6.2.8
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-11-27 10:04:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bsddb3: updated to 6.2.9
6.2.9:
* For some reason, 6.2.8 release was incomplete. Let's try again.
|
2020-11-26 12:44:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bsddb3: updated to 6.2.8
6.2.8:
* In Python 3.9, "find_unused_port" has been moved to
"test.support.socket_helper". Reported by Michał Górny.
* If we use "set_get_returns_none()" in the environment,
the value could not be correctly inherited by the child
databases. Reported by Patrick Laimbock and modern GCC
warnings.
* If you install this library under Python 3 >= 3.6, let
you know this is a legacy library and points you to
"berkeleydb" library.
|
2020-02-13 09:35:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-bsddb3: updated to 6.2.7
6.2.7:
* Update copyright notices.
* https links.
* Fix Python 3 deprecation warning.
* Fix compilation Python 3.8 deprecation warnings.
* Fix compilation Python 3.9 deprecation warnings.
* Python 3.8 and 3.9 are explicitly supported.
|
2018-07-14 20:45:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bsddb3: updated to 6.2.6
6.2.6:
* Correctly detect Berkeley DB when installed via Homebrew on Mac OS X.
* Python 3.6 and 3.7 are explicitly supported.
|
2017-09-10 10:02:30 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 6.2.5:
We should be able to install inside a PYPY virtualenv.
|