All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-aenum: bump to version 3.1.0
@ 2021-09-27 19:50 Asaf Kahlon
  2021-10-05 19:35 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2021-09-27 19:50 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, indent with two spaces on the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-aenum/python-aenum.hash | 9 +++++----
 package/python-aenum/python-aenum.mk   | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/python-aenum/python-aenum.hash b/package/python-aenum/python-aenum.hash
index 16ee23aba5..d10254f9b1 100644
--- a/package/python-aenum/python-aenum.hash
+++ b/package/python-aenum/python-aenum.hash
@@ -1,4 +1,5 @@
-# sha256 from https://pypi.org/pypi/aenum/json
-sha256	a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8  aenum-2.2.3.tar.gz
-# locally calculated
-sha256	0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c  aenum/LICENSE
+# md5, sha256 from https://pypi.org/pypi/aenum/json
+md5  6f30144abd4d156f22f8a49d81c496df  aenum-3.1.0.tar.gz
+sha256  87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a  aenum-3.1.0.tar.gz
+# Locally computed sha256 checksums
+sha256  0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c  aenum/LICENSE
diff --git a/package/python-aenum/python-aenum.mk b/package/python-aenum/python-aenum.mk
index 97fcbb5e86..98695d99ce 100644
--- a/package/python-aenum/python-aenum.mk
+++ b/package/python-aenum/python-aenum.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_AENUM_VERSION = 2.2.3
+PYTHON_AENUM_VERSION = 3.1.0
 PYTHON_AENUM_SOURCE = aenum-$(PYTHON_AENUM_VERSION).tar.gz
-PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/6f/6a/8ed729e0add885d7a559ebb06133029b1f8c4bd66cbf1bdee1ec969fb310
+PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/ae/25/00b2949186e76a4c9732e33221274964fecf5c88178cbe5a14a80cfc04e8
 PYTHON_AENUM_SETUP_TYPE = setuptools
 PYTHON_AENUM_LICENSE = BSD-3-Clause
 PYTHON_AENUM_LICENSE_FILES = aenum/LICENSE
-- 
2.33.0

_______________________________________________
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-aenum: bump to version 3.1.0
  2021-09-27 19:50 [Buildroot] [PATCH 1/1] package/python-aenum: bump to version 3.1.0 Asaf Kahlon
@ 2021-10-05 19:35 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-05 19:35 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 27/09/2021 21:50, Asaf Kahlon wrote:
> Plus, indent with two spaces on the hash file.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

  All 13 applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-aenum/python-aenum.hash | 9 +++++----
>   package/python-aenum/python-aenum.mk   | 4 ++--
>   2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/package/python-aenum/python-aenum.hash b/package/python-aenum/python-aenum.hash
> index 16ee23aba5..d10254f9b1 100644
> --- a/package/python-aenum/python-aenum.hash
> +++ b/package/python-aenum/python-aenum.hash
> @@ -1,4 +1,5 @@
> -# sha256 from https://pypi.org/pypi/aenum/json
> -sha256	a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8  aenum-2.2.3.tar.gz
> -# locally calculated
> -sha256	0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c  aenum/LICENSE
> +# md5, sha256 from https://pypi.org/pypi/aenum/json
> +md5  6f30144abd4d156f22f8a49d81c496df  aenum-3.1.0.tar.gz
> +sha256  87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a  aenum-3.1.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256  0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c  aenum/LICENSE
> diff --git a/package/python-aenum/python-aenum.mk b/package/python-aenum/python-aenum.mk
> index 97fcbb5e86..98695d99ce 100644
> --- a/package/python-aenum/python-aenum.mk
> +++ b/package/python-aenum/python-aenum.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_AENUM_VERSION = 2.2.3
> +PYTHON_AENUM_VERSION = 3.1.0
>   PYTHON_AENUM_SOURCE = aenum-$(PYTHON_AENUM_VERSION).tar.gz
> -PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/6f/6a/8ed729e0add885d7a559ebb06133029b1f8c4bd66cbf1bdee1ec969fb310
> +PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/ae/25/00b2949186e76a4c9732e33221274964fecf5c88178cbe5a14a80cfc04e8
>   PYTHON_AENUM_SETUP_TYPE = setuptools
>   PYTHON_AENUM_LICENSE = BSD-3-Clause
>   PYTHON_AENUM_LICENSE_FILES = aenum/LICENSE
> 
_______________________________________________
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:[~2021-10-05 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 19:50 [Buildroot] [PATCH 1/1] package/python-aenum: bump to version 3.1.0 Asaf Kahlon
2021-10-05 19:35 ` Arnout Vandecappelle

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.