17
0

Compare commits

4 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
4 changed files with 23 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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