From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/
Date: Fri, 4 Dec 2020 03:16:03 +0000 (UTC) [thread overview]
Message-ID: <1607051755.d5f69cdda0698987e424c30688f95f4845ee7f6a.zerochaos@gentoo> (raw)
commit: d5f69cdda0698987e424c30688f95f4845ee7f6a
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 03:07:07 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 03:15:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f69cdd
dev-python/requests-credssp: bump
python bump
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/requests-credssp/Manifest | 1 +
.../requests-credssp/requests-credssp-1.2.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest
index e845eb7160b..fd14e59f7d7 100644
--- a/dev-python/requests-credssp/Manifest
+++ b/dev-python/requests-credssp/Manifest
@@ -1 +1,2 @@
DIST requests-credssp-1.1.1.tar.gz 23274 BLAKE2B ecd36a6e2ad3e8f7b72ce7aaf57a6cd36f4897bf412ecf03d9555eae11c4cbf56eb6e986aa4173626c6624d4ba05777564b17bbe2a87e2d4d42edb15dd3c0aa4 SHA512 729fedf768ca7ee253d395645f25d266c0f917b9319b97973b514ff00e71f4441a79b25b4a89bdb00952ec8544d4db0bc68184bd037fce6b587331c5827c2f71
+DIST requests-credssp-1.2.0.tar.gz 18384 BLAKE2B 5d92326066f8e6abf675b3ab56522aceefb2ecf99bb58d44de4f0c40b46582b567888c6b888d21da29ef1746d070526c6d35601b88b5ca207f3c7f2b6c596260 SHA512 425e18b673cdf1006d6ab3d4108acdb2a8cdf6132646663741339c771aecada2cc237d919351cd0d2ca6022a0bcddba92b3b44b15386d683c6c18db461b8c7fd
diff --git a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
new file mode 100644
index 00000000000..8fbb59461c3
--- /dev/null
+++ b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# 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="HTTPS CredSSP authentication with the requests library"
+HOMEPAGE="https://pypi.org/project/requests-credssp/"
+SRC_URI="mirror://pypi/r/requests-credssp/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/ntlm-auth[${PYTHON_USEDEP}]
+ dev-python/pyasn1[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
next reply other threads:[~2020-12-04 3:16 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 3:16 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 16:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/ Michał Górny
2024-06-17 16:27 Michał Górny
2023-11-24 15:55 Arthur Zamarin
2023-11-23 18:55 Michał Górny
2023-05-31 21:00 Sam James
2022-11-23 0:00 Marek Szuba
2022-08-11 8:50 Michał Górny
2022-03-26 22:31 Marek Szuba
2022-02-22 19:01 Michał Górny
2022-02-21 9:15 Michał Górny
2022-02-16 22:34 Michał Górny
2021-11-28 12:06 Marek Szuba
2021-11-28 12:06 Marek Szuba
2021-10-05 11:41 Marek Szuba
2021-10-04 20:40 Sam James
2021-07-12 15:47 Marek Szuba
2021-06-12 21:55 Marek Szuba
2021-06-01 0:28 Sam James
2021-05-31 20:42 Michał Górny
2020-04-04 2:27 Rick Farina
2020-02-05 16:53 Michał Górny
2019-02-21 13:39 Tony Vroon
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=1607051755.d5f69cdda0698987e424c30688f95f4845ee7f6a.zerochaos@gentoo \
--to=zerochaos@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