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 
<adrian.glaub...@suse.com>
+
+- 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.000000000 +0200
+++ new/azure-cli-dms-0.1.2/HISTORY.rst 2019-01-25 20:43:40.000000000 +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-INFO    2018-07-14 01:42:00.000000000 +0200
+++ new/azure-cli-dms-0.1.2/PKG-INFO    2019-01-25 20:44:22.000000000 +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) Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,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/azure/cli/command_modules/dms/_help.py 
new/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/_help.py
--- old/azure-cli-dms-0.1.0/azure/cli/command_modules/dms/_help.py      
2018-07-14 01:41:34.000000000 +0200
+++ new/azure-cli-dms-0.1.2/azure/cli/command_modules/dms/_help.py      
2019-01-25 20:43:40.000000000 +0100
@@ -44,7 +44,7 @@
     examples:
         - name: Create an instance of DMS.
           text: >
-            az dms create -l westus -n mydms -g myresourcegroup --sku-name 
Basic_2vCores --subnet /subscriptions/{vnet subscription 
id}/resourceGroups/{vnet resource 
group}/providers/Microsoft.Network/virtualNetworks/{vnet name}/subnets/{subnet 
name} --tags tagName1=tagValue1 tagWithNoValue
+            az dms create -l westus -n mydms -g myresourcegroup --sku-name 
Basic_2vCores --subnet 
/subscriptions/{vnetSubscriptionId}/resourceGroups/{vnetResourceGroup}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}
 --tags tagName1=tagValue1 tagWithNoValue
 """
 
 helps['dms delete'] = """
@@ -185,10 +185,10 @@
     examples:
         - name: Create and start a Task which performs no validation checks.
           text: >
-            az dms project task create --database-options-json C:\CLI 
Files\databaseOptions.json -n mytask --project-name myproject -g 
myresourcegroup --service-name mydms --source-connection-json '{'dataSource': 
'myserver', 'authentication': 'SqlAuthentication', 'encryptConnection': 'true', 
'trustServerCertificate': 'true'}' --target-connection-json C:\CLI 
Files\targetConnection.json
+            az dms project task create --database-options-json "C:\CLI 
Files\databaseOptions.json" -n mytask --project-name myproject -g 
myresourcegroup --service-name mydms --source-connection-json "{'dataSource': 
'myserver', 'authentication': 'SqlAuthentication', 'encryptConnection': 'true', 
'trustServerCertificate': 'true'}" --target-connection-json "C:\CLI 
Files\targetConnection.json"
         - name: Create and start a Task which performs all validation checks.
           text: >
-            az dms project task create --database-options-json C:\CLI 
Files\databaseOptions.json -n mytask --project-name myproject -g 
myresourcegroup --service-name mydms --source-connection-json C:\CLI 
Files\sourceConnection.json --target-connection-json C:\CLI 
Files\targetConnection.json --enable-data-integrity-validation=True 
--enable-query-analysis-validation --enable-schema-validation
+            az dms project task create --database-options-json "C:\CLI 
Files\databaseOptions.json" -n mytask --project-name myproject -g 
myresourcegroup --service-name mydms --source-connection-json "C:\CLI 
Files\sourceConnection.json" --target-connection-json "C:\CLI 
Files\targetConnection.json" --enable-data-integrity-validation 
--enable-query-analysis-validation --enable-schema-validation
         - name: The format of the database options JSON object.
           text: >
             [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dms-0.1.0/azure_cli_dms.egg-info/PKG-INFO 
new/azure-cli-dms-0.1.2/azure_cli_dms.egg-info/PKG-INFO
--- old/azure-cli-dms-0.1.0/azure_cli_dms.egg-info/PKG-INFO     2018-07-14 
01:42:00.000000000 +0200
+++ new/azure-cli-dms-0.1.2/azure_cli_dms.egg-info/PKG-INFO     2019-01-25 
20:44:22.000000000 +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) Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,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/setup.py 
new/azure-cli-dms-0.1.2/setup.py
--- old/azure-cli-dms-0.1.0/setup.py    2018-07-14 01:41:34.000000000 +0200
+++ new/azure-cli-dms-0.1.2/setup.py    2019-01-25 20:43:40.000000000 +0100
@@ -14,7 +14,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "0.1.0"
+VERSION = "0.1.2"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [


Reply via email to