diff --git a/ams_drop-extras-require.patch b/ams_drop-extras-require.patch deleted file mode 100644 index 0abdb0c..0000000 --- a/ams_drop-extras-require.patch +++ /dev/null @@ -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'], -- }, - ) diff --git a/azure-multiapi-storage-0.2.3.tar.gz b/azure-multiapi-storage-0.2.3.tar.gz deleted file mode 100644 index 54fb5c1..0000000 --- a/azure-multiapi-storage-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3dbf0c422e53161b5ba0b2e8be5f4a144d15a5c082cfa1f2ef6b7e83b7a414 -size 816963 diff --git a/azure-multiapi-storage-0.2.4.tar.gz b/azure-multiapi-storage-0.2.4.tar.gz new file mode 100644 index 0000000..5e71fb9 --- /dev/null +++ b/azure-multiapi-storage-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e9d3aaef82c6b0e5a1e735bd02548063be6f4d2951ad94a0d9bde08bb0a7f +size 957724 diff --git a/python-azure-multiapi-storage.changes b/python-azure-multiapi-storage.changes index 29d3b27..7a6702f 100644 --- a/python-azure-multiapi-storage.changes +++ b/python-azure-multiapi-storage.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 4 12:20:53 UTC 2019 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-multiapi-storage.spec b/python-azure-multiapi-storage.spec index b74e31e..aebdc51 100644 --- a/python-azure-multiapi-storage.spec +++ b/python-azure-multiapi-storage.spec @@ -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}