Hello community,
here is the log from the commit of package python-azure-servicefabric for
openSUSE:Factory checked in at 2019-10-10 14:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-servicefabric (Old)
and /work/SRC/openSUSE:Factory/.python-azure-servicefabric.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-servicefabric"
Thu Oct 10 14:34:00 2019 rev:6 rq:735801 version:6.5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-servicefabric/python-azure-servicefabric.changes
2019-05-14 13:38:40.664451383 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-servicefabric.new.2352/python-azure-servicefabric.changes
2019-10-10 14:34:01.880110536 +0200
@@ -1,0 +2,12 @@
+Fri Oct 4 12:21:11 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 6.5.0.0
+ + 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-servicefabric-6.4.0.0.zip
New:
----
azure-servicefabric-6.5.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-servicefabric.spec ++++++
--- /var/tmp/diff_new_pack.sRY0nE/_old 2019-10-10 14:34:02.512109062 +0200
+++ /var/tmp/diff_new_pack.sRY0nE/_new 2019-10-10 14:34:02.512109062 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-servicefabric
-Version: 6.4.0.0
+Version: 6.5.0.0
Release: 0
Summary: Microsoft Azure Service Fabric Client Library
License: MIT
@@ -26,8 +26,6 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-servicefabric/azure-servicefabric-%{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-servicefabric-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-servicefabric-%{version}