Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-mixedreality-authentication for openSUSE:Factory checked in at
2026-03-26 21:10:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mixedreality-authentication
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mixedreality-authentication.new.8177
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mixedreality-authentication"
Thu Mar 26 21:10:01 2026 rev:4 rq:1342767 version:1.0.0b2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mixedreality-authentication/python-azure-mixedreality-authentication.changes
2024-05-11 18:26:26.161658610 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mixedreality-authentication.new.8177/python-azure-mixedreality-authentication.changes
2026-03-27 06:47:30.805041181 +0100
@@ -1,0 +2,12 @@
+Thu Mar 26 09:23:30 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.0.0b2
+ + 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
+- Switch source archive format to TAR.GZ
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
azure-mixedreality-authentication-1.0.0b1.zip
New:
----
azure_mixedreality_authentication-1.0.0b2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mixedreality-authentication.spec ++++++
--- /var/tmp/diff_new_pack.i4aGux/_old 2026-03-27 06:47:32.625116310 +0100
+++ /var/tmp/diff_new_pack.i4aGux/_new 2026-03-27 06:47:32.645117136 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mixedreality-authentication
#
-# 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
@@ -18,14 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-mixedreality-authentication
-Version: 1.0.0b1
+Version: 1.0.0b2
Release: 0
Summary: Microsoft Azure Mixed Reality Authentication 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-mixedreality-authentication/azure-mixedreality-authentication-%{version}.zip
-Source1: LICENSE.txt
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mixedreality-authentication/azure_mixedreality_authentication-%{version}.tar.gz
BuildRequires: %{python_module azure-mixedreality-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -33,10 +32,9 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: python-azure-mixedreality-nspkg >= 1.0.0
-Requires: python-msrest >= 0.5.0
Requires: (python-azure-core >= 1.4.0 with python-azure-core < 2.0.0)
+Requires: (python-msrest >= 0.6.21 with python-msrest < 1.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mixedreality-authentication <= 1.0.0b1
@@ -53,10 +51,9 @@
token from the STS that can be used to access Mixed Reality services.
%prep
-%setup -q -n azure-mixedreality-authentication-%{version}
+%setup -q -n azure_mixedreality_authentication-%{version}
%build
-install -m 644 %{SOURCE1}
%{_builddir}/azure-mixedreality-authentication-%{version}
%pyproject_wheel
%install