Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-eventgrid for
openSUSE:Factory checked in at 2024-04-09 16:48:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-eventgrid (Old)
and /work/SRC/openSUSE:Factory/.python-azure-eventgrid.new.29460 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-eventgrid"
Tue Apr 9 16:48:14 2024 rev:26 rq:1166420 version:4.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-eventgrid/python-azure-eventgrid.changes
2024-04-07 22:06:57.656700734 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-eventgrid.new.29460/python-azure-eventgrid.changes
2024-04-09 16:53:48.934651112 +0200
@@ -1,0 +2,8 @@
+Tue Apr 9 10:05:41 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.18.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-eventgrid-4.17.0.tar.gz
New:
----
azure-eventgrid-4.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-eventgrid.spec ++++++
--- /var/tmp/diff_new_pack.t5L9Pj/_old 2024-04-09 16:53:49.398668230 +0200
+++ /var/tmp/diff_new_pack.t5L9Pj/_new 2024-04-09 16:53:49.402668377 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-azure-eventgrid
-Version: 4.17.0
+Version: 4.18.0
Release: 0
Summary: Microsoft Azure Event Grid Client Library
License: MIT
++++++ azure-eventgrid-4.17.0.tar.gz -> azure-eventgrid-4.18.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-eventgrid-4.17.0/CHANGELOG.md
new/azure-eventgrid-4.18.0/CHANGELOG.md
--- old/azure-eventgrid-4.17.0/CHANGELOG.md 2024-02-08 21:11:05.000000000
+0100
+++ new/azure-eventgrid-4.18.0/CHANGELOG.md 2024-03-12 20:55:00.000000000
+0100
@@ -1,5 +1,11 @@
# Release History
+## 4.18.0 (2024-03-12)
+
+### Features Added
+
+- Added new enum values to `SystemEventNames` related to Azure Api Center.
+
## 4.17.0 (2024-02-08)
This version and all future versions will require Python 3.8+.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-eventgrid-4.17.0/PKG-INFO
new/azure-eventgrid-4.18.0/PKG-INFO
--- old/azure-eventgrid-4.17.0/PKG-INFO 2024-02-08 21:11:51.433449000 +0100
+++ new/azure-eventgrid-4.18.0/PKG-INFO 2024-03-12 20:56:32.944479000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: azure-eventgrid
-Version: 4.17.0
+Version: 4.18.0
Summary: Microsoft Azure Event Grid Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
@@ -10,6 +10,7 @@
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
@@ -19,8 +20,8 @@
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
-Requires-Dist: isodate<1.0.0,>=0.6.1
-Requires-Dist: azure-core<2.0.0,>=1.24.0
+Requires-Dist: isodate>=0.6.1
+Requires-Dist: azure-core>=1.24.0
# Azure Event Grid client library for Python
@@ -522,6 +523,12 @@
# Release History
+## 4.18.0 (2024-03-12)
+
+### Features Added
+
+- Added new enum values to `SystemEventNames` related to Azure Api Center.
+
## 4.17.0 (2024-02-08)
This version and all future versions will require Python 3.8+.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-eventgrid-4.17.0/azure/eventgrid/_event_mappings.py
new/azure-eventgrid-4.18.0/azure/eventgrid/_event_mappings.py
--- old/azure-eventgrid-4.17.0/azure/eventgrid/_event_mappings.py
2024-02-08 21:11:05.000000000 +0100
+++ new/azure-eventgrid-4.18.0/azure/eventgrid/_event_mappings.py
2024-03-12 20:55:00.000000000 +0100
@@ -144,6 +144,10 @@
AcsUserDisconnectedEventName = 'Microsoft.Communication.UserDisconnected'
+ ApiCenterApiDefinitionAddedEventName =
'Microsoft.ApiCenter.ApiDefinitionAdded'
+
+ ApiCenterApiDefinitionUpdatedEventName =
'Microsoft.ApiCenter.ApiDefinitionUpdated'
+
ApiManagementApiCreatedEventName = 'Microsoft.ApiManagement.APICreated'
ApiManagementApiDeletedEventName = 'Microsoft.ApiManagement.APIDeleted'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-eventgrid-4.17.0/azure/eventgrid/_version.py
new/azure-eventgrid-4.18.0/azure/eventgrid/_version.py
--- old/azure-eventgrid-4.17.0/azure/eventgrid/_version.py 2024-02-08
21:11:05.000000000 +0100
+++ new/azure-eventgrid-4.18.0/azure/eventgrid/_version.py 2024-03-12
20:55:00.000000000 +0100
@@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------
-VERSION = "4.17.0"
+VERSION = "4.18.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-eventgrid-4.17.0/azure_eventgrid.egg-info/PKG-INFO
new/azure-eventgrid-4.18.0/azure_eventgrid.egg-info/PKG-INFO
--- old/azure-eventgrid-4.17.0/azure_eventgrid.egg-info/PKG-INFO
2024-02-08 21:11:51.000000000 +0100
+++ new/azure-eventgrid-4.18.0/azure_eventgrid.egg-info/PKG-INFO
2024-03-12 20:56:32.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: azure-eventgrid
-Version: 4.17.0
+Version: 4.18.0
Summary: Microsoft Azure Event Grid Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
@@ -10,6 +10,7 @@
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
@@ -19,8 +20,8 @@
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
-Requires-Dist: isodate<1.0.0,>=0.6.1
-Requires-Dist: azure-core<2.0.0,>=1.24.0
+Requires-Dist: isodate>=0.6.1
+Requires-Dist: azure-core>=1.24.0
# Azure Event Grid client library for Python
@@ -522,6 +523,12 @@
# Release History
+## 4.18.0 (2024-03-12)
+
+### Features Added
+
+- Added new enum values to `SystemEventNames` related to Azure Api Center.
+
## 4.17.0 (2024-02-08)
This version and all future versions will require Python 3.8+.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-eventgrid-4.17.0/azure_eventgrid.egg-info/requires.txt
new/azure-eventgrid-4.18.0/azure_eventgrid.egg-info/requires.txt
--- old/azure-eventgrid-4.17.0/azure_eventgrid.egg-info/requires.txt
2024-02-08 21:11:51.000000000 +0100
+++ new/azure-eventgrid-4.18.0/azure_eventgrid.egg-info/requires.txt
2024-03-12 20:56:32.000000000 +0100
@@ -1,2 +1,2 @@
-isodate<1.0.0,>=0.6.1
-azure-core<2.0.0,>=1.24.0
+isodate>=0.6.1
+azure-core>=1.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-eventgrid-4.17.0/setup.py
new/azure-eventgrid-4.18.0/setup.py
--- old/azure-eventgrid-4.17.0/setup.py 2024-02-08 21:11:05.000000000 +0100
+++ new/azure-eventgrid-4.18.0/setup.py 2024-03-12 20:55:00.000000000 +0100
@@ -51,6 +51,7 @@
"Development Status :: 5 - Production/Stable",
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
+ 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
@@ -67,7 +68,7 @@
'azure',
]),
install_requires=[
- "isodate<1.0.0,>=0.6.1",
- 'azure-core<2.0.0,>=1.24.0',
+ "isodate>=0.6.1",
+ 'azure-core>=1.24.0',
],
)