Hello community,
here is the log from the commit of package python-azure-mgmt-datalake-store for
openSUSE:Factory checked in at 2018-02-14 09:27:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-store (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-store.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-datalake-store"
Wed Feb 14 09:27:42 2018 rev:2 rq:573395 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-store/python-azure-mgmt-datalake-store.changes
2017-10-11 22:58:53.651368548 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-store.new/python-azure-mgmt-datalake-store.changes
2018-02-14 09:27:50.327705572 +0100
@@ -1,0 +2,18 @@
+Tue Feb 6 15:17:57 UTC 2018 - [email protected]
+
+- fixed typo in spec file Requires
+
+-------------------------------------------------------------------
+Thu Jan 18 15:18:26 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.3.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
+ + amds_drop-compatible-releases-operator.patch
+- Update Description from upstream
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-datalake-store-0.2.0.zip
New:
----
azure-mgmt-datalake-store-0.3.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-datalake-store.spec ++++++
--- /var/tmp/diff_new_pack.upd4Dh/_old 2018-02-14 09:27:50.879685568 +0100
+++ /var/tmp/diff_new_pack.upd4Dh/_new 2018-02-14 09:27:50.883685424 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-datalake-store
#
-# 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-datalake-store
-Version: 0.2.0
+Version: 0.3.0
Release: 0
Summary: Microsoft Azure Data Lake Store Management Client Library
License: MIT
@@ -35,12 +35,12 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
-Requires: python-azure-common >= 1.1.5
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-datalake-nspkg
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
-Requires: python-msrestazure < 1.0.0
-Requires: python-msrestazure >= 0.4.7
+Requires: python-msrestazure < 2.0.0
+Requires: python-msrestazure >= 0.4.20
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -50,10 +50,10 @@
%description
This is the Microsoft Azure Data Lake Store Management Client Library.
-Azure Data Lake Store Manager (ARM) is the next generation of management APIs
that
+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 and 3.5.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
%prep
%setup -q -n azure-mgmt-datalake-store-%{version}
@@ -76,7 +76,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/datalake/store
%{python_sitelib}/azure_mgmt_datalake_store-*.egg-info
++++++ amds_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.upd4Dh/_old 2018-02-14 09:27:50.919684119 +0100
+++ /var/tmp/diff_new_pack.upd4Dh/_new 2018-02-14 09:27:50.919684119 +0100
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-datalake-store-0.1.6.orig/setup.py
azure-mgmt-datalake-store-0.1.6/setup.py
---- azure-mgmt-datalake-store-0.1.6.orig/setup.py 2017-06-19
19:49:38.000000000 +0200
-+++ azure-mgmt-datalake-store-0.1.6/setup.py 2017-06-20 11:01:16.325278530
+0200
-@@ -65,8 +65,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-datalake-store-0.3.0.orig/setup.py
azure-mgmt-datalake-store-0.3.0/setup.py
+--- azure-mgmt-datalake-store-0.3.0.orig/setup.py 2018-01-11
18:20:00.000000000 +0100
++++ azure-mgmt-datalake-store-0.3.0/setup.py 2018-01-18 16:16:50.738543464
+0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
install_requires=[
-- 'azure-common~=1.1.5',
-- 'msrestazure~=0.4.7',
-+ 'azure-common>=1.1.5',
-+ 'msrestazure>=0.4.7',
+ 'msrestazure>=0.4.20,<2.0.0',
+- 'azure-common~=1.1',
++ 'azure-common>=1.1',
],
cmdclass=cmdclass
)