- update to 41.0.3:

* Fixed performance regression loading DH public keys.
  * Fixed a memory leak when using
  * :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20
    Poly1305`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=194
This commit is contained in:
Dirk Mueller 2023-08-08 10:57:35 +00:00 committed by Git OBS Bridge
parent a74a7d5144
commit 9ed6a9c7a8
6 changed files with 16 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="disabled"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">cryptography-41.0.2/src/rust</param>
<param name="srcdir">cryptography-41.0.3/src/rust</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="disabled">

BIN
cryptography-41.0.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 8 10:57:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 41.0.3:
* Fixed performance regression loading DH public keys.
* Fixed a memory leak when using
* :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20
Poly1305`.
-------------------------------------------------------------------
Tue Jul 11 13:44:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-cryptography%{psuffix}
Version: 41.0.2
Version: 41.0.3
Release: 0
Summary: Python library which exposes cryptographic recipes and primitives
License: Apache-2.0 OR BSD-3-Clause

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.