All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-boto3: bump to version 1.18.48
Date: Mon, 27 Sep 2021 22:51:27 +0300	[thread overview]
Message-ID: <20210927195136.549542-3-asafka7@gmail.com> (raw)
In-Reply-To: <20210927195136.549542-1-asafka7@gmail.com>

The package doesn't support python2 anymore.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-boto3/Config.in         | 1 +
 package/python-boto3/python-boto3.hash | 4 ++--
 package/python-boto3/python-boto3.mk   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/python-boto3/Config.in b/package/python-boto3/Config.in
index 67b1420388..1cb1ebfd12 100644
--- a/package/python-boto3/Config.in
+++ b/package/python-boto3/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_BOTO3
 	bool "python-boto3"
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
 	select BR2_PACKAGE_PYTHON_JMESPATH # runtime
 	select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime
diff --git a/package/python-boto3/python-boto3.hash b/package/python-boto3/python-boto3.hash
index 6752a2cca0..e4d924e786 100644
--- a/package/python-boto3/python-boto3.hash
+++ b/package/python-boto3/python-boto3.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/boto3/json
-md5  8cecdbf7ef6702837d7ddabaa3e39a89  boto3-1.16.50.tar.gz
-sha256  4d502a842b81fdac4b950d3b88a5b9067ce118213b122b20f4192003cb067986  boto3-1.16.50.tar.gz
+md5  0f37b054b9c14fe05a8194f85b122918  boto3-1.18.48.tar.gz
+sha256  7b45b224442c479de4bc6e6e9cb0557b642fc7a77edc8702e393ccaa2e0aa128  boto3-1.18.48.tar.gz
 # Locally computed sha256 checksums
 sha256  0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE
diff --git a/package/python-boto3/python-boto3.mk b/package/python-boto3/python-boto3.mk
index a5c2b6ab31..d1e01de855 100644
--- a/package/python-boto3/python-boto3.mk
+++ b/package/python-boto3/python-boto3.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_BOTO3_VERSION = 1.16.50
+PYTHON_BOTO3_VERSION = 1.18.48
 PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
-PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/c8/c6/b4d9547a493ac2837f296f4a004dff6e7136cf6750d181769b8a61d63813
+PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/d4/1e/7d6bf1b92199121ec5c020868402b90ba1a4fef6941aafaff970a664d83a
 PYTHON_BOTO3_SETUP_TYPE = setuptools
 PYTHON_BOTO3_LICENSE = Apache-2.0
 PYTHON_BOTO3_LICENSE_FILES = LICENSE
-- 
2.33.0

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

  parent reply	other threads:[~2021-09-27 19:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 19:51 [Buildroot] [PATCH 1/1] package/python-aiocoap: bump to version 0.4.1 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-babel: bump to version 2.9.1 Asaf Kahlon
2021-09-27 19:51 ` Asaf Kahlon [this message]
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-botocore: bump to version 1.21.48 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-cached-property: bump to version 1.5.2 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-colorlog: bump to versio 6.4.1 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 5.1.0 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-dnspython: bump to version 2.1.0 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.7.2 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-ecdsa: bump to version 0.17.0 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-html5lib: bump to version 1.1 Asaf Kahlon
2021-09-27 19:51 ` [Buildroot] [PATCH 1/1] package/python-s3transfer: bump to version 0.5.0 Asaf Kahlon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210927195136.549542-3-asafka7@gmail.com \
    --to=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.