diff mbox series

python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1

Message ID 1681119440-25219-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 | expand

Commit Message

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

Changelog:
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst

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

Comments

Tim Orling April 10, 2023, 4:17 p.m. UTC | #1
This must be upgraded lock step with python3-cryptography. I am
intentionally holding off on that until the 4.2 release is complete.

On Mon, Apr 10, 2023 at 2:37 AM wangmy <wangmy@fujitsu.com> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{
> python3-cryptography-vectors_39.0.2.bb =>
> python3-cryptography-vectors_40.0.1.bb} (90%)
>
> diff --git a/meta/recipes-devtools/python/
> python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/
> python3-cryptography-vectors_40.0.1.bb
> similarity index 90%
> rename from meta/recipes-devtools/python/
> python3-cryptography-vectors_39.0.2.bb
> rename to meta/recipes-devtools/python/
> python3-cryptography-vectors_40.0.1.bb
> index 795e27f75b..aa305dd736 100644
> --- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.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] =
> "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
> +SRC_URI[sha256sum] =
> "8460706b5b5d0ce4a85571ca3389cf88f700bb6a0c6133dc9fe0f5a2f5bda041"
>
>  PYPI_PACKAGE = "cryptography_vectors"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179873):
> https://lists.openembedded.org/g/openembedded-core/message/179873
> Mute This Topic: https://lists.openembedded.org/mt/98172280/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Alexandre Belloni April 10, 2023, 5:25 p.m. UTC | #2
Error: 
 Problem: conflicting requests
  - nothing provides python3-cryptography-vectors = 39.0.2 needed by python3-cryptography-ptest-39.0.2-r0.core2_64
(try to add '--skip-broken' to skip uninstallable packages)


On 10/04/2023 17:37:16+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-cryptography-vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} (90%)
> 
> diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> similarity index 90%
> rename from meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> rename to meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> index 795e27f75b..aa305dd736 100644
> --- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.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] = "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
> +SRC_URI[sha256sum] = "8460706b5b5d0ce4a85571ca3389cf88f700bb6a0c6133dc9fe0f5a2f5bda041"
>  
>  PYPI_PACKAGE = "cryptography_vectors"
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179873): https://lists.openembedded.org/g/openembedded-core/message/179873
> Mute This Topic: https://lists.openembedded.org/mt/98172280/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
rename to meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
index 795e27f75b..aa305dd736 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.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] = "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
+SRC_URI[sha256sum] = "8460706b5b5d0ce4a85571ca3389cf88f700bb6a0c6133dc9fe0f5a2f5bda041"
 
 PYPI_PACKAGE = "cryptography_vectors"