forked from pool/python-hvac
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b74caaa75f | |||
| ade0edc1df | |||
| f6104e9973 | |||
| 81e4118be5 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b85e3320e8642dd82f234db63253cda169a817589e823713dc5fca83119b1e2
|
|
||||||
size 332660
|
|
||||||
3
hvac-2.4.0.tar.gz
Normal file
3
hvac-2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0056ad9064e7923e874e6769015b032580b639e29246f5ab1044f7959c1c7e0
|
||||||
|
size 332543
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 08:59:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.4.0
|
||||||
|
* add audience param to kubernetes role creation (GH-1224)
|
||||||
|
* docs: fix AppRole.login docstring (GH-1182)
|
||||||
|
* Fix a typo in read_secret_version warning message (GH-1219)
|
||||||
|
* Pin consul version in CI (GH-1210)
|
||||||
|
- Use Python 3.11 on SLE-15 by default
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 11:56:50 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Fix build and runtime requirements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 08:48:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Jun 19 08:48:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-hvac
|
Name: python-hvac
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HashiCorp Vault API client
|
Summary: HashiCorp Vault API client
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -30,18 +30,17 @@ BuildRequires: %{python_module Werkzeug}
|
|||||||
BuildRequires: %{python_module jwcrypto}
|
BuildRequires: %{python_module jwcrypto}
|
||||||
BuildRequires: %{python_module parameterized}
|
BuildRequires: %{python_module parameterized}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry}
|
BuildRequires: %{python_module poetry-core >= 1}
|
||||||
BuildRequires: %{python_module pyhcl >= 0.3.10}
|
BuildRequires: %{python_module pyhcl >= 0.4.4}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.21.0}
|
BuildRequires: %{python_module requests >= 2.21.0}
|
||||||
BuildRequires: %{python_module requests-mock}
|
BuildRequires: %{python_module requests-mock}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pyhcl >= 0.3.10
|
Requires: python-requests >= 2.27.1
|
||||||
Requires: python-requests >= 2.21.0
|
Recommends: python-pyhcl >= 0.4.4
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user