17
0

Compare commits

1 Commits

Author SHA256 Message Date
87afc8d84b Sync public cloud change 2025-09-10 15:32:29 +02:00
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfb1d734ab382c0b344da05cea757c2650ea437580a0430b5dfc41a39febcfdc
size 97572

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 2 10:12:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Remove temporary version override
- Update Requires from setup.py
-------------------------------------------------------------------
Mon Apr 15 07:44:16 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -15,17 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.0.0b1
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-workloadssapvirtualinstance
Version: 1.0.0~b1
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Workloadssapvirtualinstance 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-workloadssapvirtualinstance/azure-mgmt-workloadssapvirtualinstance-%{realversion}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_workloadssapvirtualinstance/azure_mgmt_workloadssapvirtualinstance-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -38,6 +37,7 @@ Requires: python-azure-nspkg >= 3.0.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)
Requires: python-typing-extensions >= 4.6.0
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-workloadssapvirtualinstance < 1.0.0~b1
@@ -52,7 +52,7 @@ This is the Microsoft Azure Workloadssapvirtualinstance Management Client Librar
This package has been tested with Python 3.8+.
%prep
%setup -q -n azure-mgmt-workloadssapvirtualinstance-%{realversion}
%setup -q -n azure_mgmt_workloadssapvirtualinstance-%{version}
%build
%pyproject_wheel