Accepting request 1081158 from devel:languages:python:azure

- New upstream release
  + Version 10.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Remove temporary version override
- Update Requires from setup.py (forwarded request 1081120 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1081158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-containerinstance?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2023-04-21 12:17:39 +00:00 committed by Git OBS Bridge
commit 1f81e6c544
4 changed files with 19 additions and 10 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78d437adb28574f448c838ed5f01f9ced378196098061deb59d9f7031704c17e
size 106507

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86a64344574045f333d18c9814b80c5f832608b42e90fb789c4a37ec7e34c50d
size 105375

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 08:05:04 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 10.1.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Remove temporary version override
- Update Requires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 7 11:51:27 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Tue Mar 7 11:51:27 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -16,20 +16,18 @@
# #
%define realversion 10.1.0b1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
%define skip_python2 1 %define skip_python2 1
%endif %endif
Name: python-azure-mgmt-containerinstance Name: python-azure-mgmt-containerinstance
Version: 10.1.0~b1 Version: 10.1.0
Release: 0 Release: 0
Summary: Microsoft Azure Container Instance Client Library Summary: Microsoft Azure Container Instance Client Library
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{realversion}.zip Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip
Source1: LICENSE.txt Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@ -43,7 +41,8 @@ Requires: python-azure-mgmt-core < 2.0.0
Requires: python-azure-mgmt-core >= 1.3.2 Requires: python-azure-mgmt-core >= 1.3.2
Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-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.0.1 if python-base < 3.8) Requires: (python-typing_extensions >= 4.0.1 if python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0 Conflicts: python-azure-sdk <= 2.0.0
@ -60,10 +59,10 @@ replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
%prep %prep
%setup -q -n azure-mgmt-containerinstance-%{realversion} %setup -q -n azure-mgmt-containerinstance-%{version}
%build %build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{realversion} install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
%python_build %python_build
%install %install