14
0
forked from pool/python-tinydb

Accepting request 707055 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/707055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinydb?expand=0&rev=2
This commit is contained in:
2019-06-03 16:55:31 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 2 21:17:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summary.
- Ensure neutrality of description.
-------------------------------------------------------------------
Sat May 11 12:25:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tinydb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
Name: python-tinydb
Version: 3.13.0
Release: 0
Summary: TinyDB is a tiny, document oriented database
Summary: A document-oriented database
License: MIT
Group: Development/Languages/Python
URL: https://github.com/msiemens/tinydb
@@ -36,9 +36,9 @@ BuildArch: noarch
%python_subpackages
%description
TinyDB is a lightweight document oriented database optimized written in
TinyDB is a document oriented database written in
pure Python and has no external dependencies.
The target are small apps that would be blown away by a SQL-DB or an
The target are small apps that would be blown away by a SQL-DB or an
external database server.
%prep