Accepting request 518970 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/518970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpretty?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2017-08-28 13:18:21 +00:00 committed by Git OBS Bridge
commit a50c27539d
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}