Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-ai-ml for openSUSE:Factory checked in at 2023-10-17 20:24:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-ai-ml (Old) and /work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-ai-ml" Tue Oct 17 20:24:07 2023 rev:17 rq:1118017 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-ai-ml/python-azure-ai-ml.changes 2023-10-10 21:02:43.811369371 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.20540/python-azure-ai-ml.changes 2023-10-17 20:24:09.469516579 +0200 @@ -1,0 +2,9 @@ +Mon Oct 16 10:14:07 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 1.11.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure-ai-ml-1.11.0.tar.gz New: ---- azure-ai-ml-1.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-ai-ml.spec ++++++ --- /var/tmp/diff_new_pack.UnuJa9/_old 2023-10-17 20:24:10.153540525 +0200 +++ /var/tmp/diff_new_pack.UnuJa9/_new 2023-10-17 20:24:10.153540525 +0200 @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-azure-ai-ml -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Microsoft Azure Machine Learning Client Library for Python License: MIT @@ -48,7 +48,7 @@ BuildRequires: %{python_module msrest >= 0.6.18} BuildRequires: %{python_module opencensus-ext-azure < 2.0.0} BuildRequires: %{python_module pathspec >= 0.9.0} -BuildRequires: %{python_module pydash} +BuildRequires: %{python_module pydash >= 6.0.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module strictyaml < 2.0.0} BuildRequires: %{python_module tqdm < 5.0.0} ++++++ azure-ai-ml-1.11.0.tar.gz -> azure-ai-ml-1.11.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/CHANGELOG.md new/azure-ai-ml-1.11.1/CHANGELOG.md --- old/azure-ai-ml-1.11.0/CHANGELOG.md 2023-10-04 23:18:28.000000000 +0200 +++ new/azure-ai-ml-1.11.1/CHANGELOG.md 2023-10-12 20:29:26.000000000 +0200 @@ -1,5 +1,10 @@ # Release History +## 1.11.1 (2023-10-16) + +### Bugs Fixed + - pydash dependency version was upgraded to >=6.0.0 to patch [security vulnerability in versions below 6.0.0](https://github.com/advisories/GHSA-8mjr-6c96-39w8) + ## 1.11.0 (2023-10-04) ### Features Added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/PKG-INFO new/azure-ai-ml-1.11.1/PKG-INFO --- old/azure-ai-ml-1.11.0/PKG-INFO 2023-10-04 23:19:23.327190400 +0200 +++ new/azure-ai-ml-1.11.1/PKG-INFO 2023-10-12 20:30:20.725909700 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-ai-ml -Version: 1.11.0 +Version: 1.11.1 Summary: Microsoft Azure Machine Learning Client Library for Python Home-page: https://github.com/Azure/azure-sdk-for-python Author: Microsoft Corporation @@ -35,7 +35,7 @@ Requires-Dist: azure-storage-blob<13.0.0,>=12.10.0 Requires-Dist: azure-storage-file-share<13.0.0 Requires-Dist: azure-storage-file-datalake<13.0.0 -Requires-Dist: pydash<6.0.0 +Requires-Dist: pydash<7.0.6,>=6.0.0 Requires-Dist: isodate Requires-Dist: azure-common<2.0.0,>=1.1 Requires-Dist: typing-extensions<5.0.0 @@ -189,6 +189,11 @@ # Release History +## 1.11.1 (2023-10-16) + +### Bugs Fixed + - pydash dependency version was upgraded to >=6.0.0 to patch [security vulnerability in versions below 6.0.0](https://github.com/advisories/GHSA-8mjr-6c96-39w8) + ## 1.11.0 (2023-10-04) ### Features Added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/azure/ai/ml/_version.py new/azure-ai-ml-1.11.1/azure/ai/ml/_version.py --- old/azure-ai-ml-1.11.0/azure/ai/ml/_version.py 2023-10-04 23:18:28.000000000 +0200 +++ new/azure-ai-ml-1.11.1/azure/ai/ml/_version.py 2023-10-12 20:29:26.000000000 +0200 @@ -2,4 +2,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # --------------------------------------------------------- -VERSION = "1.11.0" +VERSION = "1.11.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/azure_ai_ml.egg-info/PKG-INFO new/azure-ai-ml-1.11.1/azure_ai_ml.egg-info/PKG-INFO --- old/azure-ai-ml-1.11.0/azure_ai_ml.egg-info/PKG-INFO 2023-10-04 23:19:22.000000000 +0200 +++ new/azure-ai-ml-1.11.1/azure_ai_ml.egg-info/PKG-INFO 2023-10-12 20:30:20.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-ai-ml -Version: 1.11.0 +Version: 1.11.1 Summary: Microsoft Azure Machine Learning Client Library for Python Home-page: https://github.com/Azure/azure-sdk-for-python Author: Microsoft Corporation @@ -35,7 +35,7 @@ Requires-Dist: azure-storage-blob<13.0.0,>=12.10.0 Requires-Dist: azure-storage-file-share<13.0.0 Requires-Dist: azure-storage-file-datalake<13.0.0 -Requires-Dist: pydash<6.0.0 +Requires-Dist: pydash<7.0.6,>=6.0.0 Requires-Dist: isodate Requires-Dist: azure-common<2.0.0,>=1.1 Requires-Dist: typing-extensions<5.0.0 @@ -189,6 +189,11 @@ # Release History +## 1.11.1 (2023-10-16) + +### Bugs Fixed + - pydash dependency version was upgraded to >=6.0.0 to patch [security vulnerability in versions below 6.0.0](https://github.com/advisories/GHSA-8mjr-6c96-39w8) + ## 1.11.0 (2023-10-04) ### Features Added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/azure_ai_ml.egg-info/requires.txt new/azure-ai-ml-1.11.1/azure_ai_ml.egg-info/requires.txt --- old/azure-ai-ml-1.11.0/azure_ai_ml.egg-info/requires.txt 2023-10-04 23:19:22.000000000 +0200 +++ new/azure-ai-ml-1.11.1/azure_ai_ml.egg-info/requires.txt 2023-10-12 20:30:20.000000000 +0200 @@ -11,7 +11,7 @@ azure-storage-blob<13.0.0,>=12.10.0 azure-storage-file-share<13.0.0 azure-storage-file-datalake<13.0.0 -pydash<6.0.0 +pydash<7.0.6,>=6.0.0 isodate azure-common<2.0.0,>=1.1 typing-extensions<5.0.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-ai-ml-1.11.0/setup.py new/azure-ai-ml-1.11.1/setup.py --- old/azure-ai-ml-1.11.0/setup.py 2023-10-04 23:18:28.000000000 +0200 +++ new/azure-ai-ml-1.11.1/setup.py 2023-10-12 20:29:27.000000000 +0200 @@ -81,7 +81,7 @@ "azure-storage-blob<13.0.0,>=12.10.0", "azure-storage-file-share<13.0.0", "azure-storage-file-datalake<13.0.0", - "pydash<6.0.0", + "pydash<7.0.6,>=6.0.0", "isodate", "azure-common<2.0.0,>=1.1", "typing-extensions<5.0.0",