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: Fri, 30 Jul 2021 05:55:55 +0000 (UTC) [thread overview]
Message-ID: <1627624002.9e6696752d550326da121a66ebddac102c39b42f.mgorny@gentoo> (raw)
commit: 9e6696752d550326da121a66ebddac102c39b42f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 05:35:56 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 05:46:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e669675
dev-python/google-auth-oauthlib: Bump to 0.4.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth-oauthlib/Manifest | 1 +
.../google-auth-oauthlib-0.4.5.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
index 1106f6f5c54..6f8459e63bc 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1,3 +1,4 @@
DIST google-auth-library-python-oauthlib-0.4.3.gh.tar.gz 48020 BLAKE2B bc5e575f3eb7b8b876deb13aaff0d1b900555bcbc609259dc72c9f01f595283feffea6aaaf91acf835b313629fe4c4c76dee8ea877b6ae37c3c01633c63909e4 SHA512 f6fa0e525b0aef6f4359954cb2c8020ee86544862318721d439d153cae3e75527b0e0a312572dc936fab7702da8c6af42ce9242d1e73f48c0a822973e470a4a9
DIST google-auth-library-python-oauthlib-0.4.4.gh.tar.gz 48322 BLAKE2B f812b43e1e867090aa3ae4fbda7523324a182f6e1eae39fd865d23279b04cde08ee2263b83d1c2eb3555a8db3a9b01869d8148c0e603ba8fe9698dc8d052fc11 SHA512 5b17ceccca24216a0354513ae2a1b14f2aab9760e0ff0f87840a64de85a730a4115f5e44b359093f4ab0a9ec8fea41bfffb7b5aeca833574419ea6021a382240
+DIST google-auth-library-python-oauthlib-0.4.5.gh.tar.gz 50487 BLAKE2B 1ace58a7b3d3aa0c28606c8345ee71550ea6522a07356e6debbdf6097743425c334a1a5bfae5ff60789f8de71b46ecc9ed973737aacca2c025fb7b2d7efbc539 SHA512 0a4bfab32133c3a8ad79ab9b46d087614bf49d4db54a403792396bdc55c378c5df5d31166354925bca6948d409e8a17328c593f892b73430ea7be6bcd8ef1d4c
DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b SHA512 123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild
new file mode 100644
index 00000000000..93b3e546254
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+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
+DOCS=( LICENSE README.rst )
next reply other threads:[~2021-07-30 5:56 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-30 5:55 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-03-15 18:24 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-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=1627624002.9e6696752d550326da121a66ebddac102c39b42f.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