diff --git a/azure-storage-file-datalake-12.16.0.tar.gz b/azure-storage-file-datalake-12.16.0.tar.gz deleted file mode 100644 index 0fb6c72..0000000 --- a/azure-storage-file-datalake-12.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3185580e4e438162ef84fb88cb46b2ef248dafbfb07f53297762417bb7000333 -size 274485 diff --git a/azure_storage_file_datalake-12.17.0.tar.gz b/azure_storage_file_datalake-12.17.0.tar.gz new file mode 100644 index 0000000..2ccc853 --- /dev/null +++ b/azure_storage_file_datalake-12.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65ed4724014e0845841ea34e96459b03fa515c3082524462a17d161368d145 +size 275045 diff --git a/python-azure-storage-file-datalake.changes b/python-azure-storage-file-datalake.changes index 8cf74b4..2d2897a 100644 --- a/python-azure-storage-file-datalake.changes +++ b/python-azure-storage-file-datalake.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 18 07:57:48 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-storage-file-datalake.spec b/python-azure-storage-file-datalake.spec index c60cee5..813703f 100644 --- a/python-azure-storage-file-datalake.spec +++ b/python-azure-storage-file-datalake.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-storage-file-datalake -Version: 12.16.0 +Version: 12.17.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}.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-storage-nspkg >= 3.0.0} BuildRequires: %{python_module pip} @@ -35,8 +35,8 @@ BuildRequires: python-rpm-macros Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-storage-nspkg >= 3.0.0 Requires: python-isodate >= 0.6.1 -Requires: (python-azure-core >= 1.28.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-core >= 1.30.0 with python-azure-core < 2.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) Conflicts: python-azure-sdk <= 2.0.0 %if 0%{?sle_version} >= 150400 @@ -58,7 +58,7 @@ This includes: (HNS) accounts. %prep -%setup -q -n azure-storage-file-datalake-%{version} +%setup -q -n azure_storage_file_datalake-%{version} %build %pyproject_wheel