Initial import (#1971769)
This commit is contained in:
parent
4da4771589
commit
0694bd6863
3 changed files with 56 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/azure-loganalytics-0.1.0.zip
|
||||
54
python-azure-loganalytics.spec
Normal file
54
python-azure-loganalytics.spec
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
%global srcname azure-loganalytics
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Microsoft Azure Log Analytics 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 Log Analytics 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.rst
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 01 2021 Major Hayden <major@mhtx.net> - 0.1.0-1
|
||||
- First package.
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (azure-loganalytics-0.1.0.zip) = f3e902f50e81a585e1660314da59bf29184c8a7f2ce3c06449949e7707631310e3bb12555079ea664fc44596dad53b272f16ac08e78d9069b2fb3f400836c6aa
|
||||
Loading…
Add table
Add a link
Reference in a new issue