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/requests-kerberos/
Date: Sun,  5 Dec 2021 06:08:23 +0000 (UTC)	[thread overview]
Message-ID: <1638683145.596141c8bd76d1ffa5553f2b35823b8ddf937bfa.mgorny@gentoo> (raw)

commit:     596141c8bd76d1ffa5553f2b35823b8ddf937bfa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 05:45:45 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 05:45:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596141c8

dev-python/requests-kerberos: Bump to 0.14.0

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

 dev-python/requests-kerberos/Manifest              |  1 +
 .../requests-kerberos-0.14.0.ebuild                | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/requests-kerberos/Manifest b/dev-python/requests-kerberos/Manifest
index 3ced0312a4a2..b155af07fa52 100644
--- a/dev-python/requests-kerberos/Manifest
+++ b/dev-python/requests-kerberos/Manifest
@@ -1,2 +1,3 @@
 DIST requests-kerberos-0.12.0.tar.gz 21579 BLAKE2B 297cbecb0fc3508f5f62440c5860dcd94eeb077e68757c0646e7e3bec65cd34e19212b9992dad491ce0adeb91234db533528936f740599e42ff439f78af103ba SHA512 b925b5f9f6753e87368dce451927df09568d0d6126d4ae8514bbd99a794d983e32298b92b6239be9f95595483e2682259cf165c6997d17d9cea64a81d4af1a06
 DIST requests-kerberos-0.13.0.tar.gz 20882 BLAKE2B 17dd394165d085d1f47661f87648c9b9104268f0b3c2b0ea68cbb2624e42886c1cba65096b2736b4059e3cf0b387cb0e991a66ce49bf232b965f5e6b5f8f7e17 SHA512 f6ede080ef1dc3a6e0400e401f4627b294c1d660b62bcbaab518d27f7647bc53cbd6ca2a33ba865388a7a5dc16c3b9feeed779f3a1d6783f556f8c9e580180e9
+DIST requests-kerberos-0.14.0.tar.gz 21275 BLAKE2B d64c92bf70df07a8dd38626a6699ecb95aaf82b6aa93797eefa80af2b9760f5b064e0aa3a3bca5242ef73ce1efc4b6ef0ef1bb1802c7c59a20b6655bd3894aae SHA512 9dd6eed0d6afe4b852ba96f621be3af2965e9011bf372c5dce77e0bca18191255ea407ba313904271615d722d60029807db2d6815b24437b021b02b026eb60d6

diff --git a/dev-python/requests-kerberos/requests-kerberos-0.14.0.ebuild b/dev-python/requests-kerberos/requests-kerberos-0.14.0.ebuild
new file mode 100644
index 000000000000..b70035e03de9
--- /dev/null
+++ b/dev-python/requests-kerberos/requests-kerberos-0.14.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	>=dev-python/requests-1.1.0[${PYTHON_USEDEP}]
+	dev-python/pyspnego[${PYTHON_USEDEP}]
+	dev-python/gssapi[${PYTHON_USEDEP}]
+	dev-python/krb5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-12-05  6:08 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05  6:08 Michał Górny [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-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
2019-02-26  8:46 Tony Vroon
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=1638683145.596141c8bd76d1ffa5553f2b35823b8ddf937bfa.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