Compare commits
2 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| a9f702e133 | |||
| 5fec70af9a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:310ff34ad830feb5d42f452900aad6eabfce4cc8ae20736dbba75c585b743b59
|
||||
size 69407
|
||||
3
azure_datalake_store-1.0.1.tar.gz
Normal file
3
azure_datalake_store-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5364d4445aab154a1c7cb10215629c3ce46ce5c7aaaf16071890c03fae53a035
|
||||
size 69462
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 14:59:05 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.0.1
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Remove temporary version override
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 13:38:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -16,17 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define realversion 1.0.0a0
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-datalake-store
|
||||
Version: 1.0.0~a0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Data Lake Store Client Library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Azure/azure-sdk-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_datalake_store/azure_datalake_store-%{realversion}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_datalake_store/azure_datalake_store-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -53,7 +51,7 @@ replace the old Azure Service Management (ASM).
|
||||
This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure_datalake_store-%{realversion}
|
||||
%setup -q -n azure_datalake_store-%{version}
|
||||
rm -rf samples
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user