Hello community, here is the log from the commit of package python-trustme for openSUSE:Factory checked in at 2019-03-29 20:35:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trustme (Old) and /work/SRC/openSUSE:Factory/.python-trustme.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trustme" Fri Mar 29 20:35:57 2019 rev:2 rq:686322 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trustme/python-trustme.changes 2019-02-27 17:29:37.727310453 +0100 +++ /work/SRC/openSUSE:Factory/.python-trustme.new.25356/python-trustme.changes 2019-03-29 20:35:58.378536980 +0100 @@ -1,0 +2,6 @@ +Mon Mar 18 18:02:03 UTC 2019 - Jan Engelhardt <[email protected]> + +- Replace nonsense summary. Trim storytelling write style + from description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trustme.spec ++++++ --- /var/tmp/diff_new_pack.DyUtK9/_old 2019-03-29 20:35:58.858537672 +0100 +++ /var/tmp/diff_new_pack.DyUtK9/_new 2019-03-29 20:35:58.862537678 +0100 @@ -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 @@ %python_subpackages %description -trustme is a tiny Python package that does one thing: it gives you -a `fake <https://martinfowler.com/bliki/TestDouble.html>`__ -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}
