Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package azure-cli-core for openSUSE:Factory checked in at 2021-09-10 23:40:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old) and /work/SRC/openSUSE:Factory/.azure-cli-core.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-core" Fri Sep 10 23:40:38 2021 rev:28 rq:916061 version:2.27.2 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes 2021-08-20 16:57:36.230898277 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1899/azure-cli-core.changes 2021-09-10 23:40:39.386517580 +0200 @@ -1,0 +2,8 @@ +Wed Aug 25 11:13:53 UTC 2021 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 2.27.2 + + For detailed information about changes see the + HISTORY.rst file provided with this package + +------------------------------------------------------------------- Old: ---- azure-cli-core-2.27.0.tar.gz New: ---- azure-cli-core-2.27.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-core.spec ++++++ --- /var/tmp/diff_new_pack.kqyWzA/_old 2021-09-10 23:40:39.806518027 +0200 +++ /var/tmp/diff_new_pack.kqyWzA/_new 2021-09-10 23:40:39.810518031 +0200 @@ -17,7 +17,7 @@ Name: azure-cli-core -Version: 2.27.0 +Version: 2.27.2 Release: 0 Summary: Microsoft Azure CLI Core Module License: MIT ++++++ azure-cli-core-2.27.0.tar.gz -> azure-cli-core-2.27.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/HISTORY.rst new/azure-cli-core-2.27.2/HISTORY.rst --- old/azure-cli-core-2.27.0/HISTORY.rst 2021-07-30 13:20:39.000000000 +0200 +++ new/azure-cli-core-2.27.2/HISTORY.rst 2021-08-23 05:32:32.000000000 +0200 @@ -3,6 +3,14 @@ Release History =============== +2.27.2 +++++++ +* No changes + +2.27.1 +++++++ +* No changes + 2.27.0 ++++++ * Minor fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/PKG-INFO new/azure-cli-core-2.27.2/PKG-INFO --- old/azure-cli-core-2.27.0/PKG-INFO 2021-07-30 13:20:49.043157000 +0200 +++ new/azure-cli-core-2.27.2/PKG-INFO 2021-08-23 05:32:40.267739800 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-cli-core -Version: 2.27.0 +Version: 2.27.2 Summary: Microsoft Azure Command-Line Tools Core Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -18,7 +18,6 @@ Classifier: Programming Language :: Python :: 3.9 Classifier: License :: OSI Approved :: MIT License Requires-Python: >=3.6.0 -Provides-Extra: test License-File: LICENSE.txt Microsoft Azure CLI Core Module diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/azure/cli/core/__init__.py new/azure-cli-core-2.27.2/azure/cli/core/__init__.py --- old/azure-cli-core-2.27.0/azure/cli/core/__init__.py 2021-07-30 13:20:39.000000000 +0200 +++ new/azure-cli-core-2.27.2/azure/cli/core/__init__.py 2021-08-23 05:32:32.000000000 +0200 @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=line-too-long -__version__ = "2.27.0" +__version__ = "2.27.2" import os import sys diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/azure/cli/core/profiles/_shared.py new/azure-cli-core-2.27.2/azure/cli/core/profiles/_shared.py --- old/azure-cli-core-2.27.0/azure/cli/core/profiles/_shared.py 2021-07-30 13:20:39.000000000 +0200 +++ new/azure-cli-core-2.27.2/azure/cli/core/profiles/_shared.py 2021-08-23 05:32:32.000000000 +0200 @@ -170,7 +170,7 @@ 'role_definitions': '2018-01-01-preview', 'provider_operations_metadata': '2018-01-01-preview' }), - ResourceType.MGMT_CONTAINERREGISTRY: SDKProfile('2020-11-01-preview', { + ResourceType.MGMT_CONTAINERREGISTRY: SDKProfile('2021-06-01-preview', { 'agent_pools': '2019-06-01-preview', 'tasks': '2019-06-01-preview', 'task_runs': '2019-06-01-preview', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/azure_cli_core.egg-info/PKG-INFO new/azure-cli-core-2.27.2/azure_cli_core.egg-info/PKG-INFO --- old/azure-cli-core-2.27.0/azure_cli_core.egg-info/PKG-INFO 2021-07-30 13:20:48.000000000 +0200 +++ new/azure-cli-core-2.27.2/azure_cli_core.egg-info/PKG-INFO 2021-08-23 05:32:40.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-cli-core -Version: 2.27.0 +Version: 2.27.2 Summary: Microsoft Azure Command-Line Tools Core Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -18,7 +18,6 @@ Classifier: Programming Language :: Python :: 3.9 Classifier: License :: OSI Approved :: MIT License Requires-Python: >=3.6.0 -Provides-Extra: test License-File: LICENSE.txt Microsoft Azure CLI Core Module diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/azure_cli_core.egg-info/requires.txt new/azure-cli-core-2.27.2/azure_cli_core.egg-info/requires.txt --- old/azure-cli-core-2.27.0/azure_cli_core.egg-info/requires.txt 2021-07-30 13:20:48.000000000 +0200 +++ new/azure-cli-core-2.27.2/azure_cli_core.egg-info/requires.txt 2021-08-23 05:32:40.000000000 +0200 @@ -16,6 +16,3 @@ six~=1.12 urllib3[secure]>=1.26.5 psutil~=5.8 - -[test] -mock diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-core-2.27.0/setup.py new/azure-cli-core-2.27.2/setup.py --- old/azure-cli-core-2.27.0/setup.py 2021-07-30 13:20:39.000000000 +0200 +++ new/azure-cli-core-2.27.2/setup.py 2021-08-23 05:32:32.000000000 +0200 @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "2.27.0" +VERSION = "2.27.2" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. @@ -66,9 +66,6 @@ if not sys.platform.startswith('cygwin'): DEPENDENCIES.append('psutil~=5.8') -TESTS_REQUIRE = [ - 'mock' -] with open('README.rst', 'r', encoding='utf-8') as f: README = f.read() @@ -87,9 +84,5 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "azure", "azure.cli"]), install_requires=DEPENDENCIES, python_requires='>=3.6.0', - extras_require={ - "test": TESTS_REQUIRE, - }, - tests_require=TESTS_REQUIRE, package_data={'azure.cli.core': ['auth_landing_pages/*.html']} )
