diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index f9e87f7..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Microsoft Corporation. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/azure-multiapi-storage-1.2.0.tar.gz b/azure-multiapi-storage-1.2.0.tar.gz deleted file mode 100644 index 7c14db4..0000000 --- a/azure-multiapi-storage-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090ba85877a1d04322b5346cbe27e8b6b4f0a5677f43d2d6583ee3676c3dafc2 -size 2199570 diff --git a/azure-multiapi-storage-1.3.0.tar.gz b/azure-multiapi-storage-1.3.0.tar.gz new file mode 100644 index 0000000..fc9c9c6 --- /dev/null +++ b/azure-multiapi-storage-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b652a8808b37f6d228315977a7f602a277cf74fae95fda1cf56a90f85ba18109 +size 2202808 diff --git a/python-azure-multiapi-storage.changes b/python-azure-multiapi-storage.changes index c586bcf..4014ab3 100644 --- a/python-azure-multiapi-storage.changes +++ b/python-azure-multiapi-storage.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 2 12:35:49 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.3.0 + + For detailed information about changes see the + README.rst file provided with this package +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section + ------------------------------------------------------------------- Thu Apr 4 13:06:29 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-azure-multiapi-storage.spec b/python-azure-multiapi-storage.spec index a477bc4..d59f754 100644 --- a/python-azure-multiapi-storage.spec +++ b/python-azure-multiapi-storage.spec @@ -18,14 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-multiapi-storage -Version: 1.2.0 +Version: 1.3.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 -Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -65,7 +64,6 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g %setup -q -n azure-multiapi-storage-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-multiapi-storage-%{version} %pyproject_wheel %install @@ -78,7 +76,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %doc README.rst -%license LICENSE.txt +%license LICENSE %{python_sitelib}/azure/multiapi %{python_sitelib}/azure_multiapi_storage-*.dist-info