forked from pool/python-azure-multiapi-storage
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4e246e0548 | |||
| 867d2928cc | |||
| 3216c34164 | |||
| 245024961c | |||
| 6a0b70a3c2 | |||
| c9bf58d6b6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b652a8808b37f6d228315977a7f602a277cf74fae95fda1cf56a90f85ba18109
|
||||
size 2202808
|
||||
3
azure_multiapi_storage-1.6.0.tar.gz
Normal file
3
azure_multiapi_storage-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8942e3f4edbeddd23cda19acee796076fbcd1a40e46f9aa1110ffda314e31c55
|
||||
size 1149268
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 10:40:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.6.0
|
||||
+ For detailed information about changes see the
|
||||
README.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 17:04:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.5.0
|
||||
+ For detailed information about changes see the
|
||||
README.rst file provided with this package
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 05:56:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.4.0
|
||||
+ For detailed information about changes see the
|
||||
README.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 12:35:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-multiapi-storage
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-multiapi-storage
|
||||
Version: 1.3.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: MS Azure Storage Client Library for Python - with Multi API version Support
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Azure/azure-sdk-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-multiapi-storage/azure-multiapi-storage-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_multiapi_storage/azure_multiapi_storage-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -61,7 +61,7 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
|
||||
- The official Azure Storage SDK is at https://github.com/Azure/azure-storage-python.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-multiapi-storage-%{version}
|
||||
%setup -q -n azure_multiapi_storage-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user