14
0
forked from pool/python-tinydb

Accepting request 741239 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/741239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-10-21 07:22:26 +00:00
committed by Git OBS Bridge
parent 6776d3b732
commit b8d4e98eef
4 changed files with 18 additions and 6 deletions

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tinydb
Version: 3.14.1
Version: 3.15.0
Release: 0
Summary: A document-oriented database
License: MIT
Group: Development/Languages/Python
URL: https://github.com/msiemens/tinydb
Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
@@ -64,6 +63,6 @@ sed -i 's/ujson/ujson_is_broken/' tinydb/storages.py
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/tinydb*
%changelog