- update to 1.1.0:

* Allow `os.PathLike` in typing of `Blob.write_to_path`
  * Add support for PyPy 3.10 and Python 3.12
  * Remove support for Python 3.7
  * Support for Python 3.10 and 3.11 (#372, 574)
    trustme``. Get the help with ``python -m trustme --help``.
  * Added attr CA.from_pem to import an existing certificate authority;
- initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trustme?expand=0&rev=24
This commit is contained in:
Dirk Mueller 2023-09-07 11:04:09 +00:00 committed by Git OBS Bridge
parent 09830c201e
commit 9210c1eb06
4 changed files with 17 additions and 17 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 7 11:03:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Allow `os.PathLike` in typing of `Blob.write_to_path`
* Add support for PyPy 3.10 and Python 3.12
* Remove support for Python 3.7
-------------------------------------------------------------------
Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -7,7 +15,7 @@ Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
key_type parameter on the multiple methods that generate
certificates. ECDSA certificates as they can be generated
significantly faster.
* Support for Python 3.10 and 3.11 (#372, 574)
* Support for Python 3.10 and 3.11 (#372, 574)
-------------------------------------------------------------------
Fri Apr 21 12:38:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -96,7 +104,7 @@ 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``.
trustme``. Get the help with ``python -m trustme --help``.
-------------------------------------------------------------------
Thu Mar 12 07:55:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
@ -108,7 +116,7 @@ Fri Feb 7 15:33:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.6.0
* Allow specifying organization and organization unit in CA and issued certs
* Added attr CA.from_pem to import an existing certificate authority;
* Added attr CA.from_pem to import an existing certificate authority;
this allows migrating to trustme step-by-step.
-------------------------------------------------------------------
@ -132,4 +140,4 @@ Mon Mar 18 18:02:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
-------------------------------------------------------------------
Wed Feb 27 11:30:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- initial package
- initial package

View File

@ -16,10 +16,9 @@
#
%bcond_without python2
%{?sle15_python_module_pythons}
Name: python-trustme
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Fake CA provider for Python tests
License: Apache-2.0 OR MIT
@ -34,16 +33,9 @@ BuildRequires: %{python_module service_identity}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography
Requires: python-cryptography >= 41.0.1
Requires: python-idna
BuildArch: noarch
%if %{with python2}
BuildRequires: python-futures
BuildRequires: python-ipaddress
%endif
%ifpython2
Requires: python-ipaddress
%endif
%python_subpackages
%description

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d4f0b0fe28091506edc29c19ad90cca387646add436c3ca66ba7bcc53807f55
size 29567

BIN
trustme-1.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.