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