From 1ab003c88b394188f2d7907950710d0b92bf17cae1d3ee1a370d68194efb7b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Oct 2018 18:01:16 +0000 Subject: [PATCH] Accepting request 644377 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary and adjust descriptions. OBS-URL: https://build.opensuse.org/request/show/644377 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=10 --- python-vcrpy.changes | 5 +++++ python-vcrpy.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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.