ec0ce00227
Accepting request 1218707 from devel:languages:python
Ana Guerrero2024-10-28 14:20:57 +00:00
97fba53c7b
- Update to 2.7.2: * Enhancements done + Introduced bind_addr parameter in Device() API #1279 + Introduced vmhost paramater in dev.facts #1333 + Introduced hostkey_verify paramater in Device() API #1321 * Bugs Fixed + Fixed the missing key to EthernetSwitchingTable #1228 + Fixed error handling on HelloHandler #1339 + Fixed the version check #1338 + Removed Google and Stackflow link from the ReadME #1337 + Fixed SystemStorageTable tables and views to handles multiple routing-engine file system storage information.#1244 + Fixed Console' object has no attribute '_use_filter' error when executed Table/View script #1335 + Fixed cli function to get full RPC response #1315 + Fixed sw.install to set no_validate option when validate=False for NSSU and ISSU upgrade #1323 + Fixed UT framework mock to use built-in unittest.mock #1311 + Fixed specific VC member reboot handling #1308#1310 + Supported latest paramiko version which supports aes128-gcm and aes256-gcm cipher - Dropped patches: * python-311.patch * python-junos-eznc-no-mock.patch - Refreshed all other patches. - Switch to pyproject macros. - Use nose2 to run the testsuite, like upstream.
Steve Kowalik2024-10-28 05:41:43 +00:00
00957e4bea
Accepting request 1169283 from devel:languages:python
Ana Guerrero2024-04-21 18:26:15 +00:00
c22febb860
Accepting request 1168537 from home:mcalabkova:branches:devel:languages:python
Matej Cepl2024-04-19 22:15:19 +00:00
8f5ecf5d85
Accepting request 1146140 from devel:languages:python
Ana Guerrero2024-02-12 17:53:25 +00:00
a666ed656d
- Update to 2.7.0: - Support added for Python 3.10 and above version. - 2.6.8: - Introduced optional argument routing instance for fs.cp() API - Introduced optional argument member_id for installation of pkg on specific member id of EX-VC - Changed the VlanTable field name to vlan-name and BfdSessionTable field name to client-name #423 - Fixed the port details in StartShell to use the port from Device object instead of default Port 22 #573 - Fixed the sw.install to use Windows file path for package copy #1206 - Fixed the sw.install to install the vc_master after the other vc_members gets installed for EX-3400 where unlink is set by default #1247 - Removed Unused Dependency: Netaddr #1257 - Fixed "object": version_info(re_version) emits ValueError: invalid literal for int() with base 10: '17-EVO' for EVO version X50.17-EVO#1264 - Drop python-junos-eznc-remove-nose.patch
Daniel Garcia2024-02-12 11:03:19 +00:00
6a54ddccb7
- Add python-311.patch to support python 3.11, gh#Juniper/py-junos-eznc#1236 - Remove python-junos-eznc-fix-unittests.patch, not needed anymore - Update to 2.6.7: * Supported option to set look_for_keys with bool True/False #1234 * Fixed build failure against setuptools #1231 - 2.6.6 * Fixed reboot failing on other RE #1199 * Fixed passing 'sleep' arg to StartShell run() #1202 * Fixed PyEZ get-facts support for ACX model #1209 * Fixed EthPortTable regex pattern #1215 * Fixed StartShell UnboundLocalError #1203#1211 - 2.6.5 * Supported multi-gig ports for EthPortTable.yml #1177 * Fixed on-box support for start shell types #1190#1186 * Fixed conn_open_timeout value was getting set None , changed it to default 30 seconds #1184 - 2.6.4 * Supported start_shell options to choose the shell types (sh or csh) #995 * Supported for python 3.9 * Fixed Device facts current_re returns the SRX cluster node0 and node1 details with cluster ID 16 #1135 * Fixed upgrade ncclient version 0.6.13, updated requirements.txt to install ncclient==0.6.13 #1153 * Fixed deprecation warning due to invalid escape sequences #1034 * Fixed Unit tests test_sw_put_ftp failure #1165Daniel Garcia2023-03-02 07:18:00 +00:00