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>
This commit is contained in:
parent
4b2c5a155e
commit
88d76ca8e6
3 changed files with 10 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-identity-1.17.1.tar.gz) = fd922f49b69dcbdef52452effc406a1ac43234ccfc0123614570ed7040e71e97d0e94eda29caec27832c5dbc95528f244de214b2d55f65c16b65abaa7a81e36b
|
||||
SHA512 (azure_identity-1.25.3.tar.gz) = 6fb0bc607048ba96dac27329804d34fac247a0c4ce911fec527e7e870f76096340bd471ef165975196b11ee2b0adc75748a7a8c6fc1caca9291dce6a0ebb2184
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue