From a463f7601c91911656bd93b9e1db744edc75c203dd60a0a71184486cc24f5345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 19 Mar 2019 08:32:06 +0000 Subject: [PATCH] Accepting request 686202 from home:jengelh:branches:devel:languages:python - Replace nonsense summary. Trim storytelling write style from description. OBS-URL: https://build.opensuse.org/request/show/686202 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trustme?expand=0&rev=4 --- python-trustme.changes | 6 ++++++ python-trustme.spec | 13 ++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-trustme.changes b/python-trustme.changes index 9023719..4a13263 100644 --- a/python-trustme.changes +++ b/python-trustme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 18 18:02:03 UTC 2019 - Jan Engelhardt + +- Replace nonsense summary. Trim storytelling write style + from description. + ------------------------------------------------------------------- Wed Feb 27 11:30:53 UTC 2019 - Ondřej Súkup diff --git a/python-trustme.spec b/python-trustme.spec index 385d9e0..f7b0d37 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -20,7 +20,7 @@ Name: python-trustme Version: 0.5.0 Release: 0 -Summary: #1 quality TLS certs while you wait, for the discerning tester +Summary: Fake CA provider for Python tests License: MIT OR Apache-2.0 Group: Development/Languages/Python URL: https://github.com/python-trio/trustme @@ -44,12 +44,11 @@ BuildArch: noarch %python_subpackages %description -trustme is a tiny Python package that does one thing: it gives you -a `fake `__ -certificate authority (CA) that you can use to generate fake TLS certs -to use in your tests. Well, technically they're real certs, they're -just signed by your CA, which nobody trusts. But you can trust -it. Trust me. +trustme is a Python package that provides a fake certificate +authority (CA) that can be used to generate "fake" TLS certs to use +in tests. The CA and certificates are fake in the sense of +https://martinfowler.com/bliki/TestDouble.html, that is, the trust +circle of the CA is limited to the test environment. %prep %setup -q -n trustme-%{version}