All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-bcrypt: bump to version 4.2.1
@ 2024-12-23 15:35 James Hilliard
  2024-12-27 14:38 ` Julien Olivain
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-12-23 15:35 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-bcrypt/python-bcrypt.hash | 2 +-
 package/python-bcrypt/python-bcrypt.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/python-bcrypt/python-bcrypt.hash b/package/python-bcrypt/python-bcrypt.hash
index 6855047de6..c17ae6da50 100644
--- a/package/python-bcrypt/python-bcrypt.hash
+++ b/package/python-bcrypt/python-bcrypt.hash
@@ -1,4 +1,4 @@
 # Locally calculated after vendoring
-sha256  2385fd07301cf6d01befc1245d9310a97790492be76e388dd7c0d8de0409806f  python-bcrypt-4.2.0-cargo2.tar.gz
+sha256  cf7284c3284e619553116ec98036d05bdd20d44cab71f907b7cd15137a3f2ec9  python-bcrypt-4.2.1-cargo2.tar.gz
 # Locally computed sha256 checksums
 sha256  8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90  LICENSE
diff --git a/package/python-bcrypt/python-bcrypt.mk b/package/python-bcrypt/python-bcrypt.mk
index 0654ea4730..cbbc7bcecf 100644
--- a/package/python-bcrypt/python-bcrypt.mk
+++ b/package/python-bcrypt/python-bcrypt.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_BCRYPT_VERSION = 4.2.0
+PYTHON_BCRYPT_VERSION = 4.2.1
 PYTHON_BCRYPT_SOURCE_PYPI = bcrypt-$(PYTHON_BCRYPT_VERSION).tar.gz
-PYTHON_BCRYPT_SITE_PYPI = https://files.pythonhosted.org/packages/e4/7e/d95e7d96d4828e965891af92e43b52a4cd3395dc1c1ef4ee62748d0471d0
+PYTHON_BCRYPT_SITE_PYPI = https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c
 PYTHON_BCRYPT_SITE = $(PYTHON_BCRYPT_SITE_PYPI)/$(PYTHON_BCRYPT_SOURCE_PYPI)?buildroot-path=filename
 PYTHON_BCRYPT_SETUP_TYPE = setuptools-rust
 PYTHON_BCRYPT_LICENSE = Apache-2.0
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-bcrypt: bump to version 4.2.1
  2024-12-23 15:35 [Buildroot] [PATCH 1/1] package/python-bcrypt: bump to version 4.2.1 James Hilliard
@ 2024-12-27 14:38 ` Julien Olivain
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain @ 2024-12-27 14:38 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

On 23/12/2024 16:35, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Applied to master, thanks.

> ---
>  package/python-bcrypt/python-bcrypt.hash | 2 +-
>  package/python-bcrypt/python-bcrypt.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/python-bcrypt/python-bcrypt.hash 
> b/package/python-bcrypt/python-bcrypt.hash
> index 6855047de6..c17ae6da50 100644
> --- a/package/python-bcrypt/python-bcrypt.hash
> +++ b/package/python-bcrypt/python-bcrypt.hash
> @@ -1,4 +1,4 @@
>  # Locally calculated after vendoring
> -sha256  
> 2385fd07301cf6d01befc1245d9310a97790492be76e388dd7c0d8de0409806f  
> python-bcrypt-4.2.0-cargo2.tar.gz
> +sha256  
> cf7284c3284e619553116ec98036d05bdd20d44cab71f907b7cd15137a3f2ec9  
> python-bcrypt-4.2.1-cargo2.tar.gz
>  # Locally computed sha256 checksums
>  sha256  
> 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90  
> LICENSE
> diff --git a/package/python-bcrypt/python-bcrypt.mk 
> b/package/python-bcrypt/python-bcrypt.mk
> index 0654ea4730..cbbc7bcecf 100644
> --- a/package/python-bcrypt/python-bcrypt.mk
> +++ b/package/python-bcrypt/python-bcrypt.mk
> @@ -4,9 +4,9 @@
>  #
>  
> ################################################################################
> 
> -PYTHON_BCRYPT_VERSION = 4.2.0
> +PYTHON_BCRYPT_VERSION = 4.2.1
>  PYTHON_BCRYPT_SOURCE_PYPI = bcrypt-$(PYTHON_BCRYPT_VERSION).tar.gz
> -PYTHON_BCRYPT_SITE_PYPI = 
> https://files.pythonhosted.org/packages/e4/7e/d95e7d96d4828e965891af92e43b52a4cd3395dc1c1ef4ee62748d0471d0
> +PYTHON_BCRYPT_SITE_PYPI = 
> https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c
>  PYTHON_BCRYPT_SITE = 
> $(PYTHON_BCRYPT_SITE_PYPI)/$(PYTHON_BCRYPT_SOURCE_PYPI)?buildroot-path=filename
>  PYTHON_BCRYPT_SETUP_TYPE = setuptools-rust
>  PYTHON_BCRYPT_LICENSE = Apache-2.0
> --
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-27 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23 15:35 [Buildroot] [PATCH 1/1] package/python-bcrypt: bump to version 4.2.1 James Hilliard
2024-12-27 14:38 ` Julien Olivain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.