Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-mgmt-workloadssapvirtualinstance for openSUSE:Factory checked in
at 2026-03-11 20:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-azure-mgmt-workloadssapvirtualinstance (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-workloadssapvirtualinstance.new.8177
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-workloadssapvirtualinstance"
Wed Mar 11 20:57:36 2026 rev:2 rq:1338318 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-workloadssapvirtualinstance/python-azure-mgmt-workloadssapvirtualinstance.changes
2025-04-29 16:43:04.532982241 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-workloadssapvirtualinstance.new.8177/python-azure-mgmt-workloadssapvirtualinstance.changes
2026-03-11 20:59:58.609442094 +0100
@@ -1,0 +2,11 @@
+Fri May 2 10:12:02 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-workloadssapvirtualinstance-1.0.0b1.tar.gz
New:
----
azure_mgmt_workloadssapvirtualinstance-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-workloadssapvirtualinstance.spec ++++++
--- /var/tmp/diff_new_pack.D0RSMe/_old 2026-03-11 20:59:59.445476525 +0100
+++ /var/tmp/diff_new_pack.D0RSMe/_new 2026-03-11 20:59:59.449476689 +0100
@@ -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-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 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