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-storage-file-share-12.16.0.tar.gz b/azure-storage-file-share-12.16.0.tar.gz deleted file mode 100644 index 380d6ae..0000000 --- a/azure-storage-file-share-12.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412fb7e6c3c28f6f722af98195aa59407aaa32323afa13a4a01f62d0b8774eb3 -size 323011 diff --git a/azure-storage-file-share-12.17.0.tar.gz b/azure-storage-file-share-12.17.0.tar.gz new file mode 100644 index 0000000..8fc7428 --- /dev/null +++ b/azure-storage-file-share-12.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b2c6cfc1b7cb80097a53b1ed2efa9e545b49a291430d369cdb49fafbc841d6 +size 325261 diff --git a/python-azure-storage-file-share.changes b/python-azure-storage-file-share.changes index 871b370..11ecd01 100644 --- a/python-azure-storage-file-share.changes +++ b/python-azure-storage-file-share.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 19 09:00:27 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 12.17.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section +- Update Requires from setup.py + ------------------------------------------------------------------- Mon May 13 07:45:43 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-azure-storage-file-share.spec b/python-azure-storage-file-share.spec index 61198c2..60bcaa9 100644 --- a/python-azure-storage-file-share.spec +++ b/python-azure-storage-file-share.spec @@ -18,14 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-storage-file-share -Version: 12.16.0 +Version: 12.17.0 Release: 0 Summary: Azure Storage File Share client library for Python License: MIT Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python Source: https://files.pythonhosted.org/packages/source/a/azure-storage-file-share/azure-storage-file-share-%{version}.tar.gz -Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0} BuildRequires: %{python_module pip} @@ -65,7 +64,6 @@ Azure file shares can be used to: %setup -q -n azure-storage-file-share-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-storage-file-share-%{version} %pyproject_wheel %install