forked from pool/python-azure-mgmt-qumulo
Accepting request 1089367 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/1089367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-qumulo?expand=0&rev=2
This commit is contained in:
commit
b22c3308b7
3
azure-mgmt-qumulo-1.0.0.zip
Normal file
3
azure-mgmt-qumulo-1.0.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9c4dccbb6d27c86052481e6e316a66f89fcc806c005a0f0ad8b245450fd110b
|
||||
size 61544
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9696a9658a56b539b129a18675a7dd4355eda75c29cdee67c580d7559cee05b7
|
||||
size 61687
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 10:27:57 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.0.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Remove temporary version override
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 12:02:45 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -15,20 +15,19 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define realversion 1.0.0b1
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-mgmt-qumulo
|
||||
Version: 1.0.0~b1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Qumulo Management Client Library for Python
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Azure/azure-sdk-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-qumulo/azure-mgmt-qumulo-%{realversion}.zip
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-qumulo/azure-mgmt-qumulo-%{version}.zip
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
@ -42,8 +41,8 @@ Requires: python-azure-mgmt-core < 2.0.0
|
||||
Requires: python-azure-mgmt-core >= 1.3.2
|
||||
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-isodate >= 0.6.1
|
||||
Requires: python-isodate < 1.0.0
|
||||
Requires: python-isodate >= 0.6.1
|
||||
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
|
||||
@ -57,10 +56,10 @@ This is the Microsoft Azure Qumulo Management Client Library.
|
||||
This package has been tested with Python 3.7+.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-mgmt-qumulo-%{realversion}
|
||||
%setup -q -n azure-mgmt-qumulo-%{version}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-qumulo-%{realversion}
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-qumulo-%{version}
|
||||
%python_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user