Hello community,
here is the log from the commit of package python-azure-mgmt-policyinsights for
openSUSE:Factory checked in at 2019-10-10 14:30:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-policyinsights (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-policyinsights.new.2352
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-policyinsights"
Thu Oct 10 14:30:54 2019 rev:3 rq:735730 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-policyinsights/python-azure-mgmt-policyinsights.changes
2019-05-14 13:42:16.620500289 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-policyinsights.new.2352/python-azure-mgmt-policyinsights.changes
2019-10-10 14:30:56.800541945 +0200
@@ -1,0 +2,12 @@
+Fri Oct 4 12:19:02 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.3.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
+ + amp_drop-compatible-releases-operator.patch
+ + amp_drop-extras-require.patch
+
+-------------------------------------------------------------------
Old:
----
amp_drop-compatible-releases-operator.patch
amp_drop-extras-require.patch
azure-mgmt-policyinsights-0.2.0.zip
New:
----
azure-mgmt-policyinsights-0.3.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-policyinsights.spec ++++++
--- /var/tmp/diff_new_pack.kmxaWc/_old 2019-10-10 14:30:58.644537646 +0200
+++ /var/tmp/diff_new_pack.kmxaWc/_new 2019-10-10 14:30:58.688537544 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-policyinsights
-Version: 0.2.0
+Version: 0.3.1
Release: 0
Summary: Microsoft Azure Policy Insights Client Library
License: MIT
@@ -26,18 +26,16 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-policyinsights/azure-mgmt-policyinsights-%{version}.zip
Source1: LICENSE.txt
-Patch1: amp_drop-compatible-releases-operator.patch
-Patch2: amp_drop-extras-require.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
-Requires: python-azure-mgmt-nspkg >= 3.0.0
-Requires: python-azure-nspkg >= 3.0.0
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
+Requires: python-azure-mgmt-nspkg >= 3.0.0
+Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0
Requires: python-msrestazure >= 0.4.32
@@ -57,8 +55,6 @@
%prep
%setup -q -n azure-mgmt-policyinsights-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-policyinsights-%{version}