17
0

Compare commits

2 Commits

Author SHA256 Message Date
a9f702e133 Accepting request 1287996 from devel:languages:python:azure
- 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 (forwarded request 1287987 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1287996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-datalake-store?expand=0&rev=16
2025-06-24 18:47:43 +00:00
5fec70af9a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-datalake-store?expand=0&rev=26
2025-06-23 15:38:26 +00:00
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:310ff34ad830feb5d42f452900aad6eabfce4cc8ae20736dbba75c585b743b59
size 69407

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5364d4445aab154a1c7cb10215629c3ce46ce5c7aaaf16071890c03fae53a035
size 69462

View File

@@ -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>

View File

@@ -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