public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <qcxhome@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-azure-identity] rawhide: Build upstream version 1.25.3
Date: Sat, 06 Jun 2026 16:14:11 GMT	[thread overview]
Message-ID: <178076245153.1.2521205564474986060.rpms-python-azure-identity-88d76ca8e6c5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-azure-identity
            Branch : rawhide
            Commit : 88d76ca8e6c5de9803e2080db34067dace78b797
            Author : Chenxiong Qi <qcxhome@gmail.com>
            Date   : 2026-06-06T16:47:36+08:00
            Stats  : +10/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-azure-identity/c/88d76ca8e6c5de9803e2080db34067dace78b797?branch=rawhide

            Log:
            Build upstream version 1.25.3

Beside bumping version, also make these necessary changes:

* srcname is replaced with pypi_name.
* Point srcname to sdist package name azure_identity.

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index ded933c..c66a527 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /azure-identity-1.14.0.zip
 /azure-identity-1.15.0.tar.gz
 /azure-identity-1.17.1.tar.gz
+/azure_identity-1.25.3.tar.gz

diff --git a/python-azure-identity.spec b/python-azure-identity.spec
index 044ff55..336f7a0 100644
--- a/python-azure-identity.spec
+++ b/python-azure-identity.spec
@@ -1,14 +1,15 @@
 # Upstream's tests now require docker to be running.
 %bcond_with     tests
 
-%global         srcname     azure-identity
+%global         pypi_name     azure-identity
+%global         srcname       azure_identity
 
-Name:           python-%{srcname}
-Version:        1.17.1
+Name:           python-%{pypi_name}
+Version:        1.25.3
 Release:        %autorelease
 Summary:        Microsoft Azure Identity Library for Python
 License:        MIT
-URL:            https://pypi.org/project/%{srcname}/
+URL:            https://pypi.org/project/%{pypi_name}/
 Source0:        %{pypi_source %{srcname} %{version}}
 
 Epoch:          1
@@ -35,10 +36,10 @@ Microsoft Azure Identity Library for Python}
 %description %{_description}
 
 
-%package -n python3-%{srcname}
+%package -n python3-%{pypi_name}
 Summary:        %{summary}
 
-%description -n python3-%{srcname} %{_description}
+%description -n python3-%{pypi_name} %{_description}
 
 
 %prep
@@ -69,7 +70,7 @@ Summary:        %{summary}
 %endif
 
 
-%files -n python3-%{srcname} -f %{pyproject_files}
+%files -n python3-%{pypi_name} -f %{pyproject_files}
 %doc README.md
 
 

diff --git a/sources b/sources
index b8a1680..14b0666 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (azure-identity-1.17.1.tar.gz) = fd922f49b69dcbdef52452effc406a1ac43234ccfc0123614570ed7040e71e97d0e94eda29caec27832c5dbc95528f244de214b2d55f65c16b65abaa7a81e36b
+SHA512 (azure_identity-1.25.3.tar.gz) = 6fb0bc607048ba96dac27329804d34fac247a0c4ce911fec527e7e870f76096340bd471ef165975196b11ee2b0adc75748a7a8c6fc1caca9291dce6a0ebb2184

                 reply	other threads:[~2026-06-06 16:14 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=178076245153.1.2521205564474986060.rpms-python-azure-identity-88d76ca8e6c5@fedoraproject.org \
    --to=qcxhome@gmail.com \
    --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