Accepting request 686322 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/686322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trustme?expand=0&rev=2
This commit is contained in:
commit
c1f708c416
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 18:02:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Replace nonsense summary. Trim storytelling write style
|
||||||
|
from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 27 11:30:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Feb 27 11:30:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-trustme
|
Name: python-trustme
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 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
|
License: MIT OR Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/python-trio/trustme
|
URL: https://github.com/python-trio/trustme
|
||||||
@ -44,12 +44,11 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
trustme is a tiny Python package that does one thing: it gives you
|
trustme is a Python package that provides a fake certificate
|
||||||
a `fake <https://martinfowler.com/bliki/TestDouble.html>`__
|
authority (CA) that can be used to generate "fake" TLS certs to use
|
||||||
certificate authority (CA) that you can use to generate fake TLS certs
|
in tests. The CA and certificates are fake in the sense of
|
||||||
to use in your tests. Well, technically they're real certs, they're
|
https://martinfowler.com/bliki/TestDouble.html, that is, the trust
|
||||||
just signed by your CA, which nobody trusts. But you can trust
|
circle of the CA is limited to the test environment.
|
||||||
it. Trust me.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n trustme-%{version}
|
%setup -q -n trustme-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user