From 5a48bd6971c0caecaab827d952b1888a32b6a6d49c9f6a852abfd97da06a87f2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Dec 2020 13:41:00 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=206.2.9:=20=20=20*=20For=20some?= =?UTF-8?q?=20reason,=206.2.8=20release=20was=20incomplete.=20Let's=20try?= =?UTF-8?q?=20again.=20=20=20*=20In=20Python=203.9,=20"find=5Funused=5Fpor?= =?UTF-8?q?t"=20has=20been=20moved=20to=20=20=20=20=20"test.support.socket?= =?UTF-8?q?=5Fhelper".=20Reported=20by=20Micha=C5=82=20G=C3=B3rny.=20=20?= =?UTF-8?q?=20*=20If=20we=20use=20"set=5Fget=5Freturns=5Fnone()"=20in=20th?= =?UTF-8?q?e=20environment,=20=20=20=20=20the=20value=20could=20not=20be?= =?UTF-8?q?=20correctly=20inherited=20by=20the=20child=20=20=20=20=20datab?= =?UTF-8?q?ases.=20Reported=20by=20Patrick=20Laimbock=20and=20modern=20GCC?= =?UTF-8?q?=20=20=20=20=20warnings.=20=20=20*=20If=20you=20install=20this?= =?UTF-8?q?=20library=20under=20Python=203=20>=3D=203.6,=20let=20=20=20=20?= =?UTF-8?q?=20you=20know=20this=20is=20a=20legacy=20library=20and=20urges?= =?UTF-8?q?=20you=20to=20=20=20=20=20migrate=20to=20"berkeleydb"=20library?= =?UTF-8?q?.=20=20=20*=20Update=20copyright=20notices.=20=20=20*=20https?= =?UTF-8?q?=20links.=20=20=20*=20Fix=20Python=203=20deprecation=20warning.?= =?UTF-8?q?=20=20=20=20=20Notified=20by=20Arthur=20Gautier.=20=20=20*=20Fi?= =?UTF-8?q?x=20compilation=20Python=203.8=20deprecation=20warnings.=20=20?= =?UTF-8?q?=20*=20Fix=20compilation=20Python=203.9=20deprecation=20warning?= =?UTF-8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bsddb3?expand=0&rev=35 --- bsddb3-6.2.6.tar.gz | 3 --- bsddb3-6.2.9.tar.gz | 3 +++ python-bsddb3.changes | 21 +++++++++++++++++++++ python-bsddb3.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 bsddb3-6.2.6.tar.gz create mode 100644 bsddb3-6.2.9.tar.gz diff --git a/bsddb3-6.2.6.tar.gz b/bsddb3-6.2.6.tar.gz deleted file mode 100644 index 6245f09..0000000 --- a/bsddb3-6.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05 -size 239099 diff --git a/bsddb3-6.2.9.tar.gz b/bsddb3-6.2.9.tar.gz new file mode 100644 index 0000000..6e5d7f2 --- /dev/null +++ b/bsddb3-6.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d05ec8dc568f42e70fc919a442e0daadc2a905a1cfb7ca77f549d49d6e7801 +size 230475 diff --git a/python-bsddb3.changes b/python-bsddb3.changes index 8203b5c..dcd35d7 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Dec 29 13:40:37 UTC 2020 - Dirk Müller + +- update to 6.2.9: + * For some reason, 6.2.8 release was incomplete. Let's try again. + * 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 urges you to + migrate to "berkeleydb" library. + * Update copyright notices. + * https links. + * Fix Python 3 deprecation warning. + Notified by Arthur Gautier. + * Fix compilation Python 3.8 deprecation warnings. + * Fix compilation Python 3.9 deprecation warnings. + ------------------------------------------------------------------- Mon Jul 23 09:27:27 UTC 2018 - tchvatal@suse.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index 2df47e4..fca3597 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -1,7 +1,7 @@ # # spec file for package python-bsddb3 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bsddb3 -Version: 6.2.6 +Version: 6.2.9 Release: 0 Summary: Python interface for Berkeley DB License: BSD-3-Clause