public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/
Date: Fri, 24 Jan 2025 07:21:39 +0000 (UTC)	[thread overview]
Message-ID: <1737702988.6fa5b1bf69999c65b538263d6caa4583af924255.mgorny@gentoo> (raw)

commit:     6fa5b1bf69999c65b538263d6caa4583af924255
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 06:03:24 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 07:16:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa5b1bf

dev-python/s3transfer: Bump to 0.11.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/s3transfer/Manifest                 |  1 +
 dev-python/s3transfer/s3transfer-0.11.2.ebuild | 39 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index ddef2112107b..0c1fdfe34e47 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
 DIST s3transfer-0.10.4.tar.gz 145287 BLAKE2B 0b15068862236237287243237639310d35de942b0d3d399edd5ee924195ee8f45b2badea4b02f8dceef64f034111a810910b8208cb6e0c5db070b39f5c39f615 SHA512 671d95e9f507bdca8cf53b88cd28285f9c2ae1456fcb24ba4a61a75d30e8c8fa8b2a4faa8c8364114dc3e5c57f630d5b61575847b167e37b3de44b42c45f6a63
 DIST s3transfer-0.11.0.tar.gz 146986 BLAKE2B 050e757482c5b7524b2cc0b7aee1d41cbbff2ee26f62caff481077a4985932ffc486abe7076e4f4e4e4549eb616b302da0a279d86b826a780f4cf017168ad828 SHA512 8e12199fbcec039f228df877ff2026a1e977eafb9fd967d7e5669a9e6f8b73673f295df1a469ed6ce082a1882dab4518b1f6621ca3714c13f8febaa90dfee922
 DIST s3transfer-0.11.1.tar.gz 146952 BLAKE2B 25da68be52e1ba6723061ac87628235062ce4fef0a03d8c9958f72bade37b2851f77f5ed3944c8f43b82b45c65d90fecc41b5dbf4830215e4a533c2e5186088a SHA512 c1a9e14dd1f19166944193d5891c58b4392c2693d8171900937f473a2f55bc504a667c23730f0da837a7252948c62faa1476448c1254d61d4cc01db881d33cb7
+DIST s3transfer-0.11.2.tar.gz 147885 BLAKE2B ec8e8bbcce2136dbc3ddc502ee166ac4bec3c3236c13238a5f9bd8be93671c3d445cef3fe952491aebb43e6db05350f615e3a44e992f3dbd06ee54696f284d10 SHA512 f118422878cfbbbc965ddecc6e93e49d194e68fce223ddf0bb7ff342ba48fa6fd0621cdc158e7e0bd1f35f22bafaed259e743304f4aac23bc58679e955dd9b40

