diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-07-17 04:03:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-19 09:48:39 +0100 |
commit | 27957137d7294ddbc9e85d0f0801924cc23b3b6a (patch) | |
tree | 82670fdff77cd90aa5d90a25655b8a6fd90564d3 /meta/recipes-devtools/python/python3-cryptography-crates.inc | |
parent | ee04292b9da44d91b1901fdcc683750e2c161fee (diff) | |
download | poky-27957137d7294ddbc9e85d0f0801924cc23b3b6a.tar.gz |
python3-cryptography{-vectors}: upgrade 41.0.1 -> 41.0.2
https://cryptography.io/en/latest/changelog/#v41-0-2
41.0.2 - 2023-07-10
* 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.
Refresh python3-cryptography-crates.inc:
- crate://crates.io/proc-macro2/1.0.59 \
+ crate://crates.io/proc-macro2/1.0.64 \
(From OE-Core rev: ea836919fc26af1508ccf0c40843109d52e738eb)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography-crates.inc')
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-crates.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-crates.inc b/meta/recipes-devtools/python/python3-cryptography-crates.inc index 3b16e32399..da0a3f2ee8 100644 --- a/meta/recipes-devtools/python/python3-cryptography-crates.inc +++ b/meta/recipes-devtools/python/python3-cryptography-crates.inc | |||
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | crate://crates.io/pkg-config/0.3.27 \ | 29 | crate://crates.io/pkg-config/0.3.27 \ |
30 | crate://crates.io/proc-macro-error/1.0.4 \ | 30 | crate://crates.io/proc-macro-error/1.0.4 \ |
31 | crate://crates.io/proc-macro-error-attr/1.0.4 \ | 31 | crate://crates.io/proc-macro-error-attr/1.0.4 \ |
32 | crate://crates.io/proc-macro2/1.0.59 \ | 32 | crate://crates.io/proc-macro2/1.0.64 \ |
33 | crate://crates.io/pyo3/0.18.3 \ | 33 | crate://crates.io/pyo3/0.18.3 \ |
34 | crate://crates.io/pyo3-build-config/0.18.3 \ | 34 | crate://crates.io/pyo3-build-config/0.18.3 \ |
35 | crate://crates.io/pyo3-ffi/0.18.3 \ | 35 | crate://crates.io/pyo3-ffi/0.18.3 \ |
@@ -84,7 +84,7 @@ SRC_URI[pem-1.1.1.sha256sum] = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8 | |||
84 | SRC_URI[pkg-config-0.3.27.sha256sum] = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" | 84 | SRC_URI[pkg-config-0.3.27.sha256sum] = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
85 | SRC_URI[proc-macro-error-1.0.4.sha256sum] = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | 85 | SRC_URI[proc-macro-error-1.0.4.sha256sum] = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
86 | SRC_URI[proc-macro-error-attr-1.0.4.sha256sum] = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | 86 | SRC_URI[proc-macro-error-attr-1.0.4.sha256sum] = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
87 | SRC_URI[proc-macro2-1.0.59.sha256sum] = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" | 87 | SRC_URI[proc-macro2-1.0.64.sha256sum] = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" |
88 | SRC_URI[pyo3-0.18.3.sha256sum] = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" | 88 | SRC_URI[pyo3-0.18.3.sha256sum] = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" |
89 | SRC_URI[pyo3-build-config-0.18.3.sha256sum] = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" | 89 | SRC_URI[pyo3-build-config-0.18.3.sha256sum] = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" |
90 | SRC_URI[pyo3-ffi-0.18.3.sha256sum] = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" | 90 | SRC_URI[pyo3-ffi-0.18.3.sha256sum] = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" |