Accepting request 891896 from devel:languages:python
- 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/request/show/891896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trustme?expand=0&rev=7
This commit is contained in:
commit
bb0990f49e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 9 17:12:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Thu Mar 12 07:55:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-trustme
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,10 +19,10 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-trustme
|
Name: python-trustme
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fake CA provider for Python tests
|
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
|
URL: https://github.com/python-trio/trustme
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/trustme/trustme-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/trustme/trustme-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9dfb18b568729d0219f758cddca1a91bab59f62ca41ee0e8acce5e657ec97b6c
|
|
||||||
size 24062
|
|
3
trustme-0.7.0.tar.gz
Normal file
3
trustme-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fde1dd27052ab5e5693e1fbe3ba091a6496daf1125409d73232561145fca369
|
||||||
|
size 27853
|
Loading…
Reference in New Issue
Block a user