Accepting request 801202 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/801202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-datalake?expand=0&rev=2
This commit is contained in:
commit
abe42aad70
@ -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>
|
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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-azure-storage-file-datalake
|
Name: python-azure-storage-file-datalake
|
||||||
Version: 12.0.0b6
|
Version: 12.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Azure DataLake service client library for Python
|
Summary: Azure DataLake service client library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,7 +33,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: python-azure-core < 2.0.0
|
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-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.0
|
Requires: python-azure-storage-blob >= 12.0
|
||||||
@ -73,7 +73,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
}
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc HISTORY.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/azure/storage/filedatalake
|
%{python_sitelib}/azure/storage/filedatalake
|
||||||
%{python_sitelib}/azure_storage_file_datalake-*.egg-info
|
%{python_sitelib}/azure_storage_file_datalake-*.egg-info
|
||||||
|
Loading…
Reference in New Issue
Block a user