- update to 41.0.2:
* Fixed bugs in creating and parsing SSH certificates where critical options with values were handled incorrectly. Certificates are now created correctly and parsing accepts correct values as well as the previously generated invalid forms with a warning. In the next release, support for parsing these invalid forms will be removed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=190
This commit is contained in:
parent
af1b2b2d21
commit
985179992e
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.1/src/rust</param>
|
||||
<param name="srcdir">cryptography-41.0.2/src/rust</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006
|
||||
size 629124
|
BIN
cryptography-41.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
cryptography-41.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 13:44:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 41.0.2:
|
||||
* Fixed bugs in creating and parsing SSH certificates where
|
||||
critical options with values were handled incorrectly.
|
||||
Certificates are now created correctly and parsing accepts
|
||||
correct values as well as the previously generated
|
||||
invalid forms with a warning. In the next release, support
|
||||
for parsing these invalid forms will be removed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 11:44:23 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-cryptography%{psuffix}
|
||||
Version: 41.0.1
|
||||
Version: 41.0.2
|
||||
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…
x
Reference in New Issue
Block a user