From e7b5b018eed0ca23b22ee3873644ba773eed4cd311d95ccc205262e5e92395fa Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 14 Sep 2023 14:16:32 +0000 Subject: [PATCH] Accepting request 1110897 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 12.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1110897 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-datalake?expand=0&rev=36 --- azure-storage-file-datalake-12.12.0.zip | 3 --- azure-storage-file-datalake-12.13.0.tar.gz | 3 +++ python-azure-storage-file-datalake.changes | 11 +++++++++++ python-azure-storage-file-datalake.spec | 7 +++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 azure-storage-file-datalake-12.12.0.zip create mode 100644 azure-storage-file-datalake-12.13.0.tar.gz diff --git a/azure-storage-file-datalake-12.12.0.zip b/azure-storage-file-datalake-12.12.0.zip deleted file mode 100644 index 675635a..0000000 --- a/azure-storage-file-datalake-12.12.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a7898ddccb378059e93e4c6a8e045a81dbe3c85b5b9256e2a3ab9faa412c069 -size 360186 diff --git a/azure-storage-file-datalake-12.13.0.tar.gz b/azure-storage-file-datalake-12.13.0.tar.gz new file mode 100644 index 0000000..fbe6022 --- /dev/null +++ b/azure-storage-file-datalake-12.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d34a36631d82f4e4bb7bee754f6592ec31051a0426d7a659b55035d3739903 +size 267038 diff --git a/python-azure-storage-file-datalake.changes b/python-azure-storage-file-datalake.changes index 5fad9a9..55aad5d 100644 --- a/python-azure-storage-file-datalake.changes +++ b/python-azure-storage-file-datalake.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 13 11:34:44 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 12.13.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove unzip package from BuildRequires +- Switch source archive format to TAR.GZ +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Jul 12 18:57:07 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-azure-storage-file-datalake.spec b/python-azure-storage-file-datalake.spec index 774d0a6..a39f020 100644 --- a/python-azure-storage-file-datalake.spec +++ b/python-azure-storage-file-datalake.spec @@ -21,25 +21,24 @@ %define skip_python2 1 %endif Name: python-azure-storage-file-datalake -Version: 12.12.0 +Version: 12.13.0 Release: 0 Summary: Azure DataLake service client library for Python License: MIT Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-storage-file-datalake/azure-storage-file-datalake-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-storage-file-datalake/azure-storage-file-datalake-%{version}.tar.gz Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: unzip Requires: python-azure-core < 2.0.0 Requires: python-azure-core >= 1.28.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-storage-blob < 13.0.0 -Requires: python-azure-storage-blob >= 12.17.0 +Requires: python-azure-storage-blob >= 12.18.0 Requires: python-azure-storage-nspkg >= 3.0.0 Requires: python-isodate >= 0.6.1 Requires: (python-typing_extensions >= 4.3.0)