14
0

Accepting request 970083 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/970083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rethinkdb?expand=0&rev=4
This commit is contained in:
2022-04-14 15:25:42 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2028975194d4f7184158ce7c7daedf7ddf62b1a0795e49ed6ab594fa21a16607
size 155462