* [Buildroot] [next 1/1] package/python-gnupg: bump to version 0.5.0
@ 2022-08-29 19:58 Julien Olivain
2022-09-06 14:58 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2022-08-29 19:58 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain, Asaf Kahlon
For change log, see:
https://github.com/vsajip/python-gnupg/releases/tag/0.5.0
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Tested on BR commit 04d3aef with commands:
make check-package
...
0 warnings generated
make python-gnupg-legal-info
...
LICENSE.txt: OK
support/testing/run-tests \
-d dl -o output_folder \
tests.package.test_python_gnupg.TestPythonPy3GnuPG
...
OK
---
package/python-gnupg/python-gnupg.hash | 4 ++--
package/python-gnupg/python-gnupg.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-gnupg/python-gnupg.hash b/package/python-gnupg/python-gnupg.hash
index f7267308f6..7886ff7dae 100644
--- a/package/python-gnupg/python-gnupg.hash
+++ b/package/python-gnupg/python-gnupg.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-gnupg/json
-md5 e27cd8c6ce3b5c9197e931b65bbb4c9a python-gnupg-0.4.9.tar.gz
-sha256 aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537 python-gnupg-0.4.9.tar.gz
+md5 19cc1aef3a612b7b5f13e388260e65d4 python-gnupg-0.5.0.tar.gz
+sha256 70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a python-gnupg-0.5.0.tar.gz
# Locally computed sha256 checksums
sha256 4104ca980dbca7603fc553078378eb14566a76f819d033d7bff89fd6a97e181b LICENSE.txt
diff --git a/package/python-gnupg/python-gnupg.mk b/package/python-gnupg/python-gnupg.mk
index 582a649f9a..b51ac61892 100644
--- a/package/python-gnupg/python-gnupg.mk
+++ b/package/python-gnupg/python-gnupg.mk
@@ -4,8 +4,8 @@
#
################################################################################
-PYTHON_GNUPG_VERSION = 0.4.9
-PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/c8/cb/46fb80639cf0dd4251aeb075a1a5e2ebbb8c9656f28ddfe9d8c99b68b6da
+PYTHON_GNUPG_VERSION = 0.5.0
+PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/e3/5c/5ff9877001616912a74f4377cd5f80925b31a678087800beae5b28bdb80e
PYTHON_GNUPG_LICENSE = BSD-3-Clause
PYTHON_GNUPG_LICENSE_FILES = LICENSE.txt
PYTHON_GNUPG_CPE_ID_VENDOR = python
--
2.37.2
_______________________________________________
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] [next 1/1] package/python-gnupg: bump to version 0.5.0
2022-08-29 19:58 [Buildroot] [next 1/1] package/python-gnupg: bump to version 0.5.0 Julien Olivain
@ 2022-09-06 14:58 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-09-06 14:58 UTC (permalink / raw)
To: Julien Olivain; +Cc: Asaf Kahlon, buildroot
Julien, All,
On 2022-08-29 21:58 +0200, Julien Olivain spake thusly:
> For change log, see:
> https://github.com/vsajip/python-gnupg/releases/tag/0.5.0
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Applied to next, thanks.
Regards,
Yann E. MORIN.
> ---
> Tested on BR commit 04d3aef with commands:
>
> make check-package
> ...
> 0 warnings generated
>
> make python-gnupg-legal-info
> ...
> LICENSE.txt: OK
>
> support/testing/run-tests \
> -d dl -o output_folder \
> tests.package.test_python_gnupg.TestPythonPy3GnuPG
> ...
> OK
> ---
> package/python-gnupg/python-gnupg.hash | 4 ++--
> package/python-gnupg/python-gnupg.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-gnupg/python-gnupg.hash b/package/python-gnupg/python-gnupg.hash
> index f7267308f6..7886ff7dae 100644
> --- a/package/python-gnupg/python-gnupg.hash
> +++ b/package/python-gnupg/python-gnupg.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/python-gnupg/json
> -md5 e27cd8c6ce3b5c9197e931b65bbb4c9a python-gnupg-0.4.9.tar.gz
> -sha256 aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537 python-gnupg-0.4.9.tar.gz
> +md5 19cc1aef3a612b7b5f13e388260e65d4 python-gnupg-0.5.0.tar.gz
> +sha256 70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a python-gnupg-0.5.0.tar.gz
> # Locally computed sha256 checksums
> sha256 4104ca980dbca7603fc553078378eb14566a76f819d033d7bff89fd6a97e181b LICENSE.txt
> diff --git a/package/python-gnupg/python-gnupg.mk b/package/python-gnupg/python-gnupg.mk
> index 582a649f9a..b51ac61892 100644
> --- a/package/python-gnupg/python-gnupg.mk
> +++ b/package/python-gnupg/python-gnupg.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -PYTHON_GNUPG_VERSION = 0.4.9
> -PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/c8/cb/46fb80639cf0dd4251aeb075a1a5e2ebbb8c9656f28ddfe9d8c99b68b6da
> +PYTHON_GNUPG_VERSION = 0.5.0
> +PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/e3/5c/5ff9877001616912a74f4377cd5f80925b31a678087800beae5b28bdb80e
> PYTHON_GNUPG_LICENSE = BSD-3-Clause
> PYTHON_GNUPG_LICENSE_FILES = LICENSE.txt
> PYTHON_GNUPG_CPE_ID_VENDOR = python
> --
> 2.37.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2022-09-06 14:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29 19:58 [Buildroot] [next 1/1] package/python-gnupg: bump to version 0.5.0 Julien Olivain
2022-09-06 14:58 ` Yann E. MORIN
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.