From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/
Date: Tue, 15 Mar 2022 18:24:39 +0000 (UTC) [thread overview]
Message-ID: <1647368670.639447142ec47a3e7057f357b4f3df90486d2457.mgorny@gentoo> (raw)
commit: 639447142ec47a3e7057f357b4f3df90486d2457
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 17:50:38 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 18:24:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63944714
dev-python/google-auth-oauthlib: Bump to 0.5.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth-oauthlib/Manifest | 1 +
.../google-auth-oauthlib-0.5.1.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
index 4cf722bb0993..f352686fa497 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1,2 +1,3 @@
DIST google-auth-library-python-oauthlib-0.4.6.gh.tar.gz 50982 BLAKE2B 93980a69777089125bca9f583cae0b64f9facf699da3ac135561a9cf135122d9e22a6c0be3325d366dd77a2240fb16d5c63633a216cfee07b9fceb2239227c86 SHA512 a20a85c073a6208d72c8f6ceb34544241f599e716b1191bfc52bcc367797efc18d0e2b94d4e433cec692282b00428bcb4d7e73ed48a26e66d6005189d5dddb77
DIST google-auth-library-python-oauthlib-0.5.0.gh.tar.gz 52118 BLAKE2B 596f9af156030b0dbc0a35c3946ab865370fa326176fc33b04d55aa5d99950718d275f69b399d9afe303ee84f9c5823571eb4c144353f17fe6a64bbca7a35e18 SHA512 7da0d1c5e8c20aee843798c317a2c1edd29caf98abaf8895e354e20279c45395de4a522e21f11dbbe9e67c3bd984ded101b0cde04519b9256d80bdc42501a71a
+DIST google-auth-library-python-oauthlib-0.5.1.gh.tar.gz 53101 BLAKE2B 2edaad7dbe42834d440bb30bcf836e01a575616160af045844da6c853f93a3a7a1c80367bbe58d47dbbdaf9e5b061abf780d9edd48f311e30d79025c934c3764 SHA512 628da0161739c9f0ba5963db6f21da71fde01ff81340d9242adcc74468c92c290693cfa4d98affed79556299621e74083992b54346c14940c1e88c5a5c683408
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.1.ebuild
new file mode 100644
index 000000000000..4a1afbdaab4a
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=google-auth-library-python-oauthlib-${PV}
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+ https://pypi.org/project/google-auth-oauthlib/
+ https://github.com/googleapis/google-auth-library-python-oauthlib"
+SRC_URI="
+ https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
+ >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-03-15 18:28 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 18:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/ Michał Górny
2024-07-11 18:22 Michał Górny
2024-07-09 2:10 Michał Górny
2024-01-26 17:07 Michał Górny
2023-12-30 18:28 Michał Górny
2023-12-13 4:38 Michał Górny
2023-09-12 5:50 Michał Górny
2023-05-29 23:50 Sam James
2023-02-08 6:27 Michał Górny
2023-01-10 14:23 Michał Górny
2023-01-08 14:17 Michał Górny
2022-12-14 6:31 Michał Górny
2022-12-13 19:53 Arthur Zamarin
2022-12-13 19:53 Arthur Zamarin
2022-11-14 4:39 Michał Górny
2022-11-05 14:34 Michał Górny
2022-11-04 8:23 Arthur Zamarin
2022-10-26 3:04 Michał Górny
2022-10-25 8:28 Michał Górny
2022-09-16 9:09 Arthur Zamarin
2022-06-16 8:05 Michał Górny
2022-06-09 19:19 Michał Górny
2022-05-16 13:20 Michał Górny
2022-02-24 8:52 Michał Górny
2022-02-24 7:35 Michał Górny
2021-10-17 8:23 Michał Górny
2021-09-02 6:25 Michał Górny
2021-07-30 5:55 Michał Górny
2021-03-30 7:49 Michał Górny
2021-03-04 20:27 Michał Górny
2021-03-04 20:27 Michał Górny
2020-10-31 15:58 Joonas Niilola
2020-09-25 11:30 Benda XU
2020-08-30 8:18 Joonas Niilola
2020-03-27 10:42 Michał Górny
2020-02-05 15:48 Michał Górny
2019-12-26 2:42 Jason Zaman
2019-08-03 6:21 Joonas Niilola
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=1647368670.639447142ec47a3e7057f357b4f3df90486d2457.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