diff --git a/python-vcrpy.changes b/python-vcrpy.changes index 2c18985..a24976a 100644 --- a/python-vcrpy.changes +++ b/python-vcrpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 24 15:24:59 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary and adjust descriptions. + ------------------------------------------------------------------- Wed Oct 24 13:31:40 UTC 2018 - Tomáš Chvátal diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 3b3558a..cf15463 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -21,7 +21,7 @@ Name: python-vcrpy Version: 2.0.1 Release: 0 -Summary: Automatically mock your HTTP interactions to simplify and speed up testing +Summary: Python module to mock and replay HTTP interactions License: MIT Group: Development/Languages/Python URL: https://github.com/kevin1024/vcrpy @@ -51,8 +51,8 @@ Requires: python3-yarl %python_subpackages %description -Record your test suite's HTTP interactions and replay them during future test -runs for fast, deterministic, accurate tests. +This module records a test suite's HTTP interactions and replays them during future +test runs for deterministic tests. This is a Python version of Ruby's VCR library.