Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-communication-email for openSUSE:Factory checked in at 2023-04-03 17:46:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-communication-email (Old) and /work/SRC/openSUSE:Factory/.python-azure-communication-email.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-communication-email" Mon Apr 3 17:46:43 2023 rev:3 rq:1076903 version:1.0.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-communication-email/python-azure-communication-email.changes 2023-03-07 16:51:16.461881627 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-communication-email.new.9019/python-azure-communication-email.changes 2023-04-03 17:46:50.858200318 +0200 @@ -1,0 +2,10 @@ +Mon Apr 3 07:05:39 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 1.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Override upstream version with 1.0.0.0 to ensure + proper upgrade from previous version 1.0.0b2 + +------------------------------------------------------------------- Old: ---- azure-communication-email-1.0.0b2.zip New: ---- azure-communication-email-1.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-communication-email.spec ++++++ --- /var/tmp/diff_new_pack.gd8zY4/_old 2023-04-03 17:46:51.425111725 +0200 +++ /var/tmp/diff_new_pack.gd8zY4/_new 2023-04-03 17:46:51.429132372 +0200 @@ -16,18 +16,20 @@ # +%define realversion 1.0.0 + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-communication-email -Version: 1.0.0b2 +Version: 1.0.0.0 Release: 0 Summary: Azure Communication Email 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-email/azure-communication-email-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-communication-email/azure-communication-email-%{realversion}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-communication-nspkg >= 0.0.0b1} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -55,10 +57,10 @@ * Query the status of a sent email message %prep -%setup -q -n azure-communication-email-%{version} +%setup -q -n azure-communication-email-%{realversion} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-communication-email-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure-communication-email-%{realversion} %python_build %install