From 7d16d4c194dd946b6d387b231050a3326ca2019a Mon Sep 17 00:00:00 2001 From: Saksham Nautiyal Date: Wed, 16 Sep 2026 06:19:05 -0400 Subject: [PATCH 1/2] Update idna to version 3.19 to resolve BlackDuck vulnerability - Added idna==3.19 to requirements.txt - Added idna>=3.19 to setup.py dependencies - Updated from idna 3.18 to 3.19 which has no known vulnerabilities Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e5c7a0..b30295b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ requests==2.33.0 urllib3==2.7.0 packaging==26.0 setuptools==80.10.2 +idna==3.19 diff --git a/setup.py b/setup.py index 1efcf06..54c9101 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ "urllib3>=1.26.7", "requests>=2.23.0", "packaging>=26.0", - "setuptools>=80.10.2" + "setuptools>=80.10.2", + "idna>=3.19" ], license_files=("LICENSE",), classifiers=["License :: OSI Approved :: Apache Software License"], From f8e6714620626773c2892b57ffdd3f3e2894cbec Mon Sep 17 00:00:00 2001 From: Saksham Nautiyal Date: Fri, 18 Sep 2026 06:22:28 -0400 Subject: [PATCH 2/2] Release 3.5.1.0: Update version, documentation, and copyright years - Updated version from 3.5.0.0 to 3.5.1.0 in setup.py, __init__.py, and docs/conf.py - Added ChangeLog entry for version 3.5.1.0 with security fixes and vulnerability updates - Updated copyright years from 2024 to 2024-2026 across all source files, examples, and documentation - Ensures consistency across the codebase for the new release Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- ChangeLog.md | 5 +++++ ProgrammersGuideExamples/appliance_examples.py | 2 +- ProgrammersGuideExamples/certificate_examples.py | 2 +- ProgrammersGuideExamples/chap_config_examples.py | 2 +- ProgrammersGuideExamples/cluster_examples.py | 2 +- ProgrammersGuideExamples/discovered_appliances_example.py | 2 +- ProgrammersGuideExamples/dns_examples.py | 2 +- ProgrammersGuideExamples/email_examples.py | 2 +- ProgrammersGuideExamples/file_dns_examples.py | 2 +- ProgrammersGuideExamples/file_interface_examples.py | 2 +- ProgrammersGuideExamples/file_nis_examples.py | 2 +- ProgrammersGuideExamples/file_system_examples.py | 2 +- ProgrammersGuideExamples/file_tree_quota_examples.py | 2 +- ProgrammersGuideExamples/file_user_quota_examples.py | 2 +- ProgrammersGuideExamples/host_examples.py | 2 +- ProgrammersGuideExamples/host_group_examples.py | 2 +- ProgrammersGuideExamples/info_examples.py | 2 +- ProgrammersGuideExamples/ip_pool_address_examples.py | 2 +- ProgrammersGuideExamples/ip_port_examples.py | 2 +- ProgrammersGuideExamples/ldap_account_examples.py | 2 +- ProgrammersGuideExamples/ldap_domain_examples.py | 2 +- ProgrammersGuideExamples/local_user_examples.py | 2 +- ProgrammersGuideExamples/metrics_examples.py | 2 +- ProgrammersGuideExamples/nas_server_examples.py | 2 +- ProgrammersGuideExamples/network_examples.py | 2 +- ProgrammersGuideExamples/nfs_export_examples.py | 2 +- ProgrammersGuideExamples/nfs_server_examples.py | 2 +- ProgrammersGuideExamples/ntp_examples.py | 2 +- ProgrammersGuideExamples/protection_examples.py | 2 +- ProgrammersGuideExamples/remote_support_contact_examples.py | 2 +- ProgrammersGuideExamples/remote_support_examples.py | 2 +- ProgrammersGuideExamples/remote_system_examples.py | 2 +- ProgrammersGuideExamples/replication_group_examples.py | 2 +- ProgrammersGuideExamples/replication_session_examples.py | 2 +- ProgrammersGuideExamples/role_examples.py | 2 +- ProgrammersGuideExamples/security_config_examples.py | 2 +- ProgrammersGuideExamples/service_config_examples.py | 2 +- ProgrammersGuideExamples/service_user_examples.py | 2 +- ProgrammersGuideExamples/smb_server_examples.py | 2 +- ProgrammersGuideExamples/smb_share_examples.py | 2 +- ProgrammersGuideExamples/smtp_config_examples.py | 2 +- ProgrammersGuideExamples/snapshot_examples.py | 2 +- ProgrammersGuideExamples/snmp_server.py | 2 +- .../storage_container_destination_examples.py | 2 +- ProgrammersGuideExamples/storage_container_examples.py | 2 +- ProgrammersGuideExamples/vcenter_examples.py | 2 +- ProgrammersGuideExamples/volume_examples.py | 2 +- ProgrammersGuideExamples/volume_group_examples.py | 2 +- PyPowerStore/__init__.py | 6 +++--- PyPowerStore/client.py | 2 +- PyPowerStore/configuration.py | 2 +- PyPowerStore/objects/__init__.py | 2 +- PyPowerStore/objects/file_dns.py | 2 +- PyPowerStore/objects/file_interface.py | 2 +- PyPowerStore/objects/file_nis.py | 2 +- PyPowerStore/objects/nfs_server.py | 2 +- PyPowerStore/objects/smb_server.py | 2 +- PyPowerStore/objects/snmp_server.py | 2 +- PyPowerStore/powerstore_conn.py | 2 +- PyPowerStore/protection.py | 4 ++-- PyPowerStore/provisioning.py | 2 +- PyPowerStore/utils/constants.py | 2 +- PyPowerStore/utils/exception.py | 2 +- PyPowerStore/utils/helpers.py | 2 +- docs/conf.py | 6 +++--- setup.py | 4 ++-- 66 files changed, 76 insertions(+), 71 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7abcae5..f2cc25c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,9 @@ # PyPowerStore Change Log +## Version 3.5.1.0 - released on 18/09/26 +- Updated idna to version 3.19 to resolve BlackDuck vulnerability +- Fixed SSL certificate verification default +- Removed plaintext password logging for CWE-532 + ## Version 3.5.0.0 - released on 23/06/26 - Added QoS functionalities - Added is_secure parameter to snapshot and snapshot rule methods diff --git a/ProgrammersGuideExamples/appliance_examples.py b/ProgrammersGuideExamples/appliance_examples.py index 12b5dc3..26f4daa 100644 --- a/ProgrammersGuideExamples/appliance_examples.py +++ b/ProgrammersGuideExamples/appliance_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Appliance operations""" diff --git a/ProgrammersGuideExamples/certificate_examples.py b/ProgrammersGuideExamples/certificate_examples.py index 2216c3a..27cbde1 100644 --- a/ProgrammersGuideExamples/certificate_examples.py +++ b/ProgrammersGuideExamples/certificate_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Certificate operations""" diff --git a/ProgrammersGuideExamples/chap_config_examples.py b/ProgrammersGuideExamples/chap_config_examples.py index 4fa5fe9..9fc1e50 100644 --- a/ProgrammersGuideExamples/chap_config_examples.py +++ b/ProgrammersGuideExamples/chap_config_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """CHAP config operations""" diff --git a/ProgrammersGuideExamples/cluster_examples.py b/ProgrammersGuideExamples/cluster_examples.py index 2c53021..c54b32a 100644 --- a/ProgrammersGuideExamples/cluster_examples.py +++ b/ProgrammersGuideExamples/cluster_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Cluster Operations""" diff --git a/ProgrammersGuideExamples/discovered_appliances_example.py b/ProgrammersGuideExamples/discovered_appliances_example.py index c8432a8..a66a825 100644 --- a/ProgrammersGuideExamples/discovered_appliances_example.py +++ b/ProgrammersGuideExamples/discovered_appliances_example.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Discovered Appliance operations""" diff --git a/ProgrammersGuideExamples/dns_examples.py b/ProgrammersGuideExamples/dns_examples.py index ed5fab9..23b020b 100644 --- a/ProgrammersGuideExamples/dns_examples.py +++ b/ProgrammersGuideExamples/dns_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """DNS operations""" diff --git a/ProgrammersGuideExamples/email_examples.py b/ProgrammersGuideExamples/email_examples.py index 07d1602..5d97480 100644 --- a/ProgrammersGuideExamples/email_examples.py +++ b/ProgrammersGuideExamples/email_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Email operations""" diff --git a/ProgrammersGuideExamples/file_dns_examples.py b/ProgrammersGuideExamples/file_dns_examples.py index bdf53a4..b9a0240 100644 --- a/ProgrammersGuideExamples/file_dns_examples.py +++ b/ProgrammersGuideExamples/file_dns_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies # pylint: disable=duplicate-code diff --git a/ProgrammersGuideExamples/file_interface_examples.py b/ProgrammersGuideExamples/file_interface_examples.py index 882264d..153ccfd 100644 --- a/ProgrammersGuideExamples/file_interface_examples.py +++ b/ProgrammersGuideExamples/file_interface_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """File Interface Operations""" diff --git a/ProgrammersGuideExamples/file_nis_examples.py b/ProgrammersGuideExamples/file_nis_examples.py index 1762dd1..410d611 100644 --- a/ProgrammersGuideExamples/file_nis_examples.py +++ b/ProgrammersGuideExamples/file_nis_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """File NIS Operations""" diff --git a/ProgrammersGuideExamples/file_system_examples.py b/ProgrammersGuideExamples/file_system_examples.py index 2894f6b..861de01 100644 --- a/ProgrammersGuideExamples/file_system_examples.py +++ b/ProgrammersGuideExamples/file_system_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """File System Operations""" diff --git a/ProgrammersGuideExamples/file_tree_quota_examples.py b/ProgrammersGuideExamples/file_tree_quota_examples.py index 7d07afb..67544a2 100644 --- a/ProgrammersGuideExamples/file_tree_quota_examples.py +++ b/ProgrammersGuideExamples/file_tree_quota_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """File Tree Quota Operations""" diff --git a/ProgrammersGuideExamples/file_user_quota_examples.py b/ProgrammersGuideExamples/file_user_quota_examples.py index 06e5dd0..ab5bd76 100644 --- a/ProgrammersGuideExamples/file_user_quota_examples.py +++ b/ProgrammersGuideExamples/file_user_quota_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """File User Quota Operations""" diff --git a/ProgrammersGuideExamples/host_examples.py b/ProgrammersGuideExamples/host_examples.py index 948e16a..c1cd28f 100644 --- a/ProgrammersGuideExamples/host_examples.py +++ b/ProgrammersGuideExamples/host_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Host Module Operations""" diff --git a/ProgrammersGuideExamples/host_group_examples.py b/ProgrammersGuideExamples/host_group_examples.py index f7f40c3..9ba6c9d 100644 --- a/ProgrammersGuideExamples/host_group_examples.py +++ b/ProgrammersGuideExamples/host_group_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Host Group Module Operations""" diff --git a/ProgrammersGuideExamples/info_examples.py b/ProgrammersGuideExamples/info_examples.py index 6689ce0..5d42bc4 100644 --- a/ProgrammersGuideExamples/info_examples.py +++ b/ProgrammersGuideExamples/info_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Info Module Operations""" diff --git a/ProgrammersGuideExamples/ip_pool_address_examples.py b/ProgrammersGuideExamples/ip_pool_address_examples.py index a9d4dd1..83493b4 100644 --- a/ProgrammersGuideExamples/ip_pool_address_examples.py +++ b/ProgrammersGuideExamples/ip_pool_address_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """IP Pool Address Operations""" diff --git a/ProgrammersGuideExamples/ip_port_examples.py b/ProgrammersGuideExamples/ip_port_examples.py index 85b2bf2..39b2e1d 100644 --- a/ProgrammersGuideExamples/ip_port_examples.py +++ b/ProgrammersGuideExamples/ip_port_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """IP Port Operations""" diff --git a/ProgrammersGuideExamples/ldap_account_examples.py b/ProgrammersGuideExamples/ldap_account_examples.py index efcfe3d..e555747 100644 --- a/ProgrammersGuideExamples/ldap_account_examples.py +++ b/ProgrammersGuideExamples/ldap_account_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """LDAP Account operations""" diff --git a/ProgrammersGuideExamples/ldap_domain_examples.py b/ProgrammersGuideExamples/ldap_domain_examples.py index 7601506..4b36394 100644 --- a/ProgrammersGuideExamples/ldap_domain_examples.py +++ b/ProgrammersGuideExamples/ldap_domain_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """LDAP domain operations""" diff --git a/ProgrammersGuideExamples/local_user_examples.py b/ProgrammersGuideExamples/local_user_examples.py index 575fd4d..cb6117f 100644 --- a/ProgrammersGuideExamples/local_user_examples.py +++ b/ProgrammersGuideExamples/local_user_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Local User Operations""" diff --git a/ProgrammersGuideExamples/metrics_examples.py b/ProgrammersGuideExamples/metrics_examples.py index a5f0ce4..c1cb10f 100644 --- a/ProgrammersGuideExamples/metrics_examples.py +++ b/ProgrammersGuideExamples/metrics_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2025, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Local User Operations""" diff --git a/ProgrammersGuideExamples/nas_server_examples.py b/ProgrammersGuideExamples/nas_server_examples.py index 804dcde..38c86dc 100644 --- a/ProgrammersGuideExamples/nas_server_examples.py +++ b/ProgrammersGuideExamples/nas_server_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """NAS Server Operations""" diff --git a/ProgrammersGuideExamples/network_examples.py b/ProgrammersGuideExamples/network_examples.py index 6793d41..ca1680b 100644 --- a/ProgrammersGuideExamples/network_examples.py +++ b/ProgrammersGuideExamples/network_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Network Operations""" diff --git a/ProgrammersGuideExamples/nfs_export_examples.py b/ProgrammersGuideExamples/nfs_export_examples.py index 179f0dc..01baf65 100644 --- a/ProgrammersGuideExamples/nfs_export_examples.py +++ b/ProgrammersGuideExamples/nfs_export_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """NFS Export Operations""" diff --git a/ProgrammersGuideExamples/nfs_server_examples.py b/ProgrammersGuideExamples/nfs_server_examples.py index 9948f36..09c9920 100644 --- a/ProgrammersGuideExamples/nfs_server_examples.py +++ b/ProgrammersGuideExamples/nfs_server_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """NFS Server Operations""" diff --git a/ProgrammersGuideExamples/ntp_examples.py b/ProgrammersGuideExamples/ntp_examples.py index 5a1efb4..8385b34 100644 --- a/ProgrammersGuideExamples/ntp_examples.py +++ b/ProgrammersGuideExamples/ntp_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """NTP operations""" diff --git a/ProgrammersGuideExamples/protection_examples.py b/ProgrammersGuideExamples/protection_examples.py index 07a04f0..ab15827 100644 --- a/ProgrammersGuideExamples/protection_examples.py +++ b/ProgrammersGuideExamples/protection_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Protection Policy Module Operations""" diff --git a/ProgrammersGuideExamples/remote_support_contact_examples.py b/ProgrammersGuideExamples/remote_support_contact_examples.py index 607385f..e1446a7 100644 --- a/ProgrammersGuideExamples/remote_support_contact_examples.py +++ b/ProgrammersGuideExamples/remote_support_contact_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Remote Support Contact operations""" diff --git a/ProgrammersGuideExamples/remote_support_examples.py b/ProgrammersGuideExamples/remote_support_examples.py index 7d254a8..342f89b 100644 --- a/ProgrammersGuideExamples/remote_support_examples.py +++ b/ProgrammersGuideExamples/remote_support_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Remote Support operations""" diff --git a/ProgrammersGuideExamples/remote_system_examples.py b/ProgrammersGuideExamples/remote_system_examples.py index 073e7ce..d162357 100644 --- a/ProgrammersGuideExamples/remote_system_examples.py +++ b/ProgrammersGuideExamples/remote_system_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Remote system operations""" diff --git a/ProgrammersGuideExamples/replication_group_examples.py b/ProgrammersGuideExamples/replication_group_examples.py index 4ce964e..54c3acf 100644 --- a/ProgrammersGuideExamples/replication_group_examples.py +++ b/ProgrammersGuideExamples/replication_group_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Replication Group operations""" diff --git a/ProgrammersGuideExamples/replication_session_examples.py b/ProgrammersGuideExamples/replication_session_examples.py index f0b1d93..be2853a 100644 --- a/ProgrammersGuideExamples/replication_session_examples.py +++ b/ProgrammersGuideExamples/replication_session_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Replication session Operations""" diff --git a/ProgrammersGuideExamples/role_examples.py b/ProgrammersGuideExamples/role_examples.py index 4931b2f..cb55e19 100644 --- a/ProgrammersGuideExamples/role_examples.py +++ b/ProgrammersGuideExamples/role_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Role operations""" diff --git a/ProgrammersGuideExamples/security_config_examples.py b/ProgrammersGuideExamples/security_config_examples.py index 52b9c03..882c651 100644 --- a/ProgrammersGuideExamples/security_config_examples.py +++ b/ProgrammersGuideExamples/security_config_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Security config operations""" diff --git a/ProgrammersGuideExamples/service_config_examples.py b/ProgrammersGuideExamples/service_config_examples.py index e9fbff5..ca75dac 100644 --- a/ProgrammersGuideExamples/service_config_examples.py +++ b/ProgrammersGuideExamples/service_config_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Service config operations""" diff --git a/ProgrammersGuideExamples/service_user_examples.py b/ProgrammersGuideExamples/service_user_examples.py index 15e2110..ca5e0f2 100644 --- a/ProgrammersGuideExamples/service_user_examples.py +++ b/ProgrammersGuideExamples/service_user_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Service user module operations""" diff --git a/ProgrammersGuideExamples/smb_server_examples.py b/ProgrammersGuideExamples/smb_server_examples.py index 3b4f306..7366f2c 100644 --- a/ProgrammersGuideExamples/smb_server_examples.py +++ b/ProgrammersGuideExamples/smb_server_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """SMB Server Operations""" diff --git a/ProgrammersGuideExamples/smb_share_examples.py b/ProgrammersGuideExamples/smb_share_examples.py index b66325c..9fcfb60 100644 --- a/ProgrammersGuideExamples/smb_share_examples.py +++ b/ProgrammersGuideExamples/smb_share_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies # pylint: disable=duplicate-code diff --git a/ProgrammersGuideExamples/smtp_config_examples.py b/ProgrammersGuideExamples/smtp_config_examples.py index b0accbe..60b9d16 100644 --- a/ProgrammersGuideExamples/smtp_config_examples.py +++ b/ProgrammersGuideExamples/smtp_config_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """SMTP Config operations""" diff --git a/ProgrammersGuideExamples/snapshot_examples.py b/ProgrammersGuideExamples/snapshot_examples.py index 8d0864d..aa84ec0 100644 --- a/ProgrammersGuideExamples/snapshot_examples.py +++ b/ProgrammersGuideExamples/snapshot_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Snapshot Module Operations""" diff --git a/ProgrammersGuideExamples/snmp_server.py b/ProgrammersGuideExamples/snmp_server.py index 6a5cdac..dd8f254 100644 --- a/ProgrammersGuideExamples/snmp_server.py +++ b/ProgrammersGuideExamples/snmp_server.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """SNMP server Operations""" from PyPowerStore import powerstore_conn diff --git a/ProgrammersGuideExamples/storage_container_destination_examples.py b/ProgrammersGuideExamples/storage_container_destination_examples.py index 2bae052..be6e5e4 100644 --- a/ProgrammersGuideExamples/storage_container_destination_examples.py +++ b/ProgrammersGuideExamples/storage_container_destination_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Storage container destination operations""" diff --git a/ProgrammersGuideExamples/storage_container_examples.py b/ProgrammersGuideExamples/storage_container_examples.py index 8b1b873..6c7a7f3 100644 --- a/ProgrammersGuideExamples/storage_container_examples.py +++ b/ProgrammersGuideExamples/storage_container_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Storage container operations""" diff --git a/ProgrammersGuideExamples/vcenter_examples.py b/ProgrammersGuideExamples/vcenter_examples.py index 9469818..aa16455 100644 --- a/ProgrammersGuideExamples/vcenter_examples.py +++ b/ProgrammersGuideExamples/vcenter_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Vcenter Operations""" diff --git a/ProgrammersGuideExamples/volume_examples.py b/ProgrammersGuideExamples/volume_examples.py index d21cf99..0b73e2c 100644 --- a/ProgrammersGuideExamples/volume_examples.py +++ b/ProgrammersGuideExamples/volume_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies # pylint: disable=duplicate-code diff --git a/ProgrammersGuideExamples/volume_group_examples.py b/ProgrammersGuideExamples/volume_group_examples.py index 3850578..fa4309f 100644 --- a/ProgrammersGuideExamples/volume_group_examples.py +++ b/ProgrammersGuideExamples/volume_group_examples.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Volume Group Module Operations""" diff --git a/PyPowerStore/__init__.py b/PyPowerStore/__init__.py index 3d75992..60d0bf4 100644 --- a/PyPowerStore/__init__.py +++ b/PyPowerStore/__init__.py @@ -1,9 +1,9 @@ -# Copyright: (c) 2026, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """__init__.py.""" # pylint: disable=invalid-name __title__ = "PyPowerStore" -__version__ = "3.5.0.0" +__version__ = "3.5.1.0" __author__ = "Dell Technologies or its subsidiaries" -__copyright__ = "Copyright 2026 Dell Technologies" +__copyright__ = "Copyright 2024-2026 Dell Technologies" diff --git a/PyPowerStore/client.py b/PyPowerStore/client.py index 399d1af..100892a 100644 --- a/PyPowerStore/client.py +++ b/PyPowerStore/client.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Client module for PowerStore""" diff --git a/PyPowerStore/configuration.py b/PyPowerStore/configuration.py index 2dd9183..427d88e 100644 --- a/PyPowerStore/configuration.py +++ b/PyPowerStore/configuration.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of configuration related functions for PowerStore""" diff --git a/PyPowerStore/objects/__init__.py b/PyPowerStore/objects/__init__.py index dd12e6b..551af61 100644 --- a/PyPowerStore/objects/__init__.py +++ b/PyPowerStore/objects/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Dell Inc. or its subsidiaries. +# Copyright (c) 2024-2026 Dell Inc. or its subsidiaries. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/PyPowerStore/objects/file_dns.py b/PyPowerStore/objects/file_dns.py index f3dd284..ae33406 100644 --- a/PyPowerStore/objects/file_dns.py +++ b/PyPowerStore/objects/file_dns.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of file DNS related functions for PowerStore""" diff --git a/PyPowerStore/objects/file_interface.py b/PyPowerStore/objects/file_interface.py index 00187ed..f823c6f 100644 --- a/PyPowerStore/objects/file_interface.py +++ b/PyPowerStore/objects/file_interface.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of file interface related functions for PowerStore""" diff --git a/PyPowerStore/objects/file_nis.py b/PyPowerStore/objects/file_nis.py index 2c115a7..4b51d75 100644 --- a/PyPowerStore/objects/file_nis.py +++ b/PyPowerStore/objects/file_nis.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of file NIS related functions for PowerStore""" diff --git a/PyPowerStore/objects/nfs_server.py b/PyPowerStore/objects/nfs_server.py index 9caa741..413435e 100644 --- a/PyPowerStore/objects/nfs_server.py +++ b/PyPowerStore/objects/nfs_server.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of NFS server related functions for PowerStore""" diff --git a/PyPowerStore/objects/smb_server.py b/PyPowerStore/objects/smb_server.py index f1fa0b5..62bb9bf 100644 --- a/PyPowerStore/objects/smb_server.py +++ b/PyPowerStore/objects/smb_server.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of SMB server related functions for PowerStore""" diff --git a/PyPowerStore/objects/snmp_server.py b/PyPowerStore/objects/snmp_server.py index 2ad12be..c4db97a 100644 --- a/PyPowerStore/objects/snmp_server.py +++ b/PyPowerStore/objects/snmp_server.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of SNMP related functions for PowerStore""" diff --git a/PyPowerStore/powerstore_conn.py b/PyPowerStore/powerstore_conn.py index f91d4c4..5457771 100644 --- a/PyPowerStore/powerstore_conn.py +++ b/PyPowerStore/powerstore_conn.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Module for establishing connection with PowerStore""" diff --git a/PyPowerStore/protection.py b/PyPowerStore/protection.py index ee7b092..60e9da5 100644 --- a/PyPowerStore/protection.py +++ b/PyPowerStore/protection.py @@ -1,5 +1,5 @@ -# Copyright: (c) 2024, Dell Technologies -# Copyright: (c) 2024, Ivan Pchelintsev +# Copyright: (c) 2024-2026, Dell Technologies +# Copyright: (c) 2024-2026, Ivan Pchelintsev """Collection of protection related functions for PowerStore""" diff --git a/PyPowerStore/provisioning.py b/PyPowerStore/provisioning.py index b7de967..e705cb6 100644 --- a/PyPowerStore/provisioning.py +++ b/PyPowerStore/provisioning.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Collection of provisioning related functions for PowerStore""" diff --git a/PyPowerStore/utils/constants.py b/PyPowerStore/utils/constants.py index 92e7929..e390fe5 100644 --- a/PyPowerStore/utils/constants.py +++ b/PyPowerStore/utils/constants.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Module for PowerStore constants""" diff --git a/PyPowerStore/utils/exception.py b/PyPowerStore/utils/exception.py index bdb4309..42c31e8 100644 --- a/PyPowerStore/utils/exception.py +++ b/PyPowerStore/utils/exception.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """PowerStore exceptions""" diff --git a/PyPowerStore/utils/helpers.py b/PyPowerStore/utils/helpers.py index 8fd2a92..db77eb2 100644 --- a/PyPowerStore/utils/helpers.py +++ b/PyPowerStore/utils/helpers.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Helper module for PowerStore""" diff --git a/docs/conf.py b/docs/conf.py index aba9c30..5590736 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2026, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies # Configuration file for the Sphinx documentation builder. # @@ -26,11 +26,11 @@ # -- Project information ----------------------------------------------------- project = "PyPowerStore" -copyright = "2026, Dell" +copyright = "2024-2026, Dell" author = "Dell" # The full version, including alpha/beta/rc tags -release = "3.5.0.0" +release = "3.5.1.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 54c9101..b400b1f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2024, Dell Technologies +# Copyright: (c) 2024-2026, Dell Technologies """Setup file for PowerStore SDK""" @@ -7,7 +7,7 @@ setup( name="PyPowerStore", - version="3.5.0.0", + version="3.5.1.0", description="Python Library for Dell PowerStore", author="Ansible Team at Dell", author_email="ansible.team@dell.com",