1
0

6 Commits

Author SHA256 Message Date
4e246e0548 Accepting request 1311702 from devel:languages:python:azure
- New upstream release
  + Version 1.6.0
  + For detailed information about changes see the
    README.rst file provided with this package (forwarded request 1311699 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1311702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-multiapi-storage?expand=0&rev=24
2025-10-16 15:38:16 +00:00
867d2928cc - New upstream release
+ Version 1.6.0
  + For detailed information about changes see the
    README.rst file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-multiapi-storage?expand=0&rev=42
2025-10-16 12:53:23 +00:00
3216c34164 Accepting request 1288017 from devel:languages:python:azure
- 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 (forwarded request 1288010 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1288017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-multiapi-storage?expand=0&rev=23
2025-06-24 18:47:45 +00:00
245024961c - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-multiapi-storage?expand=0&rev=40
2025-06-23 18:25:26 +00:00
6a0b70a3c2 Accepting request 1266420 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/1266420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-multiapi-storage?expand=0&rev=22
2025-04-02 15:14:35 +00:00
c9bf58d6b6 - New upstream release
+ Version 1.4.0
  + For detailed information about changes see the
    README.rst file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-multiapi-storage?expand=0&rev=38
2025-04-02 09:14:06 +00:00
4 changed files with 32 additions and 7 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8942e3f4edbeddd23cda19acee796076fbcd1a40e46f9aa1110ffda314e31c55
size 1149268

View File

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

View File

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