Accepting request 801157 from home:glaubitz:branches:devel:languages:python:azure
- Update Azure SDK components to latest upstream version OBS-URL: https://build.opensuse.org/request/show/801157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-datalake?expand=0&rev=3
This commit is contained in:
parent
ada0e93292
commit
700e200214
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3c9a3f9cd1583e8bfd6b9c9da416a0dd2ceaae30f427e317b7fbdaf1d9c86a
|
||||
size 171963
|
3
azure-storage-file-datalake-12.0.1.zip
Normal file
3
azure-storage-file-datalake-12.0.1.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b1b1181ebffcdecf161685882e5c941863d4727a1fd820b43f95ddb5c49fd1f
|
||||
size 234620
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 12:19:00 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.0.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Rename HISTORY.md to CHANGELOG.md in %files section
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 15:23:14 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-azure-storage-file-datalake
|
||||
Version: 12.0.0b6
|
||||
Version: 12.0.1
|
||||
Release: 0
|
||||
Summary: Azure DataLake service client library for Python
|
||||
License: MIT
|
||||
@ -33,7 +33,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-core < 2.0.0
|
||||
Requires: python-azure-core >= 1.1.0
|
||||
Requires: python-azure-core >= 1.2.2
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-azure-storage-blob < 13.0.0
|
||||
Requires: python-azure-storage-blob >= 12.0
|
||||
@ -73,7 +73,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%doc HISTORY.md README.md
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/azure/storage/filedatalake
|
||||
%{python_sitelib}/azure_storage_file_datalake-*.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user