diff mbox series

python3-cryptography-vectors: upgrade 41.0.1 -> 41.0.2

Message ID 1689585025-23731-11-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-cryptography-vectors: upgrade 41.0.1 -> 41.0.2 | expand

Commit Message

Mingyu Wang (Fujitsu) July 17, 2023, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...vectors_41.0.1.bb => python3-cryptography-vectors_41.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cryptography-vectors_41.0.1.bb => python3-cryptography-vectors_41.0.2.bb} (91%)

Comments

Tim Orling July 17, 2023, 9:31 a.m. UTC | #1
This CANNOT be upgraded without also upgrading python3-cryptography. Please
remove this recipe from your CI loop.

On Mon, Jul 17, 2023 at 11:10 AM wangmy <wangmy@fujitsu.com> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> -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.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...vectors_41.0.1.bb => python3-cryptography-vectors_41.0.2.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{
> python3-cryptography-vectors_41.0.1.bb =>
> python3-cryptography-vectors_41.0.2.bb} (91%)
>
> diff --git a/meta/recipes-devtools/python/
> python3-cryptography-vectors_41.0.1.bb b/meta/recipes-devtools/python/
> python3-cryptography-vectors_41.0.2.bb
> similarity index 91%
> rename from meta/recipes-devtools/python/
> python3-cryptography-vectors_41.0.1.bb
> rename to meta/recipes-devtools/python/
> python3-cryptography-vectors_41.0.2.bb
> index 016620e710..52f2c35315 100644
> --- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb
> +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
>  # NOTE: Make sure to keep this recipe at the same version as
> python3-cryptography
>  #       Upgrade both recipes at the same time
>
> -SRC_URI[sha256sum] =
> "23b08c39777ec7b2774a11f945d1746301b1e88ecff2e5326d7f50ea0f42d580"
> +SRC_URI[sha256sum] =
> "028dff94a8522ca818b11295ff12df55f348f33a193c0597ddfe8239e53d1582"
>
>  PYPI_PACKAGE = "cryptography_vectors"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#184448):
> https://lists.openembedded.org/g/openembedded-core/message/184448
> Mute This Topic: https://lists.openembedded.org/mt/100191311/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb
rename to meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
index 016620e710..52f2c35315 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
 # NOTE: Make sure to keep this recipe at the same version as python3-cryptography
 #       Upgrade both recipes at the same time
 
-SRC_URI[sha256sum] = "23b08c39777ec7b2774a11f945d1746301b1e88ecff2e5326d7f50ea0f42d580"
+SRC_URI[sha256sum] = "028dff94a8522ca818b11295ff12df55f348f33a193c0597ddfe8239e53d1582"
 
 PYPI_PACKAGE = "cryptography_vectors"