From feab7f1b747e8fbdfb08842b4988a29a676afa87fb45fccbc08e2e7286031f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:37:04 +0000 Subject: [PATCH] Accepting request 626091 from home:jengelh:branches:devel:languages:python - Do not let the description assume any specific use context. OBS-URL: https://build.opensuse.org/request/show/626091 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=5 --- python-sybil.changes | 5 +++++ python-sybil.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-sybil.changes b/python-sybil.changes index 7cdc9f3..7c4c173 100644 --- a/python-sybil.changes +++ b/python-sybil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 12:31:09 UTC 2018 - jengelh@inai.de + +- Do not let the description assume any specific use context. + ------------------------------------------------------------------- Thu May 24 17:49:50 UTC 2018 - toddrme2178@gmail.com diff --git a/python-sybil.spec b/python-sybil.spec index 7dbde6b..76fd5cc 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -20,7 +20,7 @@ Name: python-sybil Version: 1.0.8 Release: 0 -Summary: Automated testing for the examples in your documentation +Summary: Automated testing of examples in documentation License: MIT Group: Development/Languages/Python Url: https://github.com/cjw296/sybil @@ -51,9 +51,9 @@ BuildArch: noarch %python_subpackages %description -python-sybil provides a way to test examples in your documentation by parsing +python-sybil provides a way to test examples in one's documentation by parsing them from the documentation source and evaluating the parsed examples as part -of your normal test run. Integration is provided for the three main Python +of the normal test run. Integration is provided for the three main Python test runners. %prep