Accepting request 518892 from home:jengelh:branches:devel:languages:python

- Fix spello in description. Move summary extent to description.

OBS-URL: https://build.opensuse.org/request/show/518892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=26
This commit is contained in:
Thomas Bechtold 2017-08-28 04:14:10 +00:00 committed by Git OBS Bridge
parent b600ad99f2
commit 4e4ed8f352
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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}