public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-azure-identity] f43: Build upstream version 1.25.3
@ 2026-06-06 16:18 Chenxiong Qi
0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-06-06 16:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-azure-identity
Branch : f43
Commit : 75f8d82ef82c4bf87dad05cf59bbe988e5ad6871
Author : Chenxiong Qi <qcxhome@gmail.com>
Date : 2026-06-06T12:17:49-04:00
Stats : +10/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-azure-identity/c/75f8d82ef82c4bf87dad05cf59bbe988e5ad6871?branch=f43
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 16:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 16:18 [rpms/python-azure-identity] f43: Build upstream version 1.25.3 Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox