pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-bsddb3 py-bsddb3: updated to 6.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceac9abdfced
branches:  trunk
changeset: 442572:ceac9abdfced
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 26 11:44:55 2020 +0000

description:
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.

diffstat:

 databases/py-bsddb3/Makefile |   4 ++--
 databases/py-bsddb3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 416ae1d3678a -r ceac9abdfced databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile      Thu Nov 26 11:43:33 2020 +0000
+++ b/databases/py-bsddb3/Makefile      Thu Nov 26 11:44:55 2020 +0000
@@ -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/}
diff -r 416ae1d3678a -r ceac9abdfced databases/py-bsddb3/distinfo
--- a/databases/py-bsddb3/distinfo      Thu Nov 26 11:43:33 2020 +0000
+++ b/databases/py-bsddb3/distinfo      Thu Nov 26 11:44:55 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index