Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-queue for 
openSUSE:Factory checked in at 2025-10-30 17:10:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-storage-queue (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-storage-queue"

Thu Oct 30 17:10:29 2025 rev:29 rq:1314539 version:12.14.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-storage-queue/python-azure-storage-queue.changes
    2025-10-16 17:38:29.039747411 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.1980/python-azure-storage-queue.changes
  2025-10-30 17:11:32.963014390 +0100
@@ -1,0 +2,8 @@
+Thu Oct 30 09:15:18 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 12.14.1
+  + For detailed information about changes see the
+    CHANGELOG.md file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure_storage_queue-12.14.0.tar.gz

New:
----
  azure_storage_queue-12.14.1.tar.gz

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

Other differences:
------------------
++++++ python-azure-storage-queue.spec ++++++
--- /var/tmp/diff_new_pack.YoVkP8/_old  2025-10-30 17:11:33.511037485 +0100
+++ /var/tmp/diff_new_pack.YoVkP8/_new  2025-10-30 17:11:33.515037654 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-azure-storage-queue
-Version:        12.14.0
+Version:        12.14.1
 Release:        0
 Summary:        Microsoft Azure Storage Queue Client Library for Python
 License:        MIT

++++++ azure_storage_queue-12.14.0.tar.gz -> azure_storage_queue-12.14.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_storage_queue-12.14.0/CHANGELOG.md 
new/azure_storage_queue-12.14.1/CHANGELOG.md
--- old/azure_storage_queue-12.14.0/CHANGELOG.md        2025-10-15 
13:11:03.000000000 +0200
+++ new/azure_storage_queue-12.14.1/CHANGELOG.md        2025-10-28 
20:13:46.000000000 +0100
@@ -1,5 +1,10 @@
 # Release History
 
+## 12.14.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `QueueClient`.
+
 ## 12.14.0 (2025-10-15)
 
 ### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_storage_queue-12.14.0/PKG-INFO 
new/azure_storage_queue-12.14.1/PKG-INFO
--- old/azure_storage_queue-12.14.0/PKG-INFO    2025-10-15 13:29:20.994321800 
+0200
+++ new/azure_storage_queue-12.14.1/PKG-INFO    2025-10-28 20:32:28.658231300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-storage-queue
-Version: 12.14.0
+Version: 12.14.1
 Summary: Microsoft Azure Azure Queue Storage Client Library for Python
 Home-page: 
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue
 Author: Microsoft Corporation
@@ -446,6 +446,11 @@
 
 # Release History
 
+## 12.14.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `QueueClient`.
+
 ## 12.14.0 (2025-10-15)
 
 ### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_queue-12.14.0/azure/storage/queue/_queue_client.py 
new/azure_storage_queue-12.14.1/azure/storage/queue/_queue_client.py
--- old/azure_storage_queue-12.14.0/azure/storage/queue/_queue_client.py        
2025-10-15 13:11:03.000000000 +0200
+++ new/azure_storage_queue-12.14.1/azure/storage/queue/_queue_client.py        
2025-10-28 20:13:46.000000000 +0100
@@ -89,6 +89,8 @@
             :caption: Create the queue client with url and credential.
     """
 
+    queue_name: str
+
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_queue-12.14.0/azure/storage/queue/_version.py 
new/azure_storage_queue-12.14.1/azure/storage/queue/_version.py
--- old/azure_storage_queue-12.14.0/azure/storage/queue/_version.py     
2025-10-15 13:11:03.000000000 +0200
+++ new/azure_storage_queue-12.14.1/azure/storage/queue/_version.py     
2025-10-28 20:13:46.000000000 +0100
@@ -4,4 +4,4 @@
 # license information.
 # --------------------------------------------------------------------------
 
-VERSION = "12.14.0"
+VERSION = "12.14.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_queue-12.14.0/azure/storage/queue/aio/_queue_client_async.py 
new/azure_storage_queue-12.14.1/azure/storage/queue/aio/_queue_client_async.py
--- 
old/azure_storage_queue-12.14.0/azure/storage/queue/aio/_queue_client_async.py  
    2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_queue-12.14.1/azure/storage/queue/aio/_queue_client_async.py  
    2025-10-28 20:13:46.000000000 +0100
@@ -99,6 +99,8 @@
             :caption: Create the queue client with a connection string.
     """
 
+    queue_name: str
+
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_queue-12.14.0/azure_storage_queue.egg-info/PKG-INFO 
new/azure_storage_queue-12.14.1/azure_storage_queue.egg-info/PKG-INFO
--- old/azure_storage_queue-12.14.0/azure_storage_queue.egg-info/PKG-INFO       
2025-10-15 13:29:20.000000000 +0200
+++ new/azure_storage_queue-12.14.1/azure_storage_queue.egg-info/PKG-INFO       
2025-10-28 20:32:28.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-storage-queue
-Version: 12.14.0
+Version: 12.14.1
 Summary: Microsoft Azure Azure Queue Storage Client Library for Python
 Home-page: 
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue
 Author: Microsoft Corporation
@@ -446,6 +446,11 @@
 
 # Release History
 
+## 12.14.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `QueueClient`.
+
 ## 12.14.0 (2025-10-15)
 
 ### Features Added

Reply via email to