Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-communication-sms for
openSUSE:Factory checked in at 2021-05-07 17:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-communication-sms (Old)
and /work/SRC/openSUSE:Factory/.python-azure-communication-sms.new.2988
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-communication-sms"
Fri May 7 17:15:03 2021 rev:5 rq:890742 version:1.0.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-communication-sms/python-azure-communication-sms.changes
2021-05-01 00:47:03.311356721 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-communication-sms.new.2988/python-azure-communication-sms.changes
2021-05-07 17:15:05.525007069 +0200
@@ -1,0 +2,11 @@
+Tue May 4 12:17:29 UTC 2021 - 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
+- Temporarily override package version to 1.0.0.0 to allow
+ upgrades from the previous 1.0.0b6 version
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-communication-sms-1.0.0b6.zip
New:
----
azure-communication-sms-1.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-communication-sms.spec ++++++
--- /var/tmp/diff_new_pack.F1eCo4/_old 2021-05-07 17:15:05.973005397 +0200
+++ /var/tmp/diff_new_pack.F1eCo4/_new 2021-05-07 17:15:05.977005382 +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-sms
-Version: 1.0.0b6
+Version: 1.0.0.0
Release: 0
Summary: Microsoft Azure Communication SMS 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-sms/azure-communication-sms-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-communication-sms/azure-communication-sms-%{realversion}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-communication-nspkg >= 0.0.0b1}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -37,7 +39,7 @@
BuildRequires: unzip
Requires: python-azure-communication-nspkg >= 0.0.0b1
Requires: python-azure-core < 2.0.0
-Requires: python-azure-core >= 1.9.0
+Requires: python-azure-core >= 1.11.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.6.0
Requires: python-six >= 1.11.0
@@ -48,10 +50,10 @@
Azure Communication SMS client package is intended to be used to send SMS
using an Azure Resource.
%prep
-%setup -q -n azure-communication-sms-%{version}
+%setup -q -n azure-communication-sms-%{realversion}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-communication-sms-%{version}
+install -m 644 %{SOURCE1} %{_builddir}/azure-communication-sms-%{realversion}
%python_build
%install