Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-mgmt-recoveryservicesdatareplication for openSUSE:Factory checked
in at 2026-02-12 17:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesdatareplication
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesdatareplication.new.1977
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-recoveryservicesdatareplication"
Thu Feb 12 17:26:59 2026 rev:2 rq:1332572 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesdatareplication/python-azure-mgmt-recoveryservicesdatareplication.changes
2024-04-07 22:39:11.647575810 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesdatareplication.new.1977/python-azure-mgmt-recoveryservicesdatareplication.changes
2026-02-12 17:27:57.420792291 +0100
@@ -1,0 +2,11 @@
+Wed Feb 11 20:39:18 UTC 2026 - 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-recoveryservicesdatareplication-1.0.0b1.tar.gz
New:
----
azure_mgmt_recoveryservicesdatareplication-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-recoveryservicesdatareplication.spec ++++++
--- /var/tmp/diff_new_pack.uvvTiH/_old 2026-02-12 17:27:59.712889529 +0100
+++ /var/tmp/diff_new_pack.uvvTiH/_new 2026-02-12 17:27:59.716889698 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-recoveryservicesdatareplication
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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-recoveryservicesdatareplication
-Version: 1.0.0~b1
+Version: 1.0.0
Release: 0
Summary: MS Azure Recoveryservicesdatareplication 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-recoveryservicesdatareplication/azure-mgmt-recoveryservicesdatareplication-%{realversion}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_mgmt_recoveryservicesdatareplication/azure_mgmt_recoveryservicesdatareplication-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -33,12 +32,12 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-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-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.5.0 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.3.0 if python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-recoveryservicesdatareplication < 1.0.0~b1
@@ -53,7 +52,7 @@
This package has been tested with Python 3.7+.
%prep
-%setup -q -n azure-mgmt-recoveryservicesdatareplication-%{realversion}
+%setup -q -n azure_mgmt_recoveryservicesdatareplication-%{version}
%build
%pyproject_wheel