Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-mgmt-hdinsightcontainers for openSUSE:Factory checked in at
2026-08-17 16:59:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-hdinsightcontainers (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-hdinsightcontainers.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-hdinsightcontainers"
Mon Aug 17 16:59:42 2026 rev:2 rq:1371553 version:1.0.0~b4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-hdinsightcontainers/python-azure-mgmt-hdinsightcontainers.changes
2025-04-07 18:56:02.760239031 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-hdinsightcontainers.new.1258/python-azure-mgmt-hdinsightcontainers.changes
2026-08-17 17:02:59.223499159 +0200
@@ -1,0 +2,10 @@
+Mon Aug 17 09:08:38 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.0.0b4
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-hdinsightcontainers-1.0.0b1.tar.gz
New:
----
azure_mgmt_hdinsightcontainers-1.0.0b4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-hdinsightcontainers.spec ++++++
--- /var/tmp/diff_new_pack.5c3c7U/_old 2026-08-17 17:03:00.753553122 +0200
+++ /var/tmp/diff_new_pack.5c3c7U/_new 2026-08-17 17:03:00.755553193 +0200
@@ -15,17 +15,17 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define realversion 1.0.0b1
+%define realversion 1.0.0b4
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-hdinsightcontainers
-Version: 1.0.0~b1
+Version: 1.0.0~b4
Release: 0
Summary: Microsoft Azure Hdinsightcontainers 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-hdinsightcontainers/azure-mgmt-hdinsightcontainers-%{realversion}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_mgmt_hdinsightcontainers/azure_mgmt_hdinsightcontainers-%{realversion}.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 +38,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-hdinsightcontainers < 1.0.0~b1
@@ -52,7 +53,7 @@
This package has been tested with Python 3.8+.
%prep
-%setup -q -n azure-mgmt-hdinsightcontainers-%{realversion}
+%setup -q -n azure_mgmt_hdinsightcontainers-%{realversion}
%build
%pyproject_wheel