diff --git a/python-rethinkdb.changes b/python-rethinkdb.changes index 0a127e8..c47cf90 100644 --- a/python-rethinkdb.changes +++ b/python-rethinkdb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 14 07:44:51 UTC 2022 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Tue May 19 09:27:45 UTC 2020 - Petr Gajdos diff --git a/python-rethinkdb.spec b/python-rethinkdb.spec index e6470f5..31c8c32 100644 --- a/python-rethinkdb.spec +++ b/python-rethinkdb.spec @@ -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: fdupes 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 @@ export LANG=en_US.UTF-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 diff --git a/rethinkdb-2.4.5.tar.gz b/rethinkdb-2.4.5.tar.gz deleted file mode 100644 index acda558..0000000 --- a/rethinkdb-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9f65ac9cf1b0c535479e04405cab483d529cce0e4da18fb2a68fd39efba9abb -size 148353 diff --git a/rethinkdb-2.4.8.tar.gz b/rethinkdb-2.4.8.tar.gz new file mode 100644 index 0000000..6666ab4 --- /dev/null +++ b/rethinkdb-2.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2028975194d4f7184158ce7c7daedf7ddf62b1a0795e49ed6ab594fa21a16607 +size 155462