commit azure-cli-dms for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package azure-cli-dms for openSUSE:Factory 
checked in at 2019-10-31 18:16:02

Comparing /work/SRC/openSUSE:Factory/azure-cli-dms (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dms.new.2990 (New)


Package is "azure-cli-dms"

Thu Oct 31 18:16:02 2019 rev:4 rq:742688 version:0.1.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dms/azure-cli-dms.changes  
2019-06-05 11:43:13.371040130 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dms.new.2990/azure-cli-dms.changes
2019-10-31 18:16:03.842060747 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:10:08 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.4
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-dms-0.1.2.tar.gz

New:

  azure-cli-dms-0.1.4.tar.gz



Other differences:
--
++ azure-cli-dms.spec ++
--- /var/tmp/diff_new_pack.NjCXpu/_old  2019-10-31 18:16:04.522061451 +0100
+++ /var/tmp/diff_new_pack.NjCXpu/_new  2019-10-31 18:16:04.526061455 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-dms
-Version:0.1.2
+Version:0.1.4
 Release:0
 Summary:Microsoft Azure CLI 'Database Migration Service' Command Module
 License:MIT

++ azure-cli-dms-0.1.2.tar.gz -> azure-cli-dms-0.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dms-0.1.2/HISTORY.rst 
new/azure-cli-dms-0.1.4/HISTORY.rst
--- old/azure-cli-dms-0.1.2/HISTORY.rst 2019-01-25 20:43:40.0 +0100
+++ new/azure-cli-dms-0.1.4/HISTORY.rst 2019-06-13 23:17:46.0 +0200
@@ -2,6 +2,15 @@
 
 Release History
 ===
+
+0.1.4
++
+* Minor fixes.
+
+0.1.3
++
+* Minor fixes.
+
 0.1.2
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dms-0.1.2/PKG-INFO 
new/azure-cli-dms-0.1.4/PKG-INFO
--- old/azure-cli-dms-0.1.2/PKG-INFO2019-01-25 20:44:22.0 +0100
+++ new/azure-cli-dms-0.1.4/PKG-INFO2019-06-13 23:18:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dms
-Version: 0.1.2
+Version: 0.1.4
 Summary: Microsoft Azure Command-Line Tools for the Data Migration Service 
(DMS) Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,15 @@
 
 Release History
 ===
+
+0.1.4
++
+* Minor fixes.
+
+0.1.3
++
+* Minor fixes.
+
 0.1.2
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/__init__.py 
new/azure-cli-dms-0.1.4/azure/cli/command_modules/dms/__init__.py
--- old/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/__init__.py   
2019-01-25 20:43:40.0 +0100
+++ new/azure-cli-dms-0.1.4/azure/cli/command_modules/dms/__init__.py   
2019-06-13 23:17:46.0 +0200
@@ -14,11 +14,12 @@
 
 def __init__(self, cli_ctx=None):
 from azure.cli.core.commands import CliCommandType
+from azure.cli.core.profiles import ResourceType
 from azure.cli.command_modules.dms.commands import 
dms_api_exception_handler
 dms_custom = 
CliCommandType(operations_tmpl='azure.cli.command_modules.dms.custom#{}',
 
exception_handler=dms_api_exception_handler)
 super(DmsCommandsLoader, self).__init__(cli_ctx=cli_ctx,
-
min_profile='2017-03-10-profile',
+
resource_type=ResourceType.MGMT_DATAMIGRATION,
 custom_command_type=dms_custom)
 
 def load_command_table(self, args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/commands.py 
new/azure-cli-dms-0.1.4/azure/cli/command_modules/dms/commands.py
--- old/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/commands.py   
2019-01-25 20:43:40.0 +0100
+++ new/azure-cli-dms-0.1.4/azure/cli/command_modules/dms/commands.py   
2019-06-13 23:17:46.0 +0200
@@ -25,25 +25,25 @@
 def load_command_table(self, _):
 
 dms_sdk = CliCommandType(
-
operations_tmpl='azure.mgmt.datamigration.operations.services_operations#ServicesOperations.{}',
+
operations_tmpl='azure.mgmt.datamigration.operations#ServicesOperations.{}',
 cli

commit azure-cli-dms for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-dms for openSUSE:Factory 
checked in at 2019-06-05 11:43:08

Comparing /work/SRC/openSUSE:Factory/azure-cli-dms (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dms.new.5148 (New)


Package is "azure-cli-dms"

Wed Jun  5 11:43:08 2019 rev:3 rq:707553 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dms/azure-cli-dms.changes  
2019-05-22 10:59:54.526775865 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dms.new.5148/azure-cli-dms.changes
2019-06-05 11:43:13.371040130 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:41:25 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+---



Other differences:
--
++ azure-cli-dms.spec ++
--- /var/tmp/diff_new_pack.L0Zo6x/_old  2019-06-05 11:43:14.091039949 +0200
+++ /var/tmp/diff_new_pack.L0Zo6x/_new  2019-06-05 11:43:14.095039948 +0200
@@ -55,7 +55,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{python3_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*




commit azure-cli-dms for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-dms for openSUSE:Factory 
checked in at 2019-05-22 10:59:51

Comparing /work/SRC/openSUSE:Factory/azure-cli-dms (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dms.new.5148 (New)


Package is "azure-cli-dms"

Wed May 22 10:59:51 2019 rev:2 rq:696832 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dms/azure-cli-dms.changes  
2018-10-15 10:49:22.187010172 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dms.new.5148/azure-cli-dms.changes
2019-05-22 10:59:54.526775865 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 14:28:51 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for Python Azure SDK namespace
+  packages to 3.0.0 in BuildRequires and Requires
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-dms-0.1.0.tar.gz

New:

  azure-cli-dms-0.1.2.tar.gz



Other differences:
--
++ azure-cli-dms.spec ++
--- /var/tmp/diff_new_pack.YncwNR/_old  2019-05-22 10:59:56.122773798 +0200
+++ /var/tmp/diff_new_pack.YncwNR/_new  2019-05-22 10:59:56.150773762 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-dms
 #
-# 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,11 +12,12 @@
 # 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/
 #
 
+
 Name:   azure-cli-dms
-Version:0.1.0
+Version:0.1.2
 Release:0
 Summary:Microsoft Azure CLI 'Database Migration Service' Command Module
 License:MIT
@@ -24,17 +25,16 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-dms/azure-cli-dms-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
+BuildRequires:  python3-setuptools
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-nspkg
 Requires:   python3-azure-mgmt-datamigration >= 0.1.0
-Requires:   azure-cli-core
+Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0
 
@@ -55,6 +55,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
@@ -68,4 +69,5 @@
 %license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/dms
 %{python3_sitelib}/azure_cli_dms-*.egg-info
+
 %changelog

++ azure-cli-dms-0.1.0.tar.gz -> azure-cli-dms-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dms-0.1.0/HISTORY.rst 
new/azure-cli-dms-0.1.2/HISTORY.rst
--- old/azure-cli-dms-0.1.0/HISTORY.rst 2018-07-14 01:41:34.0 +0200
+++ new/azure-cli-dms-0.1.2/HISTORY.rst 2019-01-25 20:43:40.0 +0100
@@ -2,6 +2,13 @@
 
 Release History
 ===
+0.1.2
++
+* Minor fixes.
+
+0.1.1
+++
+* Minor fixes.
 
 0.1.0
 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dms-0.1.0/PKG-INFO 
new/azure-cli-dms-0.1.2/PKG-INFO
--- old/azure-cli-dms-0.1.0/PKG-INFO2018-07-14 01:42:00.0 +0200
+++ new/azure-cli-dms-0.1.2/PKG-INFO2019-01-25 20:44:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dms
-Version: 0.1.0
+Version: 0.1.2
 Summary: Microsoft Azure Command-Line Tools for the Data Migration Service 
(DMS)