commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2019-10-10 14:29:41

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new.2352 (New)


Package is "python-azure-mgmt-datalake-analytics"

Thu Oct 10 14:29:41 2019 rev:6 rq:735699 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2019-05-14 13:33:17.775765234 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new.2352/python-azure-mgmt-datalake-analytics.changes
  2019-10-10 14:29:41.380717744 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 12:15:43 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Drop patches to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + amda_drop-compatible-releases-operator.patch
+
+---

Old:

  amda_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.45AWx8/_old  2019-10-10 14:29:41.980716345 +0200
+++ /var/tmp/diff_new_pack.45AWx8/_new  2019-10-10 14:29:41.988716326 +0200
@@ -26,7 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-%{version}.zip
 Source1:LICENSE.txt
-Patch1: amda_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-datalake-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q -n azure-mgmt-datalake-analytics-%{version}
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-datalake-analytics-%{version}





commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2019-05-14 13:33:15

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new.5148 (New)


Package is "python-azure-mgmt-datalake-analytics"

Tue May 14 13:33:15 2019 rev:5 rq:694405 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2018-09-26 16:13:54.519238597 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new.5148/python-azure-mgmt-datalake-analytics.changes
  2019-05-14 13:33:17.775765234 +0200
@@ -1,0 +2,10 @@
+Fri Apr 12 09:42:25 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+
+---



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.gHN2ap/_old  2019-05-14 13:33:18.519767041 +0200
+++ /var/tmp/diff_new_pack.gHN2ap/_new  2019-05-14 13:33:18.531767070 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-datalake-analytics
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -27,18 +27,18 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-%{version}.zip
 Source1:LICENSE.txt
 Patch1: amda_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module azure-mgmt-datalake-nspkg}
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module azure-mgmt-datalake-nspkg >= 3.0.0}
+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-datalake-nspkg
-Requires:   python-azure-mgmt-nspkg
-Requires:   python-azure-nspkg
+Requires:   python-azure-mgmt-datalake-nspkg >= 3.0.0
+Requires:   python-azure-mgmt-nspkg >= 3.0.0
+Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrestazure < 2.0.0
 Requires:   python-msrestazure >= 0.4.27
 Conflicts:  python-azure-sdk <= 2.0.0
@@ -65,6 +65,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__





commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2018-09-26 16:13:52

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new 
(New)


Package is "python-azure-mgmt-datalake-analytics"

Wed Sep 26 16:13:52 2018 rev:4 rq:637954 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2018-05-13 15:59:47.405879044 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new/python-azure-mgmt-datalake-analytics.changes
   2018-09-26 16:13:54.519238597 +0200
@@ -1,0 +2,11 @@
+Mon Sep  3 15:08:40 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Refresh patches for new version
+  + amda_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-datalake-analytics-0.4.0.zip

New:

  azure-mgmt-datalake-analytics-0.6.0.zip



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.onFVHU/_old  2018-09-26 16:13:55.123237596 +0200
+++ /var/tmp/diff_new_pack.onFVHU/_new  2018-09-26 16:13:55.127237589 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-datalake-analytics
-Version:0.4.0
+Version:0.6.0
 Release:0
 Summary:Microsoft Azure Data Lake Analytics Management Client Library
 License:MIT
@@ -40,7 +40,7 @@
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
 Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.20
+Requires:   python-msrestazure >= 0.4.27
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch

++ amda_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.onFVHU/_old  2018-09-26 16:13:55.155237543 +0200
+++ /var/tmp/diff_new_pack.onFVHU/_new  2018-09-26 16:13:55.155237543 +0200
@@ -1,10 +1,10 @@
-diff -Nru azure-mgmt-datalake-analytics-0.3.0.orig/setup.py 
azure-mgmt-datalake-analytics-0.3.0/setup.py
 azure-mgmt-datalake-analytics-0.3.0.orig/setup.py  2018-01-11 
