Accepting request 960768 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release + Version 12.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/960768 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-datalake?expand=0&rev=20
This commit is contained in:
parent
caeeee5aae
commit
c67e19abb5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddaa9aa3415dd53b5e21ccd1c3e400d7b20c1ee5d1f7c856059539230c2c5932
|
||||
size 304792
|
3
azure-storage-file-datalake-12.6.0.zip
Normal file
3
azure-storage-file-datalake-12.6.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7166e14d69c4e4a42d18cf7f2f2cc5a2b82e947abcc971e80838170e24773b02
|
||||
size 309500
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 13:06:31 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.6.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Rename LICENSE.txt to LICENSE in %files section
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 4 13:15:09 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-storage-file-datalake
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-storage-file-datalake
|
||||
Version: 12.5.0
|
||||
Version: 12.6.0
|
||||
Release: 0
|
||||
Summary: Azure DataLake service client library for Python
|
||||
License: MIT
|
||||
@ -36,10 +36,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-core < 2.0.0
|
||||
Requires: python-azure-core >= 1.10.0
|
||||
Requires: python-azure-core >= 1.15.0
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-azure-storage-blob < 13.0.0
|
||||
Requires: python-azure-storage-blob >= 12.9.0
|
||||
Requires: python-azure-storage-blob >= 12.10.0
|
||||
Requires: python-azure-storage-nspkg >= 3.0.0
|
||||
Requires: python-msrest >= 0.6.21
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
@ -77,7 +77,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python_sitelib}/azure/storage/filedatalake
|
||||
%{python_sitelib}/azure_storage_file_datalake-*.egg-info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user