Hello community,
here is the log from the commit of package python-azure-mgmt-eventhub for
openSUSE:Factory checked in at 2018-02-14 09:27:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-eventhub (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-eventhub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-eventhub"
Wed Feb 14 09:27:06 2018 rev:2 rq:571113 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-eventhub/python-azure-mgmt-eventhub.changes
2017-10-11 22:59:11.766574071 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-eventhub.new/python-azure-mgmt-eventhub.changes
2018-02-14 09:27:06.977276549 +0100
@@ -1,0 +2,13 @@
+Fri Jan 19 10:31:25 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 1.2.0
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+ + ame_drop-compatible-releases-operator.patch
+- Update Summary and Description from upstream
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-eventhub-1.0.0.zip
New:
----
azure-mgmt-eventhub-1.2.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-eventhub.spec ++++++
--- /var/tmp/diff_new_pack.JJmTtE/_old 2018-02-14 09:27:07.765247993 +0100
+++ /var/tmp/diff_new_pack.JJmTtE/_new 2018-02-14 09:27:07.769247848 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-eventhub
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-eventhub
-Version: 1.0.0
+Version: 1.2.0
Release: 0
-Summary: Microsoft Azure Event Hub Management Client Library
+Summary: Microsoft Azure EventHub Management Client Library
License: MIT
Group: Development/Languages/Python
Url: https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
-Requires: python-azure-common >= 1.1.6
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
Requires: python-msrestazure < 1.0.0
-Requires: python-msrestazure >= 0.4.8
+Requires: python-msrestazure >= 0.4.11
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -46,12 +46,12 @@
%python_subpackages
%description
-This is the Microsoft Azure Event Hub Management Client Library.
+This is the Microsoft Azure EventHub Management 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.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
%prep
%setup -q -n azure-mgmt-eventhub-%{version}
@@ -72,7 +72,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/eventhub
%{python_sitelib}/azure_mgmt_eventhub-*.egg-info
++++++ ame_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.JJmTtE/_old 2018-02-14 09:27:07.813246254 +0100
+++ /var/tmp/diff_new_pack.JJmTtE/_new 2018-02-14 09:27:07.813246254 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-eventhub-1.0.0.orig/setup.py
azure-mgmt-eventhub-1.0.0/setup.py
---- azure-mgmt-eventhub-1.0.0.orig/setup.py 2017-06-27 23:18:50.000000000
+0200
-+++ azure-mgmt-eventhub-1.0.0/setup.py 2017-06-28 10:19:52.803849297 +0200
-@@ -78,8 +78,8 @@
+diff -Nru azure-mgmt-eventhub-1.2.0.orig/setup.py
azure-mgmt-eventhub-1.2.0/setup.py
+--- azure-mgmt-eventhub-1.2.0.orig/setup.py 2017-12-13 00:19:46.000000000
+0100
++++ azure-mgmt-eventhub-1.2.0/setup.py 2018-01-19 11:29:24.218701196 +0100
+@@ -77,8 +77,8 @@
zip_safe=False,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
install_requires=[
-- 'msrestazure~=0.4.8',
-- 'azure-common~=1.1.6',
-+ 'msrestazure>=0.4.8',
-+ 'azure-common>=1.1.6',
+- 'msrestazure~=0.4.11',
+- 'azure-common~=1.1',
++ 'msrestazure>=0.4.11',
++ 'azure-common>=1.1',
],
cmdclass=cmdclass
)