Accepting request 1111424 from 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 (forwarded request 1110897 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1111424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-datalake?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2023-09-15 20:04:44 +00:00 committed by Git OBS Bridge
commit 974c363294
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 13 11:34:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com> Wed Jul 12 18:57:07 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -21,25 +21,24 @@
%define skip_python2 1 %define skip_python2 1
%endif %endif
Name: python-azure-storage-file-datalake Name: python-azure-storage-file-datalake
Version: 12.12.0 Version: 12.13.0
Release: 0 Release: 0
Summary: Azure DataLake service client library for Python Summary: Azure DataLake service client library for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-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 Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0} BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-core < 2.0.0 Requires: python-azure-core < 2.0.0
Requires: python-azure-core >= 1.28.0 Requires: python-azure-core >= 1.28.0
Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0
Requires: python-azure-storage-blob < 13.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-azure-storage-nspkg >= 3.0.0
Requires: python-isodate >= 0.6.1 Requires: python-isodate >= 0.6.1
Requires: (python-typing_extensions >= 4.3.0) Requires: (python-typing_extensions >= 4.3.0)