Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rethinkdb for
openSUSE:Factory checked in at 2022-04-14 17:25:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rethinkdb (Old)
and /work/SRC/openSUSE:Factory/.python-rethinkdb.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rethinkdb"
Thu Apr 14 17:25:42 2022 rev:4 rq:970083 version:2.4.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rethinkdb/python-rethinkdb.changes
2020-05-19 14:57:49.333312591 +0200
+++
/work/SRC/openSUSE:Factory/.python-rethinkdb.new.1941/python-rethinkdb.changes
2022-04-14 17:26:19.687323885 +0200
@@ -1,0 +2,11 @@
+Thu Apr 14 07:44:51 UTC 2022 - [email protected]
+
+- version update to 2.4.8
+ * #204 Fix not implemented error by @Inveracity
+ * #211 Fix access option.temp_dir correctly in the restore script by
@mishawakerman
+ * #213 Fix bug in Trio's _read_exactly() by @mehaase
+ * #238 Fix Trio Connection Pool Error by @murali-shankar
+ * #183 Allowing dash in table namesby @hchac
+ * #182 do not close socket on EWOULDBLOCK by @tommilligan
+
+-------------------------------------------------------------------
Old:
----
rethinkdb-2.4.5.tar.gz
New:
----
rethinkdb-2.4.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rethinkdb.spec ++++++
--- /var/tmp/diff_new_pack.WTTrlZ/_old 2022-04-14 17:26:20.167324446 +0200
+++ /var/tmp/diff_new_pack.WTTrlZ/_new 2022-04-14 17:26:20.171324450 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-rethinkdb
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rethinkdb
-Version: 2.4.5
+Version: 2.4.8
Release: 0
Summary: Python driver library for the RethinkDB database server
License: Apache-2.0
@@ -31,10 +31,9 @@
BuildRequires: python-rpm-macros
Requires: python-six
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
# /SECTION
@@ -71,6 +70,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# https://github.com/rethinkdb/rethinkdb-python/issues/168
+sed -i 's:from mock:from unittest.mock:' tests/test_*.py
%pytest
%post
++++++ rethinkdb-2.4.5.tar.gz -> rethinkdb-2.4.8.tar.gz ++++++
++++ 10668 lines of diff (skipped)