From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/
Date: Sun, 10 Sep 2017 02:17:09 +0000 (UTC) [thread overview]
Message-ID: <1505009806.b9672c55e549b8314c503a93bc1771570ffd70ff.radhermit@gentoo> (raw)
commit: b9672c55e549b8314c503a93bc1771570ffd70ff
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 02:15:49 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 02:16:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9672c55
dev-python/oauthlib: version bump to 2.0.3
dev-python/oauthlib/Manifest | 1 +
dev-python/oauthlib/oauthlib-2.0.3.ebuild | 35 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest
index 46ac7cb1ad0..116b0bbd044 100644
--- a/dev-python/oauthlib/Manifest
+++ b/dev-python/oauthlib/Manifest
@@ -1,3 +1,4 @@
DIST oauthlib-1.0.3.tar.gz 109095 SHA256 ef4bfe4663ca3b97a995860c0173b967ebd98033d02f38c9e1b2cbb6c191d9ad SHA512 b5df82729edc025f262a18c012f6036f52e97a8a846eeb75e4e205928acfd6e971a58194c4a06853d6743329d397e69b94fb431047b2a17a2cb2472c889c4d4c WHIRLPOOL f63142b667eaed207504494e67de8b58d8c966c19870a2e38714fa6d264a7f57873bb30f3548f9cd0906d9f3abb5c36c9de7255d869f47ebad7662b1dba6ec16
DIST oauthlib-2.0.1.tar.gz 122966 SHA256 132ad46df25e53a84b33f1fd43f80e973cda2cb018cc0168d7d0c8c4d5cef9b5 SHA512 5d19839d1fec6939d10a26b5a0cf96024783fbf67b91299ad7ad640c5c75170918fcda9ed0e13333a5dde353b86201f033e410b8312f1d9eaaf9af0b289c348f WHIRLPOOL 9048e9d201fb969f6819b7b36c074cf5b153e208901be67f65726a72b589219aca02a9f30dab8b022a8952fb0b23699e8b8f7cd48b8997c51b1c5d8e8dfffe31
DIST oauthlib-2.0.2.tar.gz 125631 SHA256 b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac SHA512 ff2a720faf8a649b1e29f34fd4b5b0838937cc1ebef3fa4828aeccb781097d02b9578717de48ddee49e43c86840e38147664a87b81601616792765541cbf18e4 WHIRLPOOL 582070c6af489bc771d1e43f34f863fa88d17d083826d5adea00b00f02c2915b79c280c388dfdc1e45106eea6766f822d244369b27d447d16b2bb21bfed96715
+DIST oauthlib-2.0.3.tar.gz 127155 SHA256 f36c6631d072a2acb8b3b99f94e5e314f1fb4ed996696b18b2723769391c071b SHA512 40eed9aacd6c239745523bf056afce8d76615ef9dcda8ee8a46e2900f940674f4178daf70c18c2bdef9f607db3fba84cc10b2306c608116ef2eb08414268125d WHIRLPOOL 19c9d2679baa8f48410ec76c3cfd9db0933b5478ebbd24b4fbd3243eecbe51c7e75163937616e8fce7ad9ebc3cb6151cc26472c8c23d20702ece893ddd912067
diff --git a/dev-python/oauthlib/oauthlib-2.0.3.ebuild b/dev-python/oauthlib/oauthlib-2.0.3.ebuild
new file mode 100644
index 00000000000..3f45f56fd94
--- /dev/null
+++ b/dev-python/oauthlib/oauthlib-2.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic"
+HOMEPAGE="https://github.com/idan/oauthlib https://pypi.python.org/pypi/oauthlib"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+# 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}]
+ "
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
+ $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' python2_7) )
+ "
+
+python_test() {
+ nosetests -v || die "tests failed under ${EPYTHON}"
+}
next reply other threads:[~2017-09-10 2:17 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-10 2:17 Tim Harder [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-03-13 9:56 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-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=1505009806.b9672c55e549b8314c503a93bc1771570ffd70ff.radhermit@gentoo \
--to=radhermit@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