From 06bf2495852fb4bdd0fb4cc4d49be939f479eabd Mon Sep 17 00:00:00 2001
From: rjschwei <>
Date: Feb 20 2025 17:15:05 +0000
Subject: Update python-azure-mgmt-databoxedge to version 2.0.0 / rev 8 via SR 1247368
https://build.opensuse.org/request/show/1247368
by user rjschwei + anag+factory
- New upstream release
+ Version 2.0.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
- Remove temporary version override
- Remove unzip package from BuildRequires
- Rename LICENSE.txt to LICENSE in %files section
- Switch source archive format to TAR.GZ
- Update files matched in %files section
- Update Requires from setup.py (forwarded request 1247367 from glaubitz)
---
diff --git a/.files b/.files
index 9426e7a..d406132 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 3a175c1..69c71fc 100644
--- a/.rev
+++ b/.rev
@@ -80,4 +80,23 @@
Automatic submission by obs-autosubmit1173287
+
+ 91d0bea2d67815cd6ee42dd7dec45daa
+ 2.0.0
+
+ anag+factory
+ - New upstream release
+ + Version 2.0.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
+- Remove temporary version override
+- Remove unzip package from BuildRequires
+- Rename LICENSE.txt to LICENSE in %files section
+- Switch source archive format to TAR.GZ
+- Update files matched in %files section
+- Update Requires from setup.py (forwarded request 1247367 from glaubitz)
+ 1247368
+
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-databoxedge-1.0.0.zip b/azure-mgmt-databoxedge-1.0.0.zip
deleted file mode 120000
index 24c1701..0000000
--- a/azure-mgmt-databoxedge-1.0.0.zip
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeia66nlvrfagwlkqcno25o3u3lpbhpyw7obg2kbrt5vxbskutkup44
\ No newline at end of file
diff --git a/azure_mgmt_databoxedge-2.0.0.tar.gz b/azure_mgmt_databoxedge-2.0.0.tar.gz
new file mode 120000
index 0000000..2c99455
--- /dev/null
+++ b/azure_mgmt_databoxedge-2.0.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreihrr4dg2at4tgrcjgmnhrdubajgqikzvpryz5moq6yjo4gkwlfmya
\ No newline at end of file
diff --git a/python-azure-mgmt-databoxedge.changes b/python-azure-mgmt-databoxedge.changes
index 32a52b3..6ff4d76 100644
--- a/python-azure-mgmt-databoxedge.changes
+++ b/python-azure-mgmt-databoxedge.changes
@@ -1,4 +1,20 @@
-------------------------------------------------------------------
+Thu Feb 20 10:48:16 UTC 2025 - John Paul Adrian Glaubitz
+
+- New upstream release
+ + Version 2.0.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
+- Remove temporary version override
+- Remove unzip package from BuildRequires
+- Rename LICENSE.txt to LICENSE in %files section
+- Switch source archive format to TAR.GZ
+- Update files matched in %files section
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Fri May 3 16:42:40 UTC 2024 - Robert Schweikert
- Change version setting of Obsoletes to <= to trigger python3
diff --git a/python-azure-mgmt-databoxedge.spec b/python-azure-mgmt-databoxedge.spec
index baa6a31..7c206a9 100644
--- a/python-azure-mgmt-databoxedge.spec
+++ b/python-azure-mgmt-databoxedge.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-databoxedge
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,15 @@
#
-%define realversion 1.0.0
-
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-databoxedge
-Version: 1.0.0.0
+Version: 2.0.0
Release: 0
Summary: Microsoft Azure MyService Management Client Library
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-databoxedge/azure-mgmt-databoxedge-%{realversion}.zip
-Source1: LICENSE.txt
+Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_databoxedge/azure_mgmt_databoxedge-%{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,12 +32,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
-Requires: python-msrest >= 0.6.21
+Requires: python-isodate >= 0.6.1
+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.2.2 with python-azure-mgmt-core < 2.0.0)
+Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-databoxedge <= 1.0.0.0
@@ -57,10 +54,9 @@ replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
%prep
-%setup -q -n azure-mgmt-databoxedge-%{realversion}
+%setup -q -n azure_mgmt_databoxedge-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-databoxedge-%{realversion}
%pyproject_wheel
%install
@@ -75,8 +71,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
%files %{python_files}
%doc CHANGELOG.md README.md
-%license LICENSE.txt
-%{python_sitelib}/azure/mgmt/datab
+%license LICENSE
%{python_sitelib}/azure/mgmt/databoxedge
%{python_sitelib}/azure_mgmt_databoxedge-*.dist-info