Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-azure-storage-file-share"

Thu Oct 30 17:10:30 2025 rev:32 rq:1314541 version:12.23.1

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

Old:
----
  azure_storage_file_share-12.23.0.tar.gz

New:
----
  azure_storage_file_share-12.23.1.tar.gz

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

Other differences:
------------------
++++++ python-azure-storage-file-share.spec ++++++
--- /var/tmp/diff_new_pack.08JbjX/_old  2025-10-30 17:11:35.763132393 +0100
+++ /var/tmp/diff_new_pack.08JbjX/_new  2025-10-30 17:11:35.767132561 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-azure-storage-file-share
-Version:        12.23.0
+Version:        12.23.1
 Release:        0
 Summary:        Azure Storage File Share client library for Python
 License:        MIT

++++++ azure_storage_file_share-12.23.0.tar.gz -> 
azure_storage_file_share-12.23.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_storage_file_share-12.23.0/CHANGELOG.md 
new/azure_storage_file_share-12.23.1/CHANGELOG.md
--- old/azure_storage_file_share-12.23.0/CHANGELOG.md   2025-10-15 
13:11:03.000000000 +0200
+++ new/azure_storage_file_share-12.23.1/CHANGELOG.md   2025-10-28 
20:13:46.000000000 +0100
@@ -1,5 +1,10 @@
 # Release History
 
+## 12.23.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `ShareClient`, `ShareDirectoryClient`, 
and `ShareFileClient`.
+
 ## 12.23.0 (2025-10-15)
 
 ### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_storage_file_share-12.23.0/PKG-INFO 
new/azure_storage_file_share-12.23.1/PKG-INFO
--- old/azure_storage_file_share-12.23.0/PKG-INFO       2025-10-15 
13:29:20.137330800 +0200
+++ new/azure_storage_file_share-12.23.1/PKG-INFO       2025-10-28 
20:32:27.791231400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-storage-file-share
-Version: 12.23.0
+Version: 12.23.1
 Summary: Microsoft Azure Azure File Share Storage Client Library for Python
 Home-page: 
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share
 Author: Microsoft Corporation
@@ -435,6 +435,11 @@
 
 # Release History
 
+## 12.23.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `ShareClient`, `ShareDirectoryClient`, 
and `ShareFileClient`.
+
 ## 12.23.0 (2025-10-15)
 
 ### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_directory_client.pyi
 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_directory_client.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_directory_client.pyi
  2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_directory_client.pyi
  2025-10-28 20:13:46.000000000 +0100
@@ -37,6 +37,12 @@
 from ._shared.base_client import StorageAccountHostsMixin
 
 class ShareDirectoryClient(StorageAccountHostsMixin):
+    share_name: str
+    directory_path: str
+    snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_file_client.pyi 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_file_client.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_file_client.pyi   
    2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_file_client.pyi   
    2025-10-28 20:13:46.000000000 +0100
@@ -38,7 +38,14 @@
 from ._shared.base_client import StorageAccountHostsMixin
 
 class ShareFileClient(StorageAccountHostsMixin):
+    share_name: str
+    file_name: str
+    file_path: List[str]
+    directory_path: str
     snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_share_client.pyi 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_share_client.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_share_client.pyi  
    2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_share_client.pyi  
    2025-10-28 20:13:46.000000000 +0100
@@ -28,7 +28,11 @@
 from ._shared.base_client import StorageAccountHostsMixin
 
 class ShareClient(StorageAccountHostsMixin):
+    share_name: str
     snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_version.py 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_version.py
--- old/azure_storage_file_share-12.23.0/azure/storage/fileshare/_version.py    
2025-10-15 13:11:03.000000000 +0200
+++ new/azure_storage_file_share-12.23.1/azure/storage/fileshare/_version.py    
2025-10-28 20:13:46.000000000 +0100
@@ -4,4 +4,4 @@
 # license information.
 # --------------------------------------------------------------------------
 
-VERSION = "12.23.0"
+VERSION = "12.23.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_directory_client_async.pyi
 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_directory_client_async.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_directory_client_async.pyi
        2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_directory_client_async.pyi
        2025-10-28 20:13:46.000000000 +0100
@@ -42,6 +42,12 @@
 from .._shared.base_client_async import AsyncStorageAccountHostsMixin
 
 class ShareDirectoryClient(AsyncStorageAccountHostsMixin, 
StorageAccountHostsMixin):  # type: ignore [misc]
+    share_name: str
+    directory_path: str
+    snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_file_client_async.pyi
 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_file_client_async.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_file_client_async.pyi
     2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_file_client_async.pyi
     2025-10-28 20:13:46.000000000 +0100
@@ -39,7 +39,14 @@
 from .._shared.base_client_async import AsyncStorageAccountHostsMixin
 
 class ShareFileClient(AsyncStorageAccountHostsMixin, 
StorageAccountHostsMixin):  # type: ignore [misc]
+    share_name: str
+    file_name: str
+    file_path: List[str]
+    directory_path: str
     snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_share_client_async.pyi
 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_share_client_async.pyi
--- 
old/azure_storage_file_share-12.23.0/azure/storage/fileshare/aio/_share_client_async.pyi
    2025-10-15 13:11:03.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure/storage/fileshare/aio/_share_client_async.pyi
    2025-10-28 20:13:46.000000000 +0100
@@ -33,7 +33,11 @@
 from .._shared.base_client_async import AsyncStorageAccountHostsMixin
 
 class ShareClient(AsyncStorageAccountHostsMixin, StorageAccountHostsMixin):  # 
type: ignore[misc]
+    share_name: str
     snapshot: Optional[str]
+    allow_trailing_dot: Optional[bool]
+    allow_source_trailing_dot: Optional[bool]
+    file_request_intent: Optional[Literal["backup"]]
     def __init__(
         self,
         account_url: str,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_storage_file_share-12.23.0/azure_storage_file_share.egg-info/PKG-INFO 
new/azure_storage_file_share-12.23.1/azure_storage_file_share.egg-info/PKG-INFO
--- 
old/azure_storage_file_share-12.23.0/azure_storage_file_share.egg-info/PKG-INFO 
    2025-10-15 13:29:20.000000000 +0200
+++ 
new/azure_storage_file_share-12.23.1/azure_storage_file_share.egg-info/PKG-INFO 
    2025-10-28 20:32:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-storage-file-share
-Version: 12.23.0
+Version: 12.23.1
 Summary: Microsoft Azure Azure File Share Storage Client Library for Python
 Home-page: 
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share
 Author: Microsoft Corporation
@@ -435,6 +435,11 @@
 
 # Release History
 
+## 12.23.1 (2025-10-29)
+
+### Bugs Fixed
+- Fixed MyPy `attr-defined` errors for `ShareClient`, `ShareDirectoryClient`, 
and `ShareFileClient`.
+
 ## 12.23.0 (2025-10-15)
 
 ### Features Added

Reply via email to