Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 4e246e0548 | |||
| 867d2928cc | |||
| 3216c34164 | |||
| 245024961c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f15dfb5c4bda8b9627734b5cc72c45f436d796e2e216be88239c6178cd0f71
|
||||
size 2220796
|
||||
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,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-multiapi-storage
|
||||
Version: 1.4.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