Hello community,
here is the log from the commit of package python-azure-servicebus for
openSUSE:Factory checked in at 2020-01-28 10:56:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-servicebus (Old)
and /work/SRC/openSUSE:Factory/.python-azure-servicebus.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-servicebus"
Tue Jan 28 10:56:57 2020 rev:6 rq:767845 version:0.50.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
2019-10-10 14:31:57.588400252 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.26092/python-azure-servicebus.changes
2020-01-28 10:56:58.169111380 +0100
@@ -1,0 +2,10 @@
+Thu Jan 23 14:33:13 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.50.2
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Update %description from README.rst
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-servicebus-0.50.1.zip
New:
----
azure-servicebus-0.50.2.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-servicebus.spec ++++++
--- /var/tmp/diff_new_pack.xbnlhn/_old 2020-01-28 10:56:58.685111761 +0100
+++ /var/tmp/diff_new_pack.xbnlhn/_new 2020-01-28 10:56:58.689111764 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-servicebus
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-servicebus
-Version: 0.50.1
+Version: 0.50.2
Release: 0
Summary: Microsoft Azure Service Bus Runtime Client Library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/Azure/azure-sdk-for-python
+URL: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-servicebus/azure-servicebus-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -31,10 +31,12 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-azure-common >= 1.1.5
+Requires: python-azure-common < 2.0.0
+Requires: python-azure-common >= 1.1
Requires: python-azure-nspkg >= 3.0.0
Requires: python-requests
-Requires: python-uamqp >= 1.1.0
+Requires: python-uamqp < 2.0.0
+Requires: python-uamqp >= 1.2.5
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -42,9 +44,12 @@
%python_subpackages
%description
-This is the Microsoft Azure Service Bus Runtime Client Library.
+This is the Microsoft Azure Service Bus Client Library.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
-This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
+Microsoft Azure Service Bus supports a set of cloud-based, message-oriented
+middleware technologies including reliable message queuing and durable
+publish/subscribe messaging.
%prep
%setup -q -n azure-servicebus-%{version}