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}