From cfaea2b27ea6aa88a7a2fc565591674cad577f523a23db7540772b9f8175ed4b Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 11 Sep 2017 15:41:19 +0000 Subject: [PATCH] Accepting request 523260 from home:jengelh:branches:devel:languages:python - Rewrite description to focus on the package. OBS-URL: https://build.opensuse.org/request/show/523260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=2 --- python-Faker.changes | 5 +++++ python-Faker.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-Faker.changes b/python-Faker.changes index 7ac31b9..b5d43dd 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 15:22:34 UTC 2017 - jengelh@inai.de + +- Rewrite description to focus on the package. + ------------------------------------------------------------------- Wed Sep 6 16:41:21 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Faker.spec b/python-Faker.spec index 0c9ba5a..ebc1628 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -22,7 +22,7 @@ Name: python-Faker Version: 0.8.3 Release: 0 -Summary: Faker is a Python package that generates fake data for you +Summary: Faker is a Python package that generates fake data License: MIT Group: Development/Languages/Python Url: https://github.com/joke2k/faker @@ -57,10 +57,9 @@ BuildArch: noarch %python_subpackages %description -Faker is a Python package that generates fake data for you. Whether -you need to bootstrap your database, create good-looking XML documents, -fill-in your persistence to stress test it, or anonymize data taken from -a production service, Faker is for you. +Faker is a Python package that generates fake data. It helps with +database bootstrapping, creating XML documents, persistence stress +testing, and data anonymization from production services. %prep %setup -q -n Faker-%{version}