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-queue-12.1.0.zip b/azure-storage-queue-12.1.0.zip new file mode 100644 index 0000000..f62aeff --- /dev/null +++ b/azure-storage-queue-12.1.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e905457f23428c55d1cff4d35ad04d4ceb4cc52c87cf14c1c8faa1018d560c56 +size 205995 diff --git a/azure-storage-queue-2.1.0.tar.gz b/azure-storage-queue-2.1.0.tar.gz deleted file mode 100644 index a7de78a..0000000 --- a/azure-storage-queue-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e82d3691f1bbd23f2aff143a6c17af3c297164f6e597d223b65a67051ba278 -size 24035 diff --git a/python-azure-storage-queue.changes b/python-azure-storage-queue.changes index cdd2d92..2906bf2 100644 --- a/python-azure-storage-queue.changes +++ b/python-azure-storage-queue.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 27 12:04:43 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 12.1.0 + + For detailed information about changes see the + HISTORY.md file provided with this package +- Add unzip to BuildRequires +- Add missing HISTORY.md to %files section +- Drop extra LICENSE.txt as upstream now ships its own +- Rename README.rst to README.md in %files section +- Update Requires from setup.py +- Update %description from README.md + ------------------------------------------------------------------- Fri Oct 4 12:22:02 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-azure-storage-queue.spec b/python-azure-storage-queue.spec index 2a9e2ea..6d1018b 100644 --- a/python-azure-storage-queue.spec +++ b/python-azure-storage-queue.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-storage-queue # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-storage-queue -Version: 2.1.0 +Version: 12.1.0 Release: 0 Summary: Microsoft Azure Storage Queue 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-queue/azure-storage-queue-%{version}.tar.gz -Source1: LICENSE.txt +URL: https://github.com/Azure/azure-sdk-for-python +Source: https://files.pythonhosted.org/packages/source/a/azure-storage-queue/azure-storage-queue-%{version}.zip BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: unzip Requires: python-azure-common >= 1.1.5 +Requires: python-azure-core < 2.0.0 +Requires: python-azure-core >= 1.1.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-storage-common < 3.0.0 Requires: python-azure-storage-common >= 2.1.0 Requires: python-azure-storage-nspkg >= 3.0.0 +Requires: python-cryptography >= 2.1.4 +Requires: python-msrest >= 0.6.10 Conflicts: python-azure-sdk <= 2.0.0 Conflicts: python-azure-storage <= 0.36.0 @@ -53,7 +57,6 @@ Page. %setup -q -n azure-storage-queue-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-storage-queue-%{version} %python_build %install @@ -68,7 +71,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %defattr(-,root,root,-) -%doc README.rst +%doc HISTORY.md README.md %license LICENSE.txt %{python_sitelib}/azure/storage/queue %{python_sitelib}/azure_storage_queue-*.egg-info