18:23:24.0 +0100
-+++ azure-mgmt-datalake-analytics-0.3.0/setup.py   2018-01-18 
15:45:26.069701181 +0100
+diff -Nru azure-mgmt-datalake-analytics-0.6.0.orig/setup.py 
azure-mgmt-datalake-analytics-0.6.0/setup.py
+--- azure-mgmt-datalake-analytics-0.6.0.orig/setup.py  2018-06-26 
19:02:32.0 +0200
 azure-mgmt-datalake-analytics-0.6.0/setup.py   2018-09-03 
17:07:03.930410783 +0200
 @@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
- 'msrestazure>=0.4.20,<2.0.0',
+ 'msrestazure>=0.4.27,<2.0.0',
 -'azure-common~=1.1',
 +'azure-common>=1.1',
  ],




commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2018-05-13 15:59:45

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new 
(New)


Package is "python-azure-mgmt-datalake-analytics"

Sun May 13 15:59:45 2018 rev:3 rq:599348 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2018-02-14 09:26:35.938401384 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new/python-azure-mgmt-datalake-analytics.changes
   2018-05-13 15:59:47.405879044 +0200
@@ -1,0 +2,7 @@
+Thu Mar  1 12:36:34 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.0
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-mgmt-datalake-analytics-0.3.0.zip

New:

  azure-mgmt-datalake-analytics-0.4.0.zip



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.wXTiTV/_old  2018-05-13 15:59:48.417842120 +0200
+++ /var/tmp/diff_new_pack.wXTiTV/_new  2018-05-13 15:59:48.417842120 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-datalake-analytics
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:Microsoft Azure Data Lake Analytics Management Client Library
 License:MIT
@@ -76,7 +76,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/datalake/analytics
 %{python_sitelib}/azure_mgmt_datalake_analytics-*.egg-info
 




commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2018-02-14 09:26:34

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new 
(New)


Package is "python-azure-mgmt-datalake-analytics"

Wed Feb 14 09:26:34 2018 rev:2 rq:571105 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2017-10-11 22:58:46.911664130 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new/python-azure-mgmt-datalake-analytics.changes
   2018-02-14 09:26:35.938401384 +0100
@@ -1,0 +2,13 @@
+Thu Jan 18 15:14:20 UTC 2018 - adrian.glaub...@suse.com
+
+- 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
+  + amda_drop-compatible-releases-operator.patch
+- Update Description from upstream
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-datalake-analytics-0.2.0.zip

New:

  azure-mgmt-datalake-analytics-0.3.0.zip



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.a6IH3d/_old  2018-02-14 09:26:36.794370364 +0100
+++ /var/tmp/diff_new_pack.a6IH3d/_new  2018-02-14 09:26:36.794370364 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-datalake-analytics
 #
-# 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-analytics
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:Microsoft Azure Data Lake Analytics 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 Analytics Management Client Library.
 
-Azure Data Lake Analytics 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-analytics-%{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/analytics
 %{python_sitelib}/azure_mgmt_datalake_analytics-*.egg-info
 

++ amda_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.a6IH3d/_old  2018-02-14 09:26:36.834368914 +0100
+++ /var/tmp/diff_new_pack.a6IH3d/_new  2018-02-14 09:26:36.834368914 +0100
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-datalake-analytics-0.1.6.orig/setup.py 
azure-mgmt-datalake-analytics-0.1.6/setup.py
 azure-mgmt-datalake-analytics-0.1.6.orig/setup.py  2017-06-19 
21:31:42.0 +0200
-+++ azure-mgmt-datalake-analytics-0.1.6/setup.py   2017-06-20 
10:19:43.221938331 +0200
-@@ -65,8 +65,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-datalake-analytics-0.3.0.orig/setup.py 
azure-mgmt-datalake-analytics-0.3.0/setup.py
+--- azure-mgmt-datalake-analytics-0.3.0.orig/setup.py  2018-01-11 
18:23:24.0 +0100
 azure-mgmt-datalake-analytics-0.3.0/setup.py   2018-01-18 
15:45:26.069701181 +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',
+