Hello community,

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

Package is "python-azure-servicefabric"

Tue May 14 13:38:36 2019 rev:5 rq:694551 version:6.4.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-servicefabric/python-azure-servicefabric.changes
    2018-09-26 16:16:06.939019238 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicefabric.new.5148/python-azure-servicefabric.changes
  2019-05-14 13:38:40.664451383 +0200
@@ -1,0 +2,21 @@
+Mon Apr 15 09:32:12 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 6.4.0.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
+  + as_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
+  + as_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-servicefabric-6.3.0.0.zip

New:
----
  as_drop-extras-require.patch
  azure-servicefabric-6.4.0.0.zip

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

Other differences:
------------------
++++++ python-azure-servicefabric.spec ++++++
--- /var/tmp/diff_new_pack.lDIN87/_old  2019-05-14 13:38:42.124454662 +0200
+++ /var/tmp/diff_new_pack.lDIN87/_new  2019-05-14 13:38:42.128454671 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicefabric
 #
-# 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-servicefabric
-Version:        6.3.0.0
+Version:        6.4.0.0
 Release:        0
 Summary:        Microsoft Azure Service Fabric Client Library
 License:        MIT
@@ -27,16 +27,16 @@
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-servicefabric/azure-servicefabric-%{version}.zip
 Source1:        LICENSE.txt
 Patch1:         as_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+Patch2:         as_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-msrest < 2.0.0
-Requires:       python-msrest >= 0.4.26
+Requires:       python-azure-nspkg >= 3.0.0
+Requires:       python-msrest >= 0.5.0
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -46,14 +46,12 @@
 %description
 This is the Microsoft Azure Service Fabric 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, 3.6, and 3.7.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
 %prep
 %setup -q -n azure-servicefabric-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-servicefabric-%{version}
@@ -61,6 +59,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__

++++++ as_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.lDIN87/_old  2019-05-14 13:38:42.164454753 +0200
+++ /var/tmp/diff_new_pack.lDIN87/_new  2019-05-14 13:38:42.164454753 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-servicefabric-6.1.2.9.orig/setup.py 
azure-servicefabric-6.1.2.9/setup.py
---- azure-servicefabric-6.1.2.9.orig/setup.py  2018-02-06 17:57:14.000000000 
+0100
-+++ azure-servicefabric-6.1.2.9/setup.py       2018-04-11 16:34:26.755138306 
+0200
-@@ -78,7 +78,7 @@
-     packages=find_packages(exclude=["tests"]),
+diff -Nru azure-servicefabric-6.4.0.0.orig/setup.py 
azure-servicefabric-6.4.0.0/setup.py
+--- azure-servicefabric-6.4.0.0.orig/setup.py  2018-12-10 17:47:42.000000000 
+0100
++++ azure-servicefabric-6.4.0.0/setup.py       2019-04-01 17:01:16.693179524 
+0200
+@@ -77,7 +77,7 @@
+     ]),
      install_requires=[
-         'msrest>=0.4.26,<2.0.0',
+         'msrest>=0.5.0',
 -        'azure-common~=1.1',
 +        'azure-common>=1.1',
      ],
-     cmdclass=cmdclass
- )
+     extras_require={
+         ":python_version<'3.0'": ['azure-nspkg'],

++++++ as_drop-extras-require.patch ++++++
diff -Nru azure-servicefabric-6.4.0.0.orig/setup.py 
azure-servicefabric-6.4.0.0/setup.py
--- azure-servicefabric-6.4.0.0.orig/setup.py   2019-04-01 17:02:20.441788496 
+0200
+++ azure-servicefabric-6.4.0.0/setup.py        2019-04-01 17:02:01.637608894 
+0200
@@ -79,7 +79,4 @@
         'msrest>=0.5.0',
         'azure-common>=1.1',
     ],
-    extras_require={
-        ":python_version<'3.0'": ['azure-nspkg'],
-    }
 )

Reply via email to