public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 13 Dec 2023 04:38:15 +0000 (UTC)	[thread overview]
Message-ID: <1702442289.3ac147c8b4090debc4f8a2e5d2a3960aac305fd9.mgorny@gentoo> (raw)

commit:     3ac147c8b4090debc4f8a2e5d2a3960aac305fd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 04:33:03 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 04:38:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac147c8

dev-python/google-auth-oauthlib: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/google-auth-oauthlib/Manifest           |  1 +
 .../google-auth-oauthlib-1.2.0.ebuild              | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
index 0239e1ee653c..d1af0c8dddd4 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-1.0.0.gh.tar.gz 71294 BLAKE2B f0f085ffbec620106f5e7ead56085cee4642932a0fea1bfeec01d1f3b77a8d97aa4e6cdbc29c303abebb30e1994de86cfbb6a950bb34fc243dd312b251afc5da SHA512 74eef43e4ce8de55170c7362eaddcd796c683b3d361d52ff02db1f74b301f12e57f0acb2b52fcc5a6e661b47e3066a780915955b8d933314646483b43c8c5b68
 DIST google-auth-library-python-oauthlib-1.1.0.gh.tar.gz 71790 BLAKE2B 0d30bcb076c53052ef1a5d75276266bbbd08940953589b73c370ce66f7f20f4b47d27be8f39bfcfcd109dc7c9e7c39ddfebc65aef4953f168493ad3decdd87dd SHA512 43cd5034ed73b6509861a85abe4090f03499a98de7d88a88adf976fb33e813d31fac067ce25257b540ef71794b0d6faf7dea3c9125c0ae4468a9b2b1ba7994c4
+DIST google-auth-library-python-oauthlib-1.2.0.gh.tar.gz 72990 BLAKE2B 28b828a2a6b4de9deda8eef08f6780cd6f8d3a4df2f63d31c76b72afca12233d79edae46300d773301f7e9d6374e9dbcb5a89b59049a5c01ea5a84ac92285b82 SHA512 2f77d35f76ec12bfdc72dafe9cb33d23c2713985140930766a75377231dc94c32ffa84161251b23244dcf76fe71384421a5d6d8ae11a84b3876d35b5ba393f5a

diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0.ebuild
new file mode 100644
index 000000000000..395c2d95e16a
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=google-auth-library-python-oauthlib-${PV}
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+	https://github.com/googleapis/google-auth-library-python-oauthlib/
+	https://pypi.org/project/google-auth-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 ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/click-6.0.0[${PYTHON_USEDEP}]
+	>=dev-python/google-auth-2.15.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-12-13  4:38 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13  4:38 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-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-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=1702442289.3ac147c8b4090debc4f8a2e5d2a3960aac305fd9.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