14
0
forked from pool/python-bsddb3

Accepting request 859228 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/859228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bsddb3?expand=0&rev=26
This commit is contained in:
2020-12-29 14:53:45 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05
size 239099

3
bsddb3-6.2.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70d05ec8dc568f42e70fc919a442e0daadc2a905a1cfb7ca77f549d49d6e7801
size 230475

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Dec 29 13:40:37 UTC 2020 - Dirk Müller <dmueller@suse.com>
- 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

View File

@@ -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