From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cloudpickle/
Date: Thu, 2 Jul 2020 08:29:29 +0000 (UTC) [thread overview]
Message-ID: <1593678551.ed7cd9b0869d6cf0e26bedc60fe0d5f1c6ffb828.mgorny@gentoo> (raw)
commit: ed7cd9b0869d6cf0e26bedc60fe0d5f1c6ffb828
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 05:46:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 08:29:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7cd9b0
dev-python/cloudpickle: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cloudpickle/Manifest | 1 +
dev-python/cloudpickle/cloudpickle-1.5.0.ebuild | 31 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/cloudpickle/Manifest b/dev-python/cloudpickle/Manifest
index 901f28b7d29..742951e6f06 100644
--- a/dev-python/cloudpickle/Manifest
+++ b/dev-python/cloudpickle/Manifest
@@ -1,2 +1,3 @@
DIST cloudpickle-1.3.0.tar.gz 46220 BLAKE2B a7ff773a38aae3b4a404ba7e931de06756ce95d5e45e4c204ac7ed93a3d2e7171667aa1995434f249971b2774658d1766935a7d7d3675cd4c727180221adb299 SHA512 b128a9088b36460bf3cf4edf4876ea768291de3c10c9cb6919507c4493a808136edcb819a98eb69de610e7162a96f859bae2f5c5616b558d9fea102835df611f
DIST cloudpickle-1.4.1.tar.gz 47459 BLAKE2B 642cac2244060ccde18c31f0047d5d957d69d396901ea31e04d28c5d7d55cd8f58fcf199054752f1a644667a5fd73a1ccc2e33b20bdfcbc4e71450aeeb832ce3 SHA512 3232dfdf91141179be510282a1fc60fa5891fffd1f012998c6a622957eabdf9deecc7431196ae70de01b2e498c97981c83ed22ac1ed6f3db8ba68ee0a9a26bd9
+DIST cloudpickle-1.5.0.tar.gz 50992 BLAKE2B 8536362d455c5688134ce22d0bb2c5786da17336c8a907e8cf9e39833df03a6061ac901e45e85907a54e8d9b404f21132d4d944adf925a9056f0334eaca50904 SHA512 75356e3e5ade2ee5941b4cea576f1ffbab5d9b1a86eff23dc9275974f592c947d0b3b29d335b4dc38be16e36c89c8fc65b2883ae90923960e605502c777d9816
diff --git a/dev-python/cloudpickle/cloudpickle-1.5.0.ebuild b/dev-python/cloudpickle/cloudpickle-1.5.0.ebuild
new file mode 100644
index 00000000000..7d44be58f1b
--- /dev/null
+++ b/dev-python/cloudpickle/cloudpickle-1.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Extended pickling support for Python objects"
+HOMEPAGE="
+ https://pypi.org/project/cloudpickle/
+ https://github.com/cloudpipe/cloudpickle/"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTHONPATH=${PYTHONPATH}:tests/cloudpickle_testpkg
+ # -s unbreaks some tests
+ # https://github.com/cloudpipe/cloudpickle/issues/252
+ pytest -svv || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2020-07-02 8:29 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 8:29 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 7:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/cloudpickle/ Sam James
2024-10-14 17:12 Michał Górny
2024-10-12 4:59 Michał Górny
2024-06-13 17:17 Michał Górny
2024-01-04 17:14 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-14 4:34 Michał Górny
2023-10-16 13:56 Michał Górny
2023-02-21 7:50 Michał Górny
2023-02-21 7:50 Michał Górny
2023-02-20 19:13 Arthur Zamarin
2023-01-19 17:43 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:32 Arthur Zamarin
2022-09-09 7:23 Arthur Zamarin
2022-06-16 9:23 Michał Górny
2022-06-16 9:06 Jakov Smolić
2022-05-21 6:47 Michał Górny
2022-05-13 12:35 Michał Górny
2022-02-03 21:10 Arthur Zamarin
2022-02-02 10:48 Sam James
2022-01-29 18:38 Arthur Zamarin
2022-01-29 13:01 Arthur Zamarin
2022-01-10 4:20 Joshua Kinard
2021-12-31 20:20 James Le Cuirot
2021-12-31 16:53 Matt Turner
2021-12-30 5:49 Sam James
2021-12-28 21:32 Arthur Zamarin
2021-12-28 19:27 Arthur Zamarin
2021-12-28 19:21 Arthur Zamarin
2021-10-16 5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-09-11 7:15 Michał Górny
2021-09-02 17:05 Marek Szuba
2021-05-07 11:25 Michał Górny
2021-02-25 12:00 Sam James
2020-10-07 7:28 Michał Górny
2020-10-01 23:06 Sergei Trofimovich
2020-08-26 10:14 Michał Górny
2020-08-22 5:29 Agostino Sarubbo
2020-08-21 15:36 Agostino Sarubbo
2020-08-18 8:50 Michał Górny
2020-08-18 5:52 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:17 Michał Górny
2020-07-05 8:47 Sergei Trofimovich
2020-06-15 7:47 Michał Górny
2020-06-14 18:55 Michał Górny
2020-05-04 10:29 Michał Górny
2020-04-30 9:45 Michał Górny
2020-04-27 12:42 Michał Górny
2020-04-26 20:40 Michał Górny
2020-03-26 14:51 Michał Górny
2020-02-10 18:46 Michał Górny
2020-02-02 15:34 Michał Górny
2020-02-02 15:34 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-10-31 21:29 Matthew Thode
2019-09-12 14:11 Michał Górny
2019-07-21 10:00 Sergei Trofimovich
2019-06-30 22:26 Zac Medico
2019-06-29 8:15 Michał Górny
2017-12-02 20:55 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-06-28 4:02 Sebastien Fabbro
2017-05-04 18:08 Manuel Rüger
2017-03-07 0:17 Sebastien Fabbro
2016-10-02 13:00 Patrice Clement
2016-10-02 13:00 Patrice Clement
2016-03-18 19:18 Sebastien Fabbro
2016-02-18 17:46 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=1593678551.ed7cd9b0869d6cf0e26bedc60fe0d5f1c6ffb828.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