From 7d808fabdd0a83af5b956447376ee58219569880 Mon Sep 17 00:00:00 2001 From: rjschwei <> Date: Oct 22 2024 23:28:43 +0000 Subject: Update python-azure-mgmt-containerservicefleet to version 2.1.0 / rev 6 via SR 1216788 https://build.opensuse.org/request/show/1216788 by user rjschwei + anag+factory - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Adjust upstream source name in spec file - Drop extra LICENSE.txt as upstream now ships its own - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py (forwarded request 1216727 from glaubitz) --- diff --git a/.files b/.files index 19582c8..ed977d0 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 1836347..bca8b63 100644 --- a/.rev +++ b/.rev @@ -58,4 +58,19 @@ - Update Requires from setup.py (forwarded request 1176038 from glaubitz) 1176448 + + 1c3cad2c9911a57dd5df3169cc39a1b2 + 2.1.0 + + anag+factory + - New upstream release + + Version 2.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Adjust upstream source name in spec file +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section +- Update Requires from setup.py (forwarded request 1216727 from glaubitz) + 1216788 + diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 739ad04..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-mgmt-containerservicefleet-2.0.0.tar.gz b/azure-mgmt-containerservicefleet-2.0.0.tar.gz deleted file mode 120000 index fb5538b..0000000 --- a/azure-mgmt-containerservicefleet-2.0.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeieneh45y3c6hsvdm2ztize7iobilmpbwfmec3ka43jbh7sjlrlzty \ No newline at end of file diff --git a/azure_mgmt_containerservicefleet-2.1.0.tar.gz b/azure_mgmt_containerservicefleet-2.1.0.tar.gz new file mode 120000 index 0000000..dfea63d --- /dev/null +++ b/azure_mgmt_containerservicefleet-2.1.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiak3budac4ucys3rfavyrszpomhoryyxcsm6aqaokhtzjqsyfa7au \ No newline at end of file diff --git a/python-azure-mgmt-containerservicefleet.changes b/python-azure-mgmt-containerservicefleet.changes index 643a25a..e8c70dc 100644 --- a/python-azure-mgmt-containerservicefleet.changes +++ b/python-azure-mgmt-containerservicefleet.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Mon Oct 21 13:03:40 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 2.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Adjust upstream source name in spec file +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section +- Update Requires from setup.py + +------------------------------------------------------------------- Thu May 23 08:18:23 UTC 2024 - John Paul Adrian Glaubitz - New upstream release diff --git a/python-azure-mgmt-containerservicefleet.spec b/python-azure-mgmt-containerservicefleet.spec index e06cb2c..6597cb4 100644 --- a/python-azure-mgmt-containerservicefleet.spec +++ b/python-azure-mgmt-containerservicefleet.spec @@ -18,14 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-mgmt-containerservicefleet -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Microsoft Azure Containerservicefleet Management 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-mgmt-containerservicefleet/azure-mgmt-containerservicefleet-%{version}.tar.gz -Source1: LICENSE.txt +Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_containerservicefleet/azure_mgmt_containerservicefleet-%{version}.tar.gz BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module pip} @@ -35,6 +34,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0 +Requires: python-typing_extensions >= 4.6.0 Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0) Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0) @@ -52,10 +52,9 @@ This is the Microsoft Azure Containerservicefleet Management Client Library. This package has been tested with Python 3.7+. %prep -%setup -q -n azure-mgmt-containerservicefleet-%{version} +%setup -q -n azure_mgmt_containerservicefleet-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerservicefleet-%{version} %pyproject_wheel %install @@ -70,7 +69,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %doc CHANGELOG.md README.md -%license LICENSE.txt +%license LICENSE %{python_sitelib}/azure/mgmt/containerservicefleet %{python_sitelib}/azure_mgmt_containerservicefleet-*.dist-info