forked from pool/python-rethinkdb
Accepting request 970068 from home:pgajdos:python
- 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 OBS-URL: https://build.opensuse.org/request/show/970068 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rethinkdb?expand=0&rev=8
This commit is contained in:
@@ -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 <pgajdos@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
@@ -34,7 +34,6 @@ Requires(post): 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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9f65ac9cf1b0c535479e04405cab483d529cce0e4da18fb2a68fd39efba9abb
|
||||
size 148353
|
3
rethinkdb-2.4.8.tar.gz
Normal file
3
rethinkdb-2.4.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2028975194d4f7184158ce7c7daedf7ddf62b1a0795e49ed6ab594fa21a16607
|
||||
size 155462
|
Reference in New Issue
Block a user