From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/
Date: Sun, 3 May 2020 06:36:21 +0000 (UTC) [thread overview]
Message-ID: <1588484799.e95080f4eaeaeaa09f9b6cbfc59db3c445470fc9.mgorny@gentoo> (raw)
commit: e95080f4eaeaeaa09f9b6cbfc59db3c445470fc9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 05:46:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 3 05:46:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95080f4
dev-python/PyGithub: Bump to 1.51
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyGithub/Manifest | 1 +
dev-python/PyGithub/PyGithub-1.51.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 096c3467570..5cdbf025c77 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,4 @@
DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97 SHA512 1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063 SHA512 2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3
DIST PyGithub-1.50.gh.tar.gz 2946932 BLAKE2B 6948a6511246a318b88ac7342d3fb7ec6d69e0c2f19b37257ef65338ade39ff437ac0e9c83df202902258de13a1cf7eb3670fee653b17c76e1a8eead14cbb89c SHA512 c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041
+DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d SHA512 617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0
diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild b/dev-python/PyGithub/PyGithub-1.51.ebuild
new file mode 100644
index 00000000000..cf6f5a65872
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.51.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/"
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+ dev-python/pyjwt[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
next reply other threads:[~2020-05-03 6:36 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-03 6:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-14 13:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygithub/ Michał Górny
2024-12-14 13:28 Michał Górny
2024-12-14 12:15 Arthur Zamarin
2024-11-22 19:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/ Michał Górny
2024-11-07 6:45 Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 11:31 Arthur Zamarin
2024-08-27 7:39 Michał Górny
2024-04-11 17:07 Arthur Zamarin
2024-03-24 16:22 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30 14:19 Michał Górny
2023-11-24 14:14 Michał Górny
2023-10-28 18:24 Michał Górny
2023-10-28 16:48 Arthur Zamarin
2023-09-30 4:56 Michał Górny
2023-09-30 4:56 Michał Górny
2023-09-08 4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-08-04 2:42 Michał Górny
2023-07-24 11:09 Michał Górny
2023-07-24 11:03 Jakov Smolić
2023-06-23 5:35 Michał Górny
2023-06-10 8:41 Michał Górny
2023-06-10 4:20 Sam James
2023-05-10 3:13 Michał Górny
2023-03-25 5:02 Michał Górny
2023-03-25 1:43 Sam James
2023-03-19 4:13 Michał Górny
2023-02-20 6:24 Michał Górny
2023-01-10 14:31 Michał Górny
2022-12-10 15:46 Michał Górny
2022-11-19 16:54 Michał Górny
2022-11-19 16:40 Sam James
2022-11-05 5:00 Michał Górny
2022-10-13 18:15 Michał Górny
2022-05-14 14:21 Michał Górny
2022-03-31 12:42 Michał Górny
2022-03-31 12:34 Jakov Smolić
2022-02-26 10:26 Michał Górny
2021-12-14 12:29 Michał Górny
2021-06-05 21:18 Michał Górny
2021-06-05 20:35 Sam James
2021-04-26 7:09 Michał Górny
2021-01-07 9:16 Michał Górny
2020-12-31 8:50 Michał Górny
2020-12-31 1:17 Sam James
2020-12-24 8:45 Michał Górny
2020-11-30 8:25 Michał Górny
2020-09-24 13:49 Michał Górny
2020-09-24 6:59 Agostino Sarubbo
2020-08-18 16:51 Michał Górny
2020-08-04 13:48 Michał Górny
2020-07-08 12:52 Michał Górny
2020-07-08 12:52 Michał Górny
2020-05-30 7:40 Michał Górny
2020-05-04 9:37 Michał Górny
2020-04-27 7:18 Michał Górny
2020-04-13 10:32 Michał Górny
2020-03-16 12:00 Michał Górny
2020-03-15 17:01 Michał Górny
2020-03-13 19:15 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-02-11 7:39 Michał Górny
2020-01-03 8:48 Michał Górny
2019-12-31 14:02 Agostino Sarubbo
2019-12-30 15:32 Agostino Sarubbo
2019-12-29 7:37 Michał Górny
2019-12-26 11:27 Michał Górny
2019-11-07 14:05 Michał Górny
2019-10-20 7:16 Michał Górny
2019-09-09 6:32 Michał Górny
2019-09-09 5:54 Agostino Sarubbo
2019-09-08 19:15 Thomas Deutschmann
2019-09-08 6:43 Michał Górny
2019-07-31 10:59 Agostino Sarubbo
2019-07-28 6:41 Michał Górny
2019-07-21 6:44 Michał Górny
2019-06-18 7:07 Michał Górny
2018-09-11 8:18 Michał Górny
2018-09-09 1:12 Thomas Deutschmann
2018-09-07 13:54 Mikle Kolyada
2018-07-18 12:54 Michał Górny
2018-07-18 12:54 Michał Górny
2018-07-14 9:29 Michał Górny
2018-06-02 22:45 Michał Górny
2018-06-02 22:45 Michał Górny
2018-06-02 22:45 Michał Górny
2017-08-12 4:49 Tim Harder
2017-08-12 4:44 Tim Harder
2017-05-02 14:02 Michał Górny
2017-04-24 9:31 Pacho Ramos
2016-09-12 17:06 Tim Harder
2016-09-08 4:10 Tim Harder
2016-02-22 23:43 Patrice Clement
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=1588484799.e95080f4eaeaeaa09f9b6cbfc59db3c445470fc9.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