public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Major Hayden <major@mhtx.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-azure-keyvault-secrets] epel10: Initial import (#1971767)
Date: Mon, 01 Jun 2026 12:55:27 GMT	[thread overview]
Message-ID: <178031852740.1.57868769998031739.rpms-python-azure-keyvault-secrets-3ce0bf97576f@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-01 12:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178031852740.1.57868769998031739.rpms-python-azure-keyvault-secrets-3ce0bf97576f@fedoraproject.org \
    --to=major@mhtx.net \
    --cc=git-commits@fedoraproject.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