From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/
Date: Wed, 22 Jan 2020 23:40:38 +0000 (UTC) [thread overview]
Message-ID: <1579736424.2a96f478e7f32f6aac9344b679189d48c729cba3.whissi@gentoo> (raw)
commit: 2a96f478e7f32f6aac9344b679189d48c729cba3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 23:38:34 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 23:40:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a96f478
dev-python/s3transfer: bump to v0.3.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/s3transfer/Manifest | 1 +
dev-python/s3transfer/s3transfer-0.3.1.ebuild | 44 +++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 19d96695598..c62debd6892 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
DIST s3transfer-0.1.13.tar.gz 103335 BLAKE2B bbc6e76647a9b531f0ef70912ddd17a186a5bbe4ecc9ed21de4674cdc20d39150be3212065bcdf6145c0721644c59d157fd528b79039bb091d750f28085bb476 SHA512 90aca5cacefa19cb8cb21b7b82c5f3383bc0478503557de9c2277db2f39d98f6e11ad74bf56ec84a1fc8c4a920337b0bcb34bfcf509a49f347144b7f13afb37c
DIST s3transfer-0.2.0.tar.gz 118361 BLAKE2B 0cb0a29e6dfa82762084396db1950a9e1baf4de1d9c8b9f0db3dbf1e274636f60a89ceb959d55cc22fe41c4ce175ab53f414c5c44f08624cc43f0d289f768863 SHA512 2e37a13da67cdabb49deeb177fd9f8d6393128e757e6c9bd93c99eb95a3edbd14736025e284f3173e8247d23239abae3700d894ba0d138f970ceaff748aa6e9e
DIST s3transfer-0.2.1.tar.gz 119635 BLAKE2B f8978afb2ca367238392974dc98c0a2547cf95c42f0dcce627694dda5d34ff07c92db1b838ea4cbb111db921ac9f0ab2bee81eeca99827d0731cf77ea111d70e SHA512 1494436fa74ba6eee26e96fb0d448062acddf4c4179e56baaa47d62785218d9e91c5fb50b6641e488d0c84cbaab53bd552b4277bb873cd170904074e6509b0e9
+DIST s3transfer-0.3.1.tar.gz 118716 BLAKE2B 26c25c0eb50b423c08e7ac64e902ab7cbb9e3dcb9cdc7386e6ead17f42ef18bcbb0d60f8334653220f797a03b8a877ae2487de25d8c95344f852d71bb0716408 SHA512 75df6f66d4b0d4a87a88a160cc1c962348331596ae346ebd198fbfb1e1c4d2c216b19627a0600d5a7966d0e683e0a46f6dbae47c9b44bdd65340400f93ed9b3c
diff --git a/dev-python/s3transfer/s3transfer-0.3.1.ebuild b/dev-python/s3transfer/s3transfer-0.3.1.ebuild
new file mode 100644
index 00000000000..66e665d4201
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+ dev-python/botocore[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2_7')
+"
+# Pin mock to 1.3.0 if testing failures due to mock occur.
+DEPEND="
+ test? (
+ ${CDEPEND}
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+ nosetests -v tests/unit/ tests/functional/ || die "tests failed under ${EPYTHON}"
+}
+
+src_prepare() {
+ default
+
+ # Incompatible with recent Future version
+ rm tests/unit/test_s3transfer.py || die
+}
next reply other threads:[~2020-01-22 23:40 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-22 23:40 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/ 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
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=1579736424.2a96f478e7f32f6aac9344b679189d48c729cba3.whissi@gentoo \
--to=whissi@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