Hello community,

here is the log from the commit of package azure-cli-cdn for openSUSE:Factory 
checked in at 2019-05-22 10:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-cdn (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-cdn.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-cdn"

Wed May 22 10:59:04 2019 rev:5 rq:696820 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-cdn/azure-cli-cdn.changes      
2018-10-15 10:47:55.503102700 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-cdn.new.5148/azure-cli-cdn.changes    
2019-05-22 10:59:06.174838485 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 13:16:56 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 0.2.0
+  + 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-cdn-0.1.1.tar.gz

New:
----
  azure-cli-cdn-0.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ azure-cli-cdn.spec ++++++
--- /var/tmp/diff_new_pack.Ndtkd1/_old  2019-05-22 10:59:07.670836548 +0200
+++ /var/tmp/diff_new_pack.Ndtkd1/_new  2019-05-22 10:59:07.698836512 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-cdn
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-cdn
-Version:        0.1.1
+Version:        0.2.0
 Release:        0
 Summary:        Microsoft Azure CLI 'Content Delivery Network (CDN)' Command 
Module
 License:        MIT
@@ -27,15 +27,14 @@
 Source1:        LICENSE.txt
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
-BuildRequires:  python3-devel
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 Requires:       azure-cli-command-modules-nspkg
 Requires:       azure-cli-core
 Requires:       azure-cli-nspkg
 Requires:       python3-azure-mgmt-cdn >= 3.0.0
-Requires:       python3-azure-nspkg
+Requires:       python3-azure-nspkg >= 3.0.0
 Conflicts:      azure-cli < 2.0.0
 
 BuildArch:      noarch
@@ -55,6 +54,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__.*

++++++ azure-cli-cdn-0.1.1.tar.gz -> azure-cli-cdn-0.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.1.1/HISTORY.rst 
new/azure-cli-cdn-0.2.0/HISTORY.rst
--- old/azure-cli-cdn-0.1.1/HISTORY.rst 2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/HISTORY.rst 2018-10-18 21:46:28.000000000 +0200
@@ -2,6 +2,9 @@
 
 Release History
 ===============
+0.2.0
++++++
+* BREAKING CHANGE: `cdn endpoint create`'s default query string caching 
behaviour no longer defaults to "IgnoreQueryString". It is now set by the 
service.
 
 0.1.1
 +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.1.1/PKG-INFO 
new/azure-cli-cdn-0.2.0/PKG-INFO
--- old/azure-cli-cdn-0.1.1/PKG-INFO    2018-08-23 01:09:30.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/PKG-INFO    2018-10-18 21:46:57.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-cdn
-Version: 0.1.1
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools Content Delivery Network (CDN) 
Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -17,6 +17,9 @@
         
         Release History
         ===============
+        0.2.0
+        +++++
+        * BREAKING CHANGE: `cdn endpoint create`'s default query string 
caching behaviour no longer defaults to "IgnoreQueryString". It is now set by 
the service.
         
         0.1.1
         +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/_params.py 
new/azure-cli-cdn-0.2.0/azure/cli/command_modules/cdn/_params.py
--- old/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/_params.py    
2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/azure/cli/command_modules/cdn/_params.py    
2018-10-18 21:46:28.000000000 +0200
@@ -79,6 +79,7 @@
         c.argument('query_string_caching_behavior', 
options_list='--query-string-caching',
                    arg_type=get_enum_type(caching_behavior))
         c.argument('content_types_to_compress', nargs='+')
+        c.argument('profile_name', help=profile_name_help)
 
     with self.argument_context('cdn endpoint create') as c:
         c.argument('name', name_arg_type, id_part='name', help='Name of the 
CDN endpoint.')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/custom.py 
new/azure-cli-cdn-0.2.0/azure/cli/command_modules/cdn/custom.py
--- old/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/custom.py     
2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/azure/cli/command_modules/cdn/custom.py     
2018-10-18 21:46:28.000000000 +0200
@@ -3,7 +3,7 @@
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
 # 
--------------------------------------------------------------------------------------------
 
-from azure.mgmt.cdn.models import (Endpoint, QueryStringCachingBehavior, 
SkuName,
+from azure.mgmt.cdn.models import (Endpoint, SkuName,
                                    EndpointUpdateParameters, 
ProfileUpdateParameters)
 
 
@@ -75,8 +75,7 @@
 def create_endpoint(cmd, client, resource_group_name, profile_name, name, 
origins, location=None,
                     origin_host_header=None, origin_path=None, 
content_types_to_compress=None,
                     is_compression_enabled=None, is_http_allowed=None, 
is_https_allowed=None,
-                    
query_string_caching_behavior=QueryStringCachingBehavior.ignore_query_string.
-                    value, tags=None):
+                    query_string_caching_behavior=None, tags=None):
     is_compression_enabled = False if is_compression_enabled is None else 
is_compression_enabled
     is_http_allowed = True if is_http_allowed is None else is_http_allowed
     is_https_allowed = True if is_https_allowed is None else is_https_allowed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.1.1/azure_cli_cdn.egg-info/PKG-INFO 
new/azure-cli-cdn-0.2.0/azure_cli_cdn.egg-info/PKG-INFO
--- old/azure-cli-cdn-0.1.1/azure_cli_cdn.egg-info/PKG-INFO     2018-08-23 
01:09:30.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/azure_cli_cdn.egg-info/PKG-INFO     2018-10-18 
21:46:57.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-cdn
-Version: 0.1.1
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools Content Delivery Network (CDN) 
Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -17,6 +17,9 @@
         
         Release History
         ===============
+        0.2.0
+        +++++
+        * BREAKING CHANGE: `cdn endpoint create`'s default query string 
caching behaviour no longer defaults to "IgnoreQueryString". It is now set by 
the service.
         
         0.1.1
         +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.1.1/setup.py 
new/azure-cli-cdn-0.2.0/setup.py
--- old/azure-cli-cdn-0.1.1/setup.py    2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-cdn-0.2.0/setup.py    2018-10-18 21:46:28.000000000 +0200
@@ -16,7 +16,7 @@
     cmdclass = {}
 
 
-VERSION = "0.1.1"
+VERSION = "0.2.0"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [


Reply via email to