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.
This commit is contained in:
parent
43a5cd6186
commit
49cc320590
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.57 2020/02/13 08:35:18 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2020/11/26 11:44:55 adam Exp $
|
||||
|
||||
DISTNAME= bsddb3-6.2.7
|
||||
DISTNAME= bsddb3-6.2.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bsddb3/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2020/02/13 08:35:18 adam Exp $
|
||||
$NetBSD: distinfo,v 1.30 2020/11/26 11:44:55 adam Exp $
|
||||
|
||||
SHA1 (bsddb3-6.2.7.tar.gz) = 6591eec4ecd698c6188712854de92790d52e1400
|
||||
RMD160 (bsddb3-6.2.7.tar.gz) = bffce8d767ab5b27a2814aba14a22cb21a3f346d
|
||||
SHA512 (bsddb3-6.2.7.tar.gz) = edd85fb697142ac152a10a299899c52b637a3b1e3d28d913c61f9de91ef292fc2055daeb18fca62242284b4189a61d5bf318aca6e2966849879043a46db000e0
|
||||
Size (bsddb3-6.2.7.tar.gz) = 437325 bytes
|
||||
SHA1 (bsddb3-6.2.8.tar.gz) = c58a5d33e78149fac9bc2eba6938a8e46129e90e
|
||||
RMD160 (bsddb3-6.2.8.tar.gz) = 0f16007e671862912c6750dace8d03e40163a070
|
||||
SHA512 (bsddb3-6.2.8.tar.gz) = 46137a7858489866743342e57cf0c64d8f6164d45f68baf1a059366f3245f633eee12e3730dbdf3682d404e9c6f4d4aa96875a342db9043843d8b824eb89baaa
|
||||
Size (bsddb3-6.2.8.tar.gz) = 378938 bytes
|
||||
|
|
Loading…
Reference in a new issue