Accepting request 1201767 from devel:languages:python:azure

- New upstream release
  + Version 12.17.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py (forwarded request 1201723 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1201767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-datalake?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-09-18 13:28:14 +00:00 committed by Git OBS Bridge
commit 532e061775
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 18 07:57:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.17.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 19 08:59:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Fri Jul 19 08:59:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,13 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-azure-storage-file-datalake Name: python-azure-storage-file-datalake
Version: 12.16.0 Version: 12.17.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}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure_storage_file_datalake/azure_storage_file_datalake-%{version}.tar.gz
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 pip} BuildRequires: %{python_module pip}
@ -35,8 +35,8 @@ BuildRequires: python-rpm-macros
Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.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-azure-core >= 1.28.0 with python-azure-core < 2.0.0) Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Requires: (python-azure-storage-blob >= 12.21.0 with python-azure-storage-blob < 13.0.0) Requires: (python-azure-storage-blob >= 12.23.0 with python-azure-storage-blob < 13.0.0)
Requires: (python-typing_extensions >= 4.6.0) Requires: (python-typing_extensions >= 4.6.0)
Conflicts: python-azure-sdk <= 2.0.0 Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400 %if 0%{?sle_version} >= 150400
@ -58,7 +58,7 @@ This includes:
(HNS) accounts. (HNS) accounts.
%prep %prep
%setup -q -n azure-storage-file-datalake-%{version} %setup -q -n azure_storage_file_datalake-%{version}
%build %build
%pyproject_wheel %pyproject_wheel