diff --git a/python-httpretty.changes b/python-httpretty.changes index 41591c6..ca106f9 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 26 13:35:45 UTC 2017 - jengelh@inai.de + +- Fix spello in description. Move summary extent to description. + ------------------------------------------------------------------- Tue Aug 15 20:13:58 UTC 2017 - daniel.molkentin@suse.com diff --git a/python-httpretty.spec b/python-httpretty.spec index f7da338..b25a635 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -20,7 +20,7 @@ Name: python-httpretty Version: 0.8.14 Release: 0 -Summary: HTTP client mocking tool for Python, it's like ruby's FakeWeb for python +Summary: HTTP client mocking tool for Python License: MIT Group: Development/Languages/Python Url: https://github.com/gabrielfalcao/HTTPretty @@ -33,8 +33,9 @@ BuildArch: noarch %python_subpackages %description -This libary allows mocking of http protocol based +This library allows mocking of HTTP protocol based unit tests. +It is similar to Ruby's FakeWeb. %prep %setup -q -n httpretty-%{version}