Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-communication-rooms for
openSUSE:Factory checked in at 2023-06-13 16:11:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-communication-rooms (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-communication-rooms.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-communication-rooms"
Tue Jun 13 16:11:01 2023 rev:2 rq:1092831 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-communication-rooms/python-azure-communication-rooms.changes
2023-05-22 13:14:51.942969126 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-communication-rooms.new.15902/python-azure-communication-rooms.changes
2023-06-13 16:11:02.591428085 +0200
@@ -1,0 +2,9 @@
+Tue Jun 13 07:03:25 UTC 2023 - 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
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-communication-rooms-1.0.0b3.zip
New:
----
azure-communication-rooms-1.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-communication-rooms.spec ++++++
--- /var/tmp/diff_new_pack.M4P6tx/_old 2023-06-13 16:11:03.163431460 +0200
+++ /var/tmp/diff_new_pack.M4P6tx/_new 2023-06-13 16:11:03.167431483 +0200
@@ -15,20 +15,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define realversion 1.0.0b3
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-communication-rooms
-Version: 1.0.0~b3
+Version: 1.0.0
Release: 0
Summary: Microsoft Communication Rooms 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-communication-rooms/azure-communication-rooms-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-communication-rooms/azure-communication-rooms-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-communication-nspkg >= 0.0.0b1}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -49,10 +48,10 @@
This package contains a Python SDK for Azure Communication Services for Rooms.
%prep
-%setup -q -n azure-communication-rooms-%{realversion}
+%setup -q -n azure-communication-rooms-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-communication-rooms-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-communication-rooms-%{version}
%python_build
%install