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
This commit is contained in:
parent
60ec1bf16d
commit
e7b5b018ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a7898ddccb378059e93e4c6a8e045a81dbe3c85b5b9256e2a3ab9faa412c069
|
|
||||||
size 360186
|
|
3
azure-storage-file-datalake-12.13.0.tar.gz
Normal file
3
azure-storage-file-datalake-12.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6d34a36631d82f4e4bb7bee754f6592ec31051a0426d7a659b55035d3739903
|
||||||
|
size 267038
|
@ -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>
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user