- 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>

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.