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