17
0

Accepting request 735261 from home:glaubitz:branches:devel:languages:python:azure

- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/735261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-multiapi-storage?expand=0&rev=6
This commit is contained in:
2019-10-07 10:15:33 +00:00
committed by Git OBS Bridge
parent 370a328251
commit 93afbac732
5 changed files with 15 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
diff -Nru azure-multiapi-storage-0.2.2.orig/setup.py azure-multiapi-storage-0.2.2/setup.py
--- azure-multiapi-storage-0.2.2.orig/setup.py 2018-07-17 22:22:15.000000000 +0200
+++ azure-multiapi-storage-0.2.2/setup.py 2018-09-06 16:58:12.031416063 +0200
@@ -62,7 +62,4 @@
'python-dateutil',
'requests',
],
- extras_require={
- ':python_version=="2.7"': ['futures'],
- },
)

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f5e9d3aaef82c6b0e5a1e735bd02548063be6f4d2951ad94a0d9bde08bb0a7f
size 957724

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 4 12:20:53 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.2.4
+ For detailed information about changes see the
HISTORY.txt file provided with this package
- Drop patch to support older versions of setuptools as
SLE-12 is now shipping with a recent enough version
+ ams_drop-compatible-releases-operator.patch
-------------------------------------------------------------------
Mon Apr 15 09:28:29 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-multiapi-storage
Version: 0.2.3
Version: 0.2.4
Release: 0
Summary: Microsoft Azure Storage Client Library for Python - with Multi API version Support
License: MIT
@@ -26,7 +26,6 @@ Group: Development/Languages/Python
Url: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-multiapi-storage/azure-multiapi-storage-%{version}.tar.gz
Source1: LICENSE.txt
Patch1: ams_drop-extras-require.patch
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -58,7 +57,6 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
%prep
%setup -q -n azure-multiapi-storage-%{version}
%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-multiapi-storage-%{version}