From 11aaeb988042bd0bc679927e452b7972278e811a6b77ff794ed28464c98c9ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 28 Jul 2018 18:27:38 +0000 Subject: [PATCH] Accepting request 625960 from home:jengelh:branches:devel:languages:python - Add missing "that". OBS-URL: https://build.opensuse.org/request/show/625960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=8 --- python-peewee.changes | 5 +++++ python-peewee.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-peewee.changes b/python-peewee.changes index 41ace9d..fb181f8 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 28 18:06:40 UTC 2018 - jengelh@inai.de + +- Add missing "that". + ------------------------------------------------------------------- Thu Jul 19 15:38:58 UTC 2018 - mcepl@suse.com diff --git a/python-peewee.spec b/python-peewee.spec index dc0790b..4562f2b 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -20,7 +20,7 @@ Name: python-peewee Version: 3.6.4 Release: 0 -Summary: A small expressive orm supports postgresql, mysql and sqlite +Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/coleifer/peewee @@ -37,7 +37,7 @@ BuildRequires: pkgconfig(sqlite3) %python_subpackages %description -A small, expressive orm -- supports postgresql, mysql and sqlite +An expressive ORM that supports PostgreSQL, MySQL and SQLite. %prep %setup -q -n peewee-%{version}