Accepting request 694400 from devel:languages:python:azure
- Update Python Azure SDK to latest version (forwarded request 694280 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/694400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-containerinstance?expand=0&rev=7
This commit is contained in:
commit
b69df0316d
@ -1,12 +1,12 @@
|
|||||||
diff -Nru azure-mgmt-containerinstance-1.0.0.orig/setup.py azure-mgmt-containerinstance-1.0.0/setup.py
|
diff -Nru azure-mgmt-containerinstance-1.4.0.orig/setup.py azure-mgmt-containerinstance-1.4.0/setup.py
|
||||||
--- azure-mgmt-containerinstance-1.0.0.orig/setup.py 2018-06-21 19:55:36.000000000 +0200
|
--- azure-mgmt-containerinstance-1.4.0.orig/setup.py 2018-11-12 23:22:44.000000000 +0100
|
||||||
+++ azure-mgmt-containerinstance-1.0.0/setup.py 2018-09-03 16:39:13.732927938 +0200
|
+++ azure-mgmt-containerinstance-1.4.0/setup.py 2019-03-25 14:26:43.991584585 +0100
|
||||||
@@ -78,7 +78,7 @@
|
@@ -79,7 +79,7 @@
|
||||||
packages=find_packages(exclude=["tests"]),
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'msrestazure>=0.4.27,<2.0.0',
|
'msrest>=0.5.0',
|
||||||
|
'msrestazure>=0.4.32,<2.0.0',
|
||||||
- 'azure-common~=1.1',
|
- 'azure-common~=1.1',
|
||||||
+ 'azure-common>=1.1',
|
+ 'azure-common>=1.1',
|
||||||
],
|
],
|
||||||
cmdclass=cmdclass
|
extras_require={
|
||||||
)
|
":python_version<'3.0'": ['azure-mgmt-nspkg'],
|
||||||
|
11
amc_drop-extras-require.patch
Normal file
11
amc_drop-extras-require.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -Nru azure-mgmt-containerinstance-1.4.0.orig/setup.py azure-mgmt-containerinstance-1.4.0/setup.py
|
||||||
|
--- azure-mgmt-containerinstance-1.4.0.orig/setup.py 2019-04-11 15:13:02.538498142 +0200
|
||||||
|
+++ azure-mgmt-containerinstance-1.4.0/setup.py 2019-04-11 15:13:27.202731374 +0200
|
||||||
|
@@ -81,7 +81,4 @@
|
||||||
|
'msrestazure>=0.4.32,<2.0.0',
|
||||||
|
'azure-common>=1.1',
|
||||||
|
],
|
||||||
|
- extras_require={
|
||||||
|
- ":python_version<'3.0'": ['azure-mgmt-nspkg'],
|
||||||
|
- }
|
||||||
|
)
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68c8150b5431752484b4933a6a15856b503068314b9d87ff99b03df3549bc92f
|
|
||||||
size 85906
|
|
3
azure-mgmt-containerinstance-1.4.0.zip
Normal file
3
azure-mgmt-containerinstance-1.4.0.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:274a9def808407fafe123aa8e9bc1c838a48af2de56419598db7a8b8901086e3
|
||||||
|
size 98366
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 13:17:24 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.4.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
HISTORY.txt file provided with this package
|
||||||
|
- Add patch to drop extras_require field from setup.py,
|
||||||
|
required for SLES12 as the setuptools version is too old
|
||||||
|
+ amc_drop-extras-require.patch
|
||||||
|
- Bump minimum version for namespace packages
|
||||||
|
to 3.0.0 in BuildRequires and Requires
|
||||||
|
- Remove python-devel package from BuildRequires
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ ag_drop-compatible-releases-operator.patch
|
||||||
|
- Run fdupes to hardlink duplicate files
|
||||||
|
+ Add fdupes to BuildRequires
|
||||||
|
+ Add %fdupes invocation to %install
|
||||||
|
- Update %description from setup.py
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 14:48:14 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Sep 3 14:48:14 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-mgmt-containerinstance
|
# spec file for package python-azure-mgmt-containerinstance
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-azure-mgmt-containerinstance
|
Name: python-azure-mgmt-containerinstance
|
||||||
Version: 1.0.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Container Instance Client Library
|
Summary: Microsoft Azure Container Instance Client Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,18 +27,21 @@ Url: https://github.com/Azure/azure-sdk-for-python
|
|||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch1: amc_drop-compatible-releases-operator.patch
|
Patch1: amc_drop-compatible-releases-operator.patch
|
||||||
BuildRequires: %{python_module azure-mgmt-nspkg}
|
Patch2: amc_drop-extras-require.patch
|
||||||
BuildRequires: %{python_module azure-nspkg}
|
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||||
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: python-azure-common < 2.0.0
|
Requires: python-azure-common < 2.0.0
|
||||||
Requires: python-azure-common >= 1.1
|
Requires: python-azure-common >= 1.1
|
||||||
Requires: python-azure-mgmt-nspkg
|
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
||||||
Requires: python-azure-nspkg
|
Requires: python-azure-nspkg >= 3.0.0
|
||||||
|
Requires: python-msrest >= 0.5.0
|
||||||
Requires: python-msrestazure < 2.0.0
|
Requires: python-msrestazure < 2.0.0
|
||||||
Requires: python-msrestazure >= 0.4.27
|
Requires: python-msrestazure >= 0.4.32
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -51,11 +54,12 @@ This is the Microsoft Azure Container Instance Client Library.
|
|||||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||||
replace the old Azure Service Management (ASM).
|
replace the old Azure Service Management (ASM).
|
||||||
|
|
||||||
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
|
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-%{version}
|
%setup -q -n azure-mgmt-containerinstance-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
|
||||||
@ -63,6 +67,7 @@ install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%{python_expand # delete common files
|
%{python_expand # delete common files
|
||||||
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
|
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
|
||||||
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
|
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user