Hello community,
here is the log from the commit of package python-azure-graphrbac for
openSUSE:Factory checked in at 2019-05-14 13:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-graphrbac (Old)
and /work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-graphrbac"
Tue May 14 13:31:30 2019 rev:4 rq:694386 version:0.53.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2018-05-13 16:04:42.275120935 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.5148/python-azure-graphrbac.changes
2019-05-14 13:31:33.115511524 +0200
@@ -1,0 +2,21 @@
+Thu Apr 11 11:50:26 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.53.0
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Add patch to drop extras_require field from setup.py,
+ required for SLES12 as the setuptools version is too old
+ + ag_drop-extras-require.patch
+- Bump minimum version for namespace packages
+ to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Refresh patches for new version
+ + ag_drop-compatible-releases-operator.patch
+- Run fdupes to hardlink duplicate files
+ + Add fdupes to BuildRequires
+ + Add %fdupes invocation to %install
+- Update %description from setup.py
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-graphrbac-0.40.0.zip
New:
----
ag_drop-extras-require.patch
azure-graphrbac-0.53.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-graphrbac.spec ++++++
--- /var/tmp/diff_new_pack.Q06IDy/_old 2019-05-14 13:31:33.791513159 +0200
+++ /var/tmp/diff_new_pack.Q06IDy/_new 2019-05-14 13:31:33.799513179 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-graphrbac
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-graphrbac
-Version: 0.40.0
+Version: 0.53.0
Release: 0
Summary: Microsoft Azure Graph RBAC Client Library
License: MIT
@@ -27,16 +27,18 @@
Source:
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
Source1: LICENSE.txt
Patch1: ag_drop-compatible-releases-operator.patch
-BuildRequires: %{python_module azure-nspkg}
-BuildRequires: %{python_module devel}
+Patch2: ag_drop-extras-require.patch
+BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
-Requires: python-azure-nspkg
+Requires: python-azure-nspkg >= 3.0.0
+Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0
-Requires: python-msrestazure >= 0.4.20
+Requires: python-msrestazure >= 0.4.32
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -46,14 +48,12 @@
%description
This is the Microsoft Azure Graph RBAC Client Library.
-Azure Resource Manager (ARM) is the next generation of management APIs that
-replace the old Azure Service Management (ASM).
-
-This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
%prep
%setup -q -n azure-graphrbac-%{version}
%patch1 -p1
+%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-graphrbac-%{version}
@@ -61,6 +61,7 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
++++++ ag_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.Q06IDy/_old 2019-05-14 13:31:33.839513276 +0200
+++ /var/tmp/diff_new_pack.Q06IDy/_new 2019-05-14 13:31:33.839513276 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-graphrbac-0.40.0.orig/setup.py azure-graphrbac-0.40.0/setup.py
---- azure-graphrbac-0.40.0.orig/setup.py 2018-02-05 22:03:56.000000000
+0100
-+++ azure-graphrbac-0.40.0/setup.py 2018-03-06 15:48:23.854850780 +0100
+diff -Nru azure-graphrbac-0.53.0.orig/setup.py azure-graphrbac-0.53.0/setup.py
+--- azure-graphrbac-0.53.0.orig/setup.py 2018-11-27 20:08:10.000000000
+0100
++++ azure-graphrbac-0.53.0/setup.py 2019-03-25 10:53:45.148784283 +0100
@@ -78,7 +78,7 @@
- packages=find_packages(exclude=["tests"]),
install_requires=[
- 'msrestazure>=0.4.20,<2.0.0',
+ 'msrest>=0.5.0',
+ 'msrestazure>=0.4.32,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],
- cmdclass=cmdclass
- )
+ extras_require={
+ ":python_version<'3.0'": ['azure-nspkg'],
++++++ ag_drop-extras-require.patch ++++++
diff -Nru azure-graphrbac-0.53.0.orig/setup.py azure-graphrbac-0.53.0/setup.py
--- azure-graphrbac-0.53.0.orig/setup.py 2019-04-11 13:49:44.831292750
+0200
+++ azure-graphrbac-0.53.0/setup.py 2019-04-11 13:50:04.759448283 +0200
@@ -80,7 +80,4 @@
'msrestazure>=0.4.32,<2.0.0',
'azure-common>=1.1',
],
- extras_require={
- ":python_version<'3.0'": ['azure-nspkg'],
- }
)