14
0
forked from pool/python-tinydb

- Update to 3.14.1:

* More tes fixes
  * Deprecate ujson support
  * Fixed various deprecation warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-09-16 13:26:28 +00:00
committed by Git OBS Bridge
parent 12bbb2d17e
commit 6776d3b732
4 changed files with 12 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tinydb
Version: 3.13.0
Version: 3.14.1
Release: 0
Summary: A document-oriented database
License: MIT
@@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module ujson}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros