import python3-azure-sdk-4.0.0-8.el8_0.1

This commit is contained in:
CentOS Sources 2019-06-18 12:38:27 -04:00 committed by Andrew Lukoshko
parent e91e7c80db
commit 5e87b01ef2
3 changed files with 6 additions and 1196 deletions

View File

@ -1,6 +1,6 @@
e255c82842e7c50cd9ff9942bafd647e59eb5459 SOURCES/SecretStorage-2.3.1.tar.gz e255c82842e7c50cd9ff9942bafd647e59eb5459 SOURCES/SecretStorage-2.3.1.tar.gz
1601d78ad0edf639c0716e8dc80bd8e9e67932ac SOURCES/adal-1.2.0.tar.gz 1601d78ad0edf639c0716e8dc80bd8e9e67932ac SOURCES/adal-1.2.0.tar.gz
8be4111f72e723c02176a55b2912ccf39cb91c53 SOURCES/azure-sdk-4.0.0.tar.gz 1d01c4919c2e55cd7394c09a5233421aa290a913 SOURCES/azure-sdk-4.0.0.tar.gz
73eb43fcb367b3d2bd346d99df89e911da7fee05 SOURCES/certifi-2018.10.15.tar.gz 73eb43fcb367b3d2bd346d99df89e911da7fee05 SOURCES/certifi-2018.10.15.tar.gz
40ccf07a8e46284a79cfc4d41e151f71ae63f535 SOURCES/isodate-0.5.4.tar.gz 40ccf07a8e46284a79cfc4d41e151f71ae63f535 SOURCES/isodate-0.5.4.tar.gz
0e35ea34961f9762de35bf62fcdfef65d44cfbe1 SOURCES/keyring-13.2.1.tar.gz 0e35ea34961f9762de35bf62fcdfef65d44cfbe1 SOURCES/keyring-13.2.1.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@ Python documentation.
Name: python3-%{srcname} Name: python3-%{srcname}
Version: 4.0.0 Version: 4.0.0
Release: 8%{?dist} Release: 8%{?dist}.1
Summary: Microsoft Azure SDK for Python Summary: Microsoft Azure SDK for Python
# All packages are licensed under the MIT license, except: # All packages are licensed under the MIT license, except:
@ -63,11 +63,9 @@ Source4: %{adal}-%{adal_version}.tar.gz
Source5: %{secretstorage}-%{secretstorage_version}.tar.gz Source5: %{secretstorage}-%{secretstorage_version}.tar.gz
Source6: %{keyring}-%{keyring_version}.tar.gz Source6: %{keyring}-%{keyring_version}.tar.gz
Source7: %{msrestazure}-%{msrestazure_version}.tar.gz Source7: %{msrestazure}-%{msrestazure_version}.tar.gz
# Fix build with old versions of setuptools library
Patch0: python-azure-sdk-4.0.0-setup.patch
# Install namespace package modules (disabled by default, may be required by # Install namespace package modules (disabled by default, may be required by
# modules depending on Azure SDK for development) # modules depending on Azure SDK for development)
Patch1: python-azure-sdk-4.0.0-nspkgs.patch Patch0: python-azure-sdk-4.0.0-nspkgs.patch
# bundles # bundles
Patch1000: certifi-2018.10.15-use-system-cert.patch Patch1000: certifi-2018.10.15-use-system-cert.patch
Patch1001: python-msrest-0.6.1-setup.patch Patch1001: python-msrest-0.6.1-setup.patch
@ -131,7 +129,6 @@ This package provides documentation for %{name}.
%prep %prep
%setup -q -n %{srcname}-for-python-azure_%{version}%{?prerelease} %setup -q -n %{srcname}-for-python-azure_%{version}%{?prerelease}
%patch0 %patch0
%patch1
# bundles # bundles
mkdir -p %{bundled_lib_dir}/azure mkdir -p %{bundled_lib_dir}/azure
@ -302,6 +299,9 @@ popd
%changelog %changelog
* Thu May 16 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-8.1
- Update to 4.0.0 + azure-mgmt-compute 5.0.0 (for skip_shutdown feature)
Resolves: rhbz#1710487
* Wed Jan 30 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-8 * Wed Jan 30 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-8
- Bundled libraries - Bundled libraries
Resolves: rhbz#1630844 Resolves: rhbz#1630844