Accepting request 1188617 from devel:languages:python:azure
- New upstream release + Version 12.16.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Drop extra LICENSE.txt as upstream now ships its own - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py (forwarded request 1188567 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1188617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-datalake?expand=0&rev=24
This commit is contained in:
commit
47119654b0
21
LICENSE.txt
21
LICENSE.txt
@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc6c07fa22a93446c2c9097b10ad6572396e82ab34230d697f30034258415a0b
|
||||
size 273041
|
3
azure-storage-file-datalake-12.16.0.tar.gz
Normal file
3
azure-storage-file-datalake-12.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3185580e4e438162ef84fb88cb46b2ef248dafbfb07f53297762417bb7000333
|
||||
size 274485
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 08:59:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.16.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Drop extra LICENSE.txt as upstream now ships its own
|
||||
- Rename LICENSE.txt to LICENSE in %files section
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 07:41:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,14 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-storage-file-datalake
|
||||
Version: 12.15.0
|
||||
Version: 12.16.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
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
@ -37,7 +36,7 @@ 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.20.0 with python-azure-storage-blob < 13.0.0)
|
||||
Requires: (python-azure-storage-blob >= 12.21.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
|
||||
@ -62,7 +61,6 @@ This includes:
|
||||
%setup -q -n azure-storage-file-datalake-%{version}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-storage-file-datalake-%{version}
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user