forked from pool/python-azure-mgmt-connectedvmware
Accepting request 1120495 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
+ Version 1.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Override upstream version with 1.0.0.0 to ensure
proper upgrade from previous version 1.0.0b3
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Update Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1120495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-connectedvmware?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 08:39:58 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
|
||||
- Override upstream version with 1.0.0.0 to ensure
|
||||
proper upgrade from previous version 1.0.0b3
|
||||
- Remove unzip package from BuildRequires
|
||||
- Switch source archive format to TAR.GZ
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 09:47:39 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -16,32 +16,34 @@
|
||||
#
|
||||
|
||||
|
||||
%define realversion 1.0.0
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-mgmt-connectedvmware
|
||||
Version: 1.0.0b3
|
||||
Version: 1.0.0.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Connectedvmware 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-connectedvmware/azure-mgmt-connectedvmware-%{version}.zip
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-connectedvmware/azure-mgmt-connectedvmware-%{realversion}.tar.gz
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-common < 2.0.0
|
||||
Requires: python-azure-common >= 1.1
|
||||
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-msrest >= 0.7.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
|
||||
BuildArch: noarch
|
||||
@@ -53,10 +55,10 @@ This is the Microsoft Azure Connectedvmware Management Client Library.
|
||||
This package has been tested with Python 2.7, 3.6+.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-mgmt-connectedvmware-%{version}
|
||||
%setup -q -n azure-mgmt-connectedvmware-%{realversion}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-connectedvmware-%{version}
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-connectedvmware-%{realversion}
|
||||
%python_build
|
||||
|
||||
%install
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4787e69f68f933f65762d5a2f53a8c3aa61c6c342315647098a039f46dd3356d
|
||||
size 107381
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7443cde259152497095a58b3d828d51ade7c274523eec15e7886115d7ebfc01
|
||||
size 194353
|
||||
Reference in New Issue
Block a user