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/oauthlib/
Date: Fri, 13 Mar 2020 09:56:03 +0000 (UTC)	[thread overview]
Message-ID: <1584093351.02da303d224e3fb8e1c108a8f6353b7ff942c267.mgorny@gentoo> (raw)

commit:     02da303d224e3fb8e1c108a8f6353b7ff942c267
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 08:41:32 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 09:55:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02da303d

dev-python/oauthlib: Bump to 3.1.0, py3.8

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

 dev-python/oauthlib/Manifest              |  1 +
 dev-python/oauthlib/oauthlib-3.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest
index 3c7a9a62a7d..36cdff02387 100644
--- a/dev-python/oauthlib/Manifest
+++ b/dev-python/oauthlib/Manifest
@@ -3,3 +3,4 @@ DIST oauthlib-2.0.2.tar.gz 125631 BLAKE2B d9d6efd396dd320573a4c95ce94f5465ca67e7
 DIST oauthlib-2.0.3.tar.gz 127155 BLAKE2B c3c69fe8e1f2a1672ad78755b35ef285be9e6d61ff5ba1792493d475eea1d47d38acfbc29ab150eddee83b3d41f60b14ba91074c213e5e92186842c25bdbc7ce SHA512 40eed9aacd6c239745523bf056afce8d76615ef9dcda8ee8a46e2900f940674f4178daf70c18c2bdef9f607db3fba84cc10b2306c608116ef2eb08414268125d
 DIST oauthlib-2.0.6.tar.gz 127675 BLAKE2B fb9db14e06007d575fc099381b9aea8f337666716ff8a6f7331febe9f41f38e5c5abceccbbac41da993a389ce2f171dcfb6fa7d75b09eb70d08e09d56b5e8a80 SHA512 3d966a540e3aeb2c4e72ecf60c28a596de1e11b986b68f2a2aa8b56efef12fd1a0181d64e083850843f38e329d9a6a401c244c02ae61f06af428d8188ea0864c
 DIST oauthlib-3.0.1.tar.gz 149303 BLAKE2B daf826a3959f56f70b7f52ac1fc98d8ec73161316235cf7f0dce17469999383faa1b11c50c9645748b39938ae1d24dc3dea3908b68daf8c838f99df763bc361d SHA512 88ee266f764488090b849c036d2475c31dab0d8b18bd6afd0450da6aa0982ba17cdada7d0c25791d5efcf89601f69ae40cd21c584540448c209f90d36e0e98f8
+DIST oauthlib-3.1.0.tar.gz 155362 BLAKE2B 83e9331589305c85acc755f9c4dab8558a19aa247aff5be0fe6c51d047fb9e96b64f17d07a3e33378f6ebc73a283e0162bab56e110aca581f73b628544042600 SHA512 c295de232e0215532c501d8f0803bd501a15fe89a746179ba4facca878e4927c8c05f07825f483c4a846922fb49d6d89f559a8b49bb72b19903f902d772b790e

diff --git a/dev-python/oauthlib/oauthlib-3.1.0.ebuild b/dev-python/oauthlib/oauthlib-3.1.0.ebuild
new file mode 100644
index 00000000000..284919b80a4
--- /dev/null
+++ b/dev-python/oauthlib/oauthlib-3.1.0.ebuild
@@ -0,0 +1,29 @@
+# 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="Spec-compliant and thorough implementation of the OAuth request-signing logic"
+HOMEPAGE="https://github.com/idan/oauthlib https://pypi.org/project/oauthlib/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+# optional extras hard set as RDEPs. See setup.py
+RDEPEND="
+	>=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
+	dev-python/blinker[${PYTHON_USEDEP}]
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	"
+BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests unittest


             reply	other threads:[~2020-03-13  9:56 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13  9:56 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/ WANG Xuerui
2024-08-11 16:19 Michał Górny
2023-05-31 16:49 Sam James
2023-03-16  4:03 Michał Górny
2022-10-20 23:34 Sam James
2022-10-18 19:52 Michał Górny
2022-10-18 18:51 Sam James
2022-10-18  6:36 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:34 Sam James
2022-09-10  5:38 Arthur Zamarin
2022-06-07  9:38 Jakov Smolić
2022-05-22 14:51 Andrew Ammerlaan
2022-03-30 14:24 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-03-15  9:22 Michał Górny
2022-01-30  7:22 Michał Górny
2021-07-13  6:44 Michał Górny
2021-07-13  4:02 Sam James
2021-07-03  6:25 Agostino Sarubbo
2021-07-03  6:17 Agostino Sarubbo
2021-06-01 21:37 Michał Górny
2021-02-27 21:39 Sam James
2020-12-11 12:42 Michał Górny
2020-08-19 20:00 Sam James
2020-06-15  2:35 Aaron Bauman
2020-05-04 11:26 Michał Górny
2020-03-28 11:21 Michał Górny
2020-02-05 16:53 Michał Górny
2018-06-26 18:09 Pacho Ramos
2018-03-31  0:59 Matt Thode
2018-02-17  1:47 Matt Thode
2018-01-05 13:26 Michał Górny
2017-09-10  2:17 Tim Harder
2017-08-27  4:26 Matt Thode
2017-05-05 12:42 Manuel Rüger
2017-03-26  4:16 Matt Thode
2017-02-27  2:16 Matt Thode
2016-03-02 10:46 Patrick Lauer
2016-02-28  6:56 Matt Thode
2016-02-09  9:33 Justin Lecher

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=1584093351.02da303d224e3fb8e1c108a8f6353b7ff942c267.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