From 91a571c8433f6cf01b1d2bf65d81839debe26d6f404bf4296a1c9f710c3a2ae2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 9 May 2021 17:13:49 +0000 Subject: [PATCH] - update to 0.7.0: - trustme can now be used a command line interface with ``python -m trustme``. Get the help with ``python -m trustme --help``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trustme?expand=0&rev=14 --- python-trustme.changes | 7 +++++++ python-trustme.spec | 6 +++--- trustme-0.6.0.tar.gz | 3 --- trustme-0.7.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 trustme-0.6.0.tar.gz create mode 100644 trustme-0.7.0.tar.gz diff --git a/python-trustme.changes b/python-trustme.changes index c68b391..8fb107e 100644 --- a/python-trustme.changes +++ b/python-trustme.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 9 17:12:48 UTC 2021 - Dirk Müller + +- update to 0.7.0: + - trustme can now be used a command line interface with ``python -m + trustme``. Get the help with ``python -m trustme --help``. + ------------------------------------------------------------------- Thu Mar 12 07:55:07 UTC 2020 - Tomáš Chvátal diff --git a/python-trustme.spec b/python-trustme.spec index a7de663..2684505 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -1,7 +1,7 @@ # # spec file for package python-trustme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-trustme -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Fake CA provider for Python tests -License: MIT OR Apache-2.0 +License: Apache-2.0 OR MIT URL: https://github.com/python-trio/trustme Source: https://files.pythonhosted.org/packages/source/t/trustme/trustme-%{version}.tar.gz BuildRequires: %{python_module cryptography} diff --git a/trustme-0.6.0.tar.gz b/trustme-0.6.0.tar.gz deleted file mode 100644 index 12bcd29..0000000 --- a/trustme-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dfb18b568729d0219f758cddca1a91bab59f62ca41ee0e8acce5e657ec97b6c -size 24062 diff --git a/trustme-0.7.0.tar.gz b/trustme-0.7.0.tar.gz new file mode 100644 index 0000000..0ea18e4 --- /dev/null +++ b/trustme-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fde1dd27052ab5e5693e1fbe3ba091a6496daf1125409d73232561145fca369 +size 27853