Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-storage-file-datalake
for openSUSE:Factory checked in at 2024-09-18 15:28:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-storage-file-datalake (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-storage-file-datalake.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-storage-file-datalake"
Wed Sep 18 15:28:14 2024 rev:25 rq:1201767 version:12.17.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-storage-file-datalake/python-azure-storage-file-datalake.changes
2024-07-22 17:16:21.805350049 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-storage-file-datalake.new.29891/python-azure-storage-file-datalake.changes
2024-09-18 15:29:18.942924827 +0200
@@ -1,0 +2,10 @@
+Wed Sep 18 07:57:48 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-storage-file-datalake-12.16.0.tar.gz
New:
----
azure_storage_file_datalake-12.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-storage-file-datalake.spec ++++++
--- /var/tmp/diff_new_pack.RkppV1/_old 2024-09-18 15:29:19.378943057 +0200
+++ /var/tmp/diff_new_pack.RkppV1/_new 2024-09-18 15:29:19.378943057 +0200
@@ -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 @@
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 @@
(HNS) accounts.
%prep
-%setup -q -n azure-storage-file-datalake-%{version}
+%setup -q -n azure_storage_file_datalake-%{version}
%build
%pyproject_wheel