public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-azure-keyvault-secrets] epel10: Initial import (#1971767)
@ 2026-06-01 12:55 Major Hayden
0 siblings, 0 replies; only message in thread
From: Major Hayden @ 2026-06-01 12:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-azure-keyvault-secrets
Branch : epel10
Commit : 3ce0bf97576faf7c47a8f46d931373f9fb1c4dba
Author : Major Hayden <major@mhtx.net>
Date : 2021-06-18T13:36:08-05:00
Stats : +56/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-azure-keyvault-secrets/c/3ce0bf97576faf7c47a8f46d931373f9fb1c4dba?branch=epel10
Log:
Initial import (#1971767)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..280a9c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/azure-keyvault-secrets-4.2.0.zip
diff --git a/python-azure-keyvault-secrets.spec b/python-azure-keyvault-secrets.spec
new file mode 100644
index 0000000..ae7bec4
--- /dev/null
+++ b/python-azure-keyvault-secrets.spec
@@ -0,0 +1,54 @@
+%global srcname azure-keyvault-secrets
+
+Name: python-%{srcname}
+Version: 4.2.0
+Release: 1%{?dist}
+Summary: Microsoft Azure Key Vault Secrets Client Library for Python
+License: MIT
+URL: https://pypi.org/project/%{srcname}/
+Source0: %{pypi_source %{srcname} %{version} zip}
+
+BuildArch: noarch
+
+Obsoletes: python-azure-sdk < 5.0.1
+
+BuildRequires: python%{python3_pkgversion}-devel
+BuildRequires: pyproject-rpm-macros
+
+
+%global _description %{expand:
+Microsoft Azure Key Vault Secrets Client Library for Python}
+
+%description %{_description}
+
+
+%package -n python3-%{srcname}
+Summary: %{summary}
+
+%description -n python3-%{srcname} %{_description}
+
+
+%prep
+%autosetup -n %{srcname}-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires -r
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+%pyproject_save_files azure
+
+
+%files -n python3-%{srcname} -f %{pyproject_files}
+%doc README.md
+
+
+%changelog
+* Tue Jun 01 2021 Major Hayden <major@mhtx.net> - 4.2.0-1
+- First package.
diff --git a/sources b/sources
new file mode 100644
index 0000000..65bca19
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (azure-keyvault-secrets-4.2.0.zip) = 578cdc4e1130e3eb612b688d0547b2c3798d294bea088c5a66dd7757a65b83d1db7c8d6a281589a3f7bd6f7b6f9605a30df2a68127681465318756754ecd293e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 12:55 [rpms/python-azure-keyvault-secrets] epel10: Initial import (#1971767) Major Hayden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox