- 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:
parent
a74a7d5144
commit
9ed6a9c7a8
2
_service
2
_service
@ -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)
BIN
cryptography-41.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
cryptography-41.0.3.tar.gz
Normal file
3
cryptography-41.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34
|
||||
size 630139
|
@ -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>
|
||||
|
||||
|
@ -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)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user