diff --git a/dev-python/s3transfer/s3transfer-0.11.2.ebuild b/dev-python/s3transfer/s3transfer-0.11.2.ebuild
new file mode 100644
index 000000000000..89ed9abf75cd
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.11.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="
+	https://github.com/boto/s3transfer/
+	https://pypi.org/project/s3transfer/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	<dev-python/botocore-2[${PYTHON_USEDEP}]
+	>=dev-python/botocore-1.36.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	# do not rely on bundled deps in botocore (sic!)
+	find -name '*.py' -exec sed -i \
+		-e 's:from botocore[.]vendored import:import:' \
+		-e 's:from botocore[.]vendored[.]:from :' \
+		{} + || die
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	epytest tests/{unit,functional}
+}


             reply	other threads:[~2025-01-24  7:22 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-24  7:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 11:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/ Michał Górny
2025-03-22 11:28 Arthur Zamarin
2025-03-15 12:26 Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-03-05  6:25 Michał Górny
2025-02-27  5:50 Michał Górny
2025-02-01 11:35 Arthur Zamarin
2025-02-01 10:05 Michał Górny
2025-01-16  5:11 Michał Górny
2025-01-14  6:05 WANG Xuerui
2024-12-07 11:52 Michał Górny
2024-12-07 11:06 Arthur Zamarin
2024-11-21  6:01 Michał Górny
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-09  6:31 Michał Górny
2024-07-27  9:44 Michał Górny
2024-07-27  6:40 Arthur Zamarin
2024-07-06 19:35 Michał Górny
2024-06-25  8:01 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-15  5:05 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-22  8:30 Michał Górny
2023-12-15 13:13 Michał Górny
2023-12-15 12:55 Arthur Zamarin
2023-12-14  8:28 Michał Górny
2023-11-30  5:48 Michał Górny
2023-11-29  7:44 Michał Górny
2023-11-28  5:26 Michał Górny
2023-10-20 20:13 Michał Górny
2023-10-20 11:48 Sam James
2023-09-27  5:56 Michał Górny
2023-09-17  4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-16  4:19 Michał Górny
2023-08-16  4:19 Michał Górny
2023-06-06  5:57 Michał Górny
2023-06-05 19:56 Arthur Zamarin
2023-05-05  5:21 Michał Górny
2023-01-10 14:50 Michał Górny
2022-12-21  6:46 Michał Górny
2022-06-19  5:06 Michał Górny
2022-06-18 20:25 Sam James
2022-06-01  7:21 Michał Górny
2022-05-14 20:01 Michał Górny
2022-03-16  8:07 Michał Górny
2022-03-15 17:56 Jakov Smolić
2022-02-24 22:00 Michał Górny
2022-02-02 23:21 Michał Górny
2021-12-09 22:51 Michał Górny
2021-12-09 22:01 Arthur Zamarin
2021-11-09 10:23 Michał Górny
2021-08-16  6:13 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-07-16  6:54 Michał Górny
2021-06-15  7:06 Agostino Sarubbo
2021-06-04 16:13 Michał Górny
2021-05-19  6:02 Michał Górny
2021-05-18 23:20 Sam James
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2021-04-23  7:25 Michał Górny
2021-04-22 12:08 Sam James
2021-04-22  7:36 Michał Górny
2021-04-19 21:22 Michał Górny
2021-04-14  7:19 Michał Górny
2021-03-19  7:36 Michał Górny
2021-03-18 23:11 Michał Górny
2021-03-02  9:06 Michał Górny
2021-03-02  7:39 Sam James
2021-01-11 21:22 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-29 10:20 Michał Górny
2020-06-22  6:57 Agostino Sarubbo
2020-06-10 14:02 Michał Górny
2020-06-10 14:02 Michał Górny
2020-06-06 17:38 Agostino Sarubbo
2020-05-28 18:20 Patrick McLean
2020-03-17  8:08 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-10-25 22:09 Andrey Utkin
2019-06-05  7:46 Agostino Sarubbo
2019-06-05  6:48 Agostino Sarubbo
2019-03-27 21:29 Andrey Utkin
2019-03-27 21:00 Andrey Utkin
2019-03-27 21:00 Andrey Utkin
2018-11-30 20:13 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-09-19  0:04 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-03-10 14:56 Pacho Ramos
2018-02-13 20:21 Matt Thode
2018-01-06  0:21 Andrey Utkin
2018-01-06  0:21 Andrey Utkin
2018-01-05 18:06 Mike Gilbert
2017-12-28  7:25 Patrick Lauer
2017-10-04  8:57 Michał Górny
2017-09-30  0:38 Matt Thode
2017-09-16  6:46 Patrick Lauer
2017-07-31 18:12 Sebastien Fabbro
2017-05-22  7:23 Michał Górny
2017-05-02 13:11 Michał Górny
2017-03-10 17:24 Patrick Lauer
2016-10-28 20:56 Patrick Lauer
2016-10-20 17:30 Patrick Lauer
2016-10-16  1:43 Alex Brandt
2016-10-16  1:43 Alex Brandt
2016-10-16  1:43 Alex Brandt
2016-10-01 20:15 Patrick Lauer
2016-09-24 15:13 Alex Brandt
2016-09-24 15:13 Alex Brandt
2016-09-10 23:36 Alex Brandt
2016-09-10 23:36 Alex Brandt
2016-09-03 14:30 Alex Brandt
2016-08-30 15:53 Alex Brandt
2016-08-13 15:35 Alex Brandt
2016-08-09 10:48 Patrick Lauer
2016-06-20  9:43 Patrick Lauer

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=1737702988.6fa5b1bf69999c65b538263d6caa4583af924255.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox