From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-kerberos/
Date: Tue, 26 Feb 2019 08:46:13 +0000 (UTC) [thread overview]
Message-ID: <1551170767.0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c.chainsaw@gentoo> (raw)
commit: 0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 08:45:53 2019 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 08:46:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc38d6e
dev-python/requests-kerberos: Version bump to 0.12.0
This changes from PyPi to GitHub as the test-suite is otherwise missing.
With the activation of the test suite I can confidently state we were
missing Python 2.7 support for no good reason.
I need this with Python 2.7 for pywinrm (Ansible facing Windows hosts).
Requested-By: Ararat Smutkochorn <ararat <AT> linx.net>
Acked-By: Michał Górny <mgorny <AT> gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/requests-kerberos/Manifest | 1 +
.../requests-kerberos-0.12.0.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/requests-kerberos/Manifest b/dev-python/requests-kerberos/Manifest
index 66491111fdc..f902f47811e 100644
--- a/dev-python/requests-kerberos/Manifest
+++ b/dev-python/requests-kerberos/Manifest
@@ -1 +1,2 @@
DIST requests-kerberos-0.11.0.tar.gz 10742 BLAKE2B eaf764ae8f5c897db43cbb931952062d4aaf33c04dfa0bbae2cfd3b44326240f80435d0b69c7f8bfa3567d0d16532796d009f0436f3ff5956a87998b825f98a3 SHA512 8700a7a305e0e42823bbc87c95ecfd404a76807459ab8a87f3105e817ebd9954fd41d7a2bab421bb5e21c0ec1b62a589c93cccb1f926a3ba66d6adbffe5db265
+DIST requests-kerberos-0.12.0.tar.gz 21579 BLAKE2B 297cbecb0fc3508f5f62440c5860dcd94eeb077e68757c0646e7e3bec65cd34e19212b9992dad491ce0adeb91234db533528936f740599e42ff439f78af103ba SHA512 b925b5f9f6753e87368dce451927df09568d0d6126d4ae8514bbd99a794d983e32298b92b6239be9f95595483e2682259cf165c6997d17d9cea64a81d4af1a06
diff --git a/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild b/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild
new file mode 100644
index 00000000000..96c2cb6c27f
--- /dev/null
+++ b/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+HOMEPAGE="https://github.com/requests/requests-kerberos/"
+DESCRIPTION="A Kerberos authentication handler for python-requests"
+SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-python/requests-1.1.0[${PYTHON_USEDEP}]
+ || ( >=dev-python/pykerberos-1.1.8[${PYTHON_USEDEP}] <dev-python/pykerberos-2[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+python_test() {
+ ${PYTHON} tests/test_requests_kerberos.py || die
+}
next reply other threads:[~2019-02-26 8:46 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-26 8:46 Tony Vroon [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-29 16:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-kerberos/ Michał Górny
2024-06-29 8:25 Sam James
2024-06-12 10:03 Michał Górny
2024-06-04 5:41 Michał Górny
2023-05-31 21:00 Sam James
2022-08-11 8:50 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-03-31 14:08 Michał Górny
2022-03-31 13:47 Jakov Smolić
2022-02-26 12:17 Michał Górny
2022-01-06 0:12 Michał Górny
2022-01-05 18:20 Arthur Zamarin
2021-12-10 7:58 Michał Górny
2021-12-10 7:39 Agostino Sarubbo
2021-12-10 4:40 Sam James
2021-12-09 21:53 Arthur Zamarin
2021-12-05 6:08 Michał Górny
2021-11-05 3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-03 8:03 Arthur Zamarin
2021-09-06 11:54 Arthur Zamarin
2021-09-06 11:54 Arthur Zamarin
2021-07-07 2:17 Sam James
2021-06-26 2:55 Sam James
2021-06-24 23:57 Sam James
2021-03-05 10:14 Michał Górny
2021-03-05 9:01 Bernard Cafarelli
2020-09-21 7:49 Hans de Graaff
2020-09-07 0:50 Thomas Deutschmann
2020-04-19 23:01 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-02-05 19:37 Michał Górny
2017-09-14 11:14 Christian Ruppert
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=1551170767.0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c.chainsaw@gentoo \
--to=chainsaw@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