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/hvac/
Date: Sun, 18 Jun 2023 02:16:34 +0000 (UTC)	[thread overview]
Message-ID: <1687054586.e47100f0e1b05831fff7e16efa514a7cb9a6b9d9.mgorny@gentoo> (raw)

commit:     e47100f0e1b05831fff7e16efa514a7cb9a6b9d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 02:01:26 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 02:16:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47100f0

dev-python/hvac: Bump to 1.1.1

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

 dev-python/hvac/Manifest          |  1 +
 dev-python/hvac/hvac-1.1.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/hvac/Manifest b/dev-python/hvac/Manifest
index ea8429be2bbc..678b5068dfbf 100644
--- a/dev-python/hvac/Manifest
+++ b/dev-python/hvac/Manifest
@@ -1 +1,2 @@
 DIST hvac-1.1.0.gh.tar.gz 317118 BLAKE2B ee4ffa2945cd39b5eeeca7206e14957ec4a22dc05cac118a22b240ebd18a54bf7187562f2b3795e2cb1e3ccc32bd3318b57d3f9faff32c995fcbc32babcc5607 SHA512 b9201aaaabbc3f6831951022152be0a05f486a021728a543ca32f88efcb1f29e9d62c0a20afcafbb0e9354a6c1d44ad64b5b0685daf7070cb8b618156b9454c7
+DIST hvac-1.1.1.gh.tar.gz 317494 BLAKE2B 3a6849a1f41a8e45f436baae3f5e2ba400c4b7cc49b253eca1741d8685d0499a9cfd42d3eaaac330ac949f64b6e9dc66d209df0efe2e9248b5750eedecca924e SHA512 f5de49b33c257ccfcdc662ed269e843d3f76912bc2e773663e72c8425d1ccc317cdc137dc7bb978e0e966bc6248f34953306fc919fba2cc8f97f0a695b5daf2b

diff --git a/dev-python/hvac/hvac-1.1.1.ebuild b/dev-python/hvac/hvac-1.1.1.ebuild
new file mode 100644
index 000000000000..dd7f68729f0b
--- /dev/null
+++ b/dev-python/hvac/hvac-1.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="HashiCorp Vault API client"
+HOMEPAGE="
+	https://github.com/hvac/hvac/
+	https://pypi.org/project/hvac/
+"
+SRC_URI="
+	https://github.com/hvac/hvac/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+	>=dev-python/pyhcl-0.4.4[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+		dev-python/jwcrypto[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/parameterized[${PYTHON_USEDEP}]
+		dev-python/requests-mock[${PYTHON_USEDEP}]
+		dev-python/semantic-version[${PYTHON_USEDEP}]
+		dev-python/werkzeug[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	# ldap_test is not packaged.
+	tests/integration_tests/api/auth_methods/test_ldap.py
+	# https://github.com/lepture/authlib is not packaged.
+	tests/integration_tests/api/auth_methods/test_oidc.py
+)


             reply	other threads:[~2023-06-18  2:16 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-18  2:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 18:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/hvac/ Michał Górny
2024-06-20 18:07 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-19  4:36 Michał Górny
2024-04-28  2:37 Michał Górny
2024-01-03 18:46 Arthur Zamarin
2023-12-30 18:28 Michał Górny
2023-10-21  3:40 Michał Górny
2023-09-09 17:29 Arthur Zamarin
2023-09-06 16:39 Michał Górny
2023-07-24 11:31 Michał Górny
2023-03-07  7:08 Michał Górny
2023-02-16 18:19 Michał Górny
2022-11-14  4:39 Michał Górny
2022-10-14  4:22 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-09-16  7:43 Arthur Zamarin
2021-09-24  6:33 Michał Górny
2021-09-24  6:33 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-23  8:16 Michał Górny
2021-07-13  6:35 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-21  8:07 Michał Górny
2021-05-20  7:25 Michał Górny
2021-05-08  8:52 Michał Górny
2021-05-08  8:52 Michał Górny
2021-04-03  6:59 Michał Górny
2021-02-24  7:59 Michał Górny
2021-02-21 22:34 William Hubbs
2021-02-21 20:54 William Hubbs
2020-04-06  9:03 Mikle Kolyada
2018-06-24 14:22 Pacho Ramos
2017-07-23 12:04 Manuel Rüger
2017-06-13 17:31 Manuel Rüger

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=1687054586.e47100f0e1b05831fff7e16efa514a7cb9a6b9d9.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