Hello community,

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

Package is "python-azure-mgmt-signalr"

Tue May 14 13:42:20 2019 rev:2 rq:702400 version:0.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-signalr/python-azure-mgmt-signalr.changes
      2018-09-26 16:15:35.831070744 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-signalr.new.5148/python-azure-mgmt-signalr.changes
    2019-05-14 13:42:24.724517708 +0200
@@ -1,0 +2,18 @@
+Mon Apr 15 09:15:50 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.1.1
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+- 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
+  + ams_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-mgmt-signalr-0.1.0.zip

New:
----
  azure-mgmt-signalr-0.1.1.zip

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

Other differences:
------------------
++++++ python-azure-mgmt-signalr.spec ++++++
--- /var/tmp/diff_new_pack.UYWmdT/_old  2019-05-14 13:42:25.164518654 +0200
+++ /var/tmp/diff_new_pack.UYWmdT/_new  2019-05-14 13:42:25.164518654 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-signalr
 #
-# 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,12 +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-mgmt-signalr
-Version:        0.1.0
+Version:        0.1.1
 Release:        0
 Summary:        Microsoft Azure SignalR Client Library
 License:        MIT
@@ -26,18 +27,19 @@
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-mgmt-signalr/azure-mgmt-signalr-%{version}.zip
 Source1:        LICENSE.txt
 Patch1:         ams_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module devel}
+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
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-Requires:       python-azure-mgmt-nspkg
-Requires:       python-azure-nspkg
-Requires:       python-azure-common >= 1.1
 Requires:       python-azure-common < 2.0.0
-Requires:       python-msrestazure >= 0.4.27
+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
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -50,7 +52,7 @@
 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-mgmt-signalr-%{version}
@@ -62,6 +64,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__
@@ -75,4 +78,5 @@
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/signalr
 %{python_sitelib}/azure_mgmt_signalr-*.egg-info
+
 %changelog

++++++ ams_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.UYWmdT/_old  2019-05-14 13:42:25.192518714 +0200
+++ /var/tmp/diff_new_pack.UYWmdT/_new  2019-05-14 13:42:25.192518714 +0200
@@ -1,10 +1,10 @@
-diff -Nru azure-mgmt-signalr-0.1.0.orig/setup.py 
azure-mgmt-signalr-0.1.0/setup.py
---- azure-mgmt-signalr-0.1.0.orig/setup.py     2018-05-07 20:17:20.000000000 
+0200
-+++ azure-mgmt-signalr-0.1.0/setup.py  2018-09-06 13:32:47.197166996 +0200
-@@ -78,7 +78,7 @@
-     packages=find_packages(exclude=["tests"]),
+diff -Nru azure-mgmt-signalr-0.1.1.orig/setup.py 
azure-mgmt-signalr-0.1.1/setup.py
+--- azure-mgmt-signalr-0.1.1.orig/setup.py     2018-09-04 19:13:28.000000000 
+0200
++++ azure-mgmt-signalr-0.1.1/setup.py  2019-04-01 11:30:14.255733296 +0200
+@@ -80,7 +80,7 @@
      install_requires=[
-         'msrestazure>=0.4.27,<2.0.0',
+         'msrest>=0.5.0',
+         'msrestazure>=0.4.32,<2.0.0',
 -        'azure-common~=1.1',
 +        'azure-common>=1.1',
      ],


Reply via email to