- update to 42.0.2:
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an issue that prevented the use of Python buffer protocol objects in sign and verify methods on asymmetric keys. * Fixed an issue with incorrect keyword-argument naming with EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive s.asymmetric.ec.EllipticCurvePrivateKey.exchange`, X25519PrivateKey :meth:`~cryptography.hazmat.primitives.asymm etric.x25519.X25519PrivateKey.exchange`, X448PrivateKey :meth :`~cryptography.hazmat.primitives.asymmetric.x448.X448Private Key.exchange`, and DHPrivateKey :meth:`~cryptography.hazmat.p rimitives.asymmetric.dh.DHPrivateKey.exchange`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=206
This commit is contained in:
parent
2f68d9363c
commit
4507ff5d23
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">cryptography-42.0.1/src/rust</param>
|
||||
<param name="srcdir">cryptography-42.0.2/src/rust</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd33f53809bb363cf126bebe7a99d97735988d9b0131a2be59fbf83e1259a5b7
|
||||
size 672364
|
3
cryptography-42.0.2.tar.gz
Normal file
3
cryptography-42.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0ec52ba3c7f1b7d813cd52649a5b3ef1fc0d433219dc8c93827c57eab6cf888
|
||||
size 672761
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 17:24:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 42.0.2:
|
||||
* Updated Windows, macOS, and Linux wheels to be compiled with
|
||||
OpenSSL 3.2.1.
|
||||
* Fixed an issue that prevented the use of Python buffer
|
||||
protocol objects in sign and verify methods on asymmetric
|
||||
keys.
|
||||
* Fixed an issue with incorrect keyword-argument naming with
|
||||
EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive
|
||||
s.asymmetric.ec.EllipticCurvePrivateKey.exchange`,
|
||||
X25519PrivateKey :meth:`~cryptography.hazmat.primitives.asymm
|
||||
etric.x25519.X25519PrivateKey.exchange`, X448PrivateKey :meth
|
||||
:`~cryptography.hazmat.primitives.asymmetric.x448.X448Private
|
||||
Key.exchange`, and DHPrivateKey :meth:`~cryptography.hazmat.p
|
||||
rimitives.asymmetric.dh.DHPrivateKey.exchange`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 14:01:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-cryptography%{psuffix}
|
||||
Version: 42.0.1
|
||||
Version: 42.0.2
|
||||
Release: 0
|
||||
Summary: Python library which exposes cryptographic recipes and primitives
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:350be25620c283315071cbea95a0da4108dda98982e6f518f243b1557cace1e2
|
||||
size 4914006
|
||||
oid sha256:f866111f24143602745f8866645019ef7e13130c6ae2e4220c9dae90a22dda77
|
||||
size 4918483
|
||||
|
Loading…
x
Reference in New Issue
Block a user