From 12bbb2d17e4aa0d44126d1652f866f3e954b2aa747edbe154a378626aa265824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:02:52 +0000 Subject: [PATCH] Accepting request 706960 from home:jengelh:branches:devel:languages:python - Avoid name repetition in summary. - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/706960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=3 --- python-tinydb.changes | 6 ++++++ python-tinydb.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-tinydb.changes b/python-tinydb.changes index 977a4fa..5d1f459 100644 --- a/python-tinydb.changes +++ b/python-tinydb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 2 21:17:44 UTC 2019 - Jan Engelhardt + +- Avoid name repetition in summary. +- Ensure neutrality of description. + ------------------------------------------------------------------- Sat May 11 12:25:49 UTC 2019 - John Vandenberg diff --git a/python-tinydb.spec b/python-tinydb.spec index 54abf32..4fc6e4d 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -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