Hello community,

here is the log from the commit of package python-azure-mgmt-web for 
openSUSE:Factory checked in at 2019-05-14 13:38:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-web (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-mgmt-web"

Tue May 14 13:38:04 2019 rev:5 rq:694519 version:0.41.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes  
    2018-09-26 16:15:49.147048695 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new.5148/python-azure-mgmt-web.changes
    2019-05-14 13:38:08.868379968 +0200
@@ -1,0 +2,20 @@
+Mon Apr 15 09:26:35 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.41.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
+  + amw_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
+  + amw_drop-compatible-releases-operator.patch
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-web-0.40.0.zip

New:
----
  amw_drop-extras-require.patch
  azure-mgmt-web-0.41.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-mgmt-web.spec ++++++
--- /var/tmp/diff_new_pack.eHbRvv/_old  2019-05-14 13:38:09.312380965 +0200
+++ /var/tmp/diff_new_pack.eHbRvv/_new  2019-05-14 13:38:09.312380965 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-web
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-web
-Version:        0.40.0
+Version:        0.41.0
 Release:        0
 Summary:        Microsoft Azure Web Apps Management Client Library
 License:        MIT
@@ -27,16 +27,17 @@
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-mgmt-web/azure-mgmt-web-%{version}.zip
 Source1:        LICENSE.txt
 Patch1:         amw_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+Patch2:         amw_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}
+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
-Requires:       python-azure-nspkg
+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,6 +58,7 @@
 %prep
 %setup -q -n azure-mgmt-web-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-web-%{version}
@@ -64,6 +66,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__

++++++ amw_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.eHbRvv/_old  2019-05-14 13:38:09.336381019 +0200
+++ /var/tmp/diff_new_pack.eHbRvv/_new  2019-05-14 13:38:09.336381019 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-mgmt-web-0.40.0.orig/setup.py azure-mgmt-web-0.40.0/setup.py
---- azure-mgmt-web-0.40.0.orig/setup.py        2018-08-28 17:33:02.000000000 
+0200
-+++ azure-mgmt-web-0.40.0/setup.py     2018-09-06 13:59:56.883752653 +0200
-@@ -80,7 +80,7 @@
+diff -Nru azure-mgmt-web-0.41.0.orig/setup.py azure-mgmt-web-0.41.0/setup.py
+--- azure-mgmt-web-0.41.0.orig/setup.py        2019-02-15 18:14:58.000000000 
+0100
++++ azure-mgmt-web-0.41.0/setup.py     2019-04-01 13:53:28.590135637 +0200
+@@ -79,7 +79,7 @@
      install_requires=[
          '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-mgmt-nspkg'],

++++++ amw_drop-extras-require.patch ++++++
diff -Nru azure-mgmt-web-0.41.0.orig/setup.py azure-mgmt-web-0.41.0/setup.py
--- azure-mgmt-web-0.41.0.orig/setup.py 2019-04-01 14:05:51.325198775 +0200
+++ azure-mgmt-web-0.41.0/setup.py      2019-04-01 14:06:01.241292905 +0200
@@ -81,7 +81,4 @@
         'msrestazure>=0.4.32,<2.0.0',
         'azure-common>=1.1',
     ],
-    extras_require={
-        ":python_version<'3.0'": ['azure-mgmt-nspkg'],
-    }
 )

Reply via email to