Hello community,
here is the log from the commit of package python-azure-servicebus for
openSUSE:Factory checked in at 2019-10-10 14:31:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-servicebus (Old)
and /work/SRC/openSUSE:Factory/.python-azure-servicebus.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-servicebus"
Thu Oct 10 14:31:56 2019 rev:5 rq:735758 version:0.50.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
2019-05-14 13:38:33.848436074 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.2352/python-azure-servicebus.changes
2019-10-10 14:31:57.588400252 +0200
@@ -1,0 +2,12 @@
+Fri Oct 4 12:21:06 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.50.1
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Drop patches to support older versions of setuptools as
+ SLE-12 is now shipping with a recent enough version
+ + as_drop-compatible-releases-operator.patch
+ + as_drop-extras-require.patch
+
+-------------------------------------------------------------------
Old:
----
as_drop-compatible-releases-operator.patch
as_drop-extras-require.patch
azure-servicebus-0.50.0.zip
New:
----
azure-servicebus-0.50.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-servicebus.spec ++++++
--- /var/tmp/diff_new_pack.acVanx/_old 2019-10-10 14:31:58.336398508 +0200
+++ /var/tmp/diff_new_pack.acVanx/_new 2019-10-10 14:31:58.340398499 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-servicebus
-Version: 0.50.0
+Version: 0.50.1
Release: 0
Summary: Microsoft Azure Service Bus Runtime Client Library
License: Apache-2.0
@@ -26,8 +26,6 @@
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
-Patch1: as_drop-compatible-releases-operator.patch
-Patch2: as_drop-extras-require.patch
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -50,8 +48,6 @@
%prep
%setup -q -n azure-servicebus-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-servicebus-%{version}