15
0

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

- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/520334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=20
This commit is contained in:
2017-09-04 05:31:49 +00:00
committed by Git OBS Bridge
parent c1c955478f
commit 4f463222a4
2 changed files with 7 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
Name: python-MiniMock
Version: 1.2.8
Release: 0
Summary: The simplest possible mock library
Summary: A mock library for Python
License: MIT
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/MiniMock
@@ -38,7 +38,7 @@ Obsoletes: %{oldpython}-minimock < %{version}
%python_subpackages
%description
Minimock is a simple library for doing Mock objects with doctest.
Minimock is a library for doing Mock objects with doctest.
When using doctest, mock objects can be very simple.
%prep