diff --git a/azure-multiapi-storage-1.4.0.tar.gz b/azure-multiapi-storage-1.4.0.tar.gz deleted file mode 100644 index 49099db..0000000 --- a/azure-multiapi-storage-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45f15dfb5c4bda8b9627734b5cc72c45f436d796e2e216be88239c6178cd0f71 -size 2220796 diff --git a/azure_multiapi_storage-1.5.0.tar.gz b/azure_multiapi_storage-1.5.0.tar.gz new file mode 100644 index 0000000..1c4ec0d --- /dev/null +++ b/azure_multiapi_storage-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fe413ac5373b3be9c4c9f248f54da1a5cbae6c236fc6aade17ad0bf8ec1166 +size 1148496 diff --git a/python-azure-multiapi-storage.changes b/python-azure-multiapi-storage.changes index 6a1c6e8..511445a 100644 --- a/python-azure-multiapi-storage.changes +++ b/python-azure-multiapi-storage.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 23 17:04:12 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-multiapi-storage.spec b/python-azure-multiapi-storage.spec index c5f5e12..ffc87e0 100644 --- a/python-azure-multiapi-storage.spec +++ b/python-azure-multiapi-storage.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-multiapi-storage -Version: 1.4.0 +Version: 1.5.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