Initial import (#1971760)
This commit is contained in:
parent
5af3d50a35
commit
04f9166c87
3 changed files with 56 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/azure-identity-1.6.0.zip
|
||||
54
python-azure-identity.spec
Normal file
54
python-azure-identity.spec
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
%global srcname azure-identity
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Microsoft Azure Identity 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 Identity 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> - 1.6.0-1
|
||||
- First package.
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (azure-identity-1.6.0.zip) = 179da069cba68cba77bea672daf5e4698bdcbd5977c74e531bf0ee22d9aed9263e0e32b832def60bc8b5fa8df5d5c07c7ac51f3ed06d4bd7125adcc34da7e91e
|
||||
Loading…
Add table
Add a link
Reference in a new issue