diff --git a/python-flexmock.changes b/python-flexmock.changes index 3a1f5a8..9b54efd 100644 --- a/python-flexmock.changes +++ b/python-flexmock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:06:27 UTC 2018 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Tue Dec 4 12:48:08 UTC 2018 - Matej Cepl diff --git a/python-flexmock.spec b/python-flexmock.spec index 1382362..99007e6 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -21,7 +21,7 @@ Name: python-flexmock Version: 0.10.2 Release: 0 -Summary: Testing library that makes it easy to create mocks, stubs and fakes +Summary: Testing library for creating mocks, stubs and fakes License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/bkabrda/flexmock @@ -37,7 +37,7 @@ BuildRequires: %{python_module pytest} %python_subpackages %description -Flexmock is a testing library for Python that makes it easy to create mocks, +Flexmock is a testing library for Python for creating mocks, stubs and fakes. The API is inspired by a Ruby library of the same name, but Python flexmock is not a clone of the Ruby version. It omits a number of redundancies in the Ruby flexmock API, alters some defaults, and introduces