forked from pool/python-nornir
		
	Accepting request 774570 from home:mnhauke:network:automation
- Update o version 2.4.0 * Netconf connection plugin does not respect ssh config * Added napalm_ping.py plugin * Replace multiprocessing.dummy with concurrent.futures * Ansible Inventory - NornirNoValidInventoryError Exception * Minor Typing updates to appease mypy * Update to support Netmiko 3.x.x * Add netconf plugins * Fix KeyError when setting a “False” val in defaults * Add Netbox inventory plugin to documentation * Add netconf_capabilities plugin * Fix netbox unnamed devices OBS-URL: https://build.opensuse.org/request/show/774570 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nornir?expand=0&rev=3
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							90e63dd87f
						
					
				
				
					commit
					ab1a5db414
				
			| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:668a05f5e15d241099a25a6366fa88a81036517046526e4861067cf61132a755 | ||||
| size 12672551 | ||||
							
								
								
									
										3
									
								
								nornir-2.4.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								nornir-2.4.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:abbf212bbf21091fd1599d507aefbda5365339758a2ce6b674491210ef73eb6d | ||||
| size 13320202 | ||||
| @@ -1,3 +1,19 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sat Feb 15 15:10:35 UTC 2020 - Martin Hauke <mardnh@gmx.de> | ||||
|  | ||||
| - Update o version 2.4.0 | ||||
|   * Netconf connection plugin does not respect ssh config | ||||
|   * Added napalm_ping.py plugin | ||||
|   * Replace multiprocessing.dummy with concurrent.futures | ||||
|   * Ansible Inventory - NornirNoValidInventoryError Exception | ||||
|   * Minor Typing updates to appease mypy | ||||
|   * Update to support Netmiko 3.x.x | ||||
|   * Add netconf plugins | ||||
|   * Fix KeyError when setting a “False” val in defaults | ||||
|   * Add Netbox inventory plugin to documentation | ||||
|   * Add netconf_capabilities plugin | ||||
|   * Fix netbox unnamed devices | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Oct 14 09:03:24 UTC 2019 - Martin Hauke <mardnh@gmx.de> | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package python-nornir | ||||
| # | ||||
| # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. | ||||
| # Copyright (c) 2020 SUSE LLC | ||||
| # Copyright (c) 2019, Martin Hauke <mardnh@gmx.de> | ||||
| # | ||||
| # All modifications and additions to the file contributed by third parties | ||||
| @@ -20,7 +20,7 @@ | ||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||
| %define skip_python2 1 | ||||
| Name:           python-nornir | ||||
| Version:        2.3.0 | ||||
| Version:        2.4.0 | ||||
| Release:        0 | ||||
| Summary:        Network automation framework written in Python | ||||
| License:        Apache-2.0 | ||||
| @@ -53,6 +53,7 @@ BuildRequires:  %{python_module pydantic >= 0.18.2} | ||||
| BuildRequires:  %{python_module pytest} | ||||
| BuildRequires:  %{python_module requests-mock} | ||||
| BuildRequires:  %{python_module ruamel.yaml >= 0.15.85} | ||||
| BuildRequires:  %{python_module typing_extensions >= 3.7} | ||||
| # /SECTION | ||||
| BuildArch:      noarch | ||||
| %python_subpackages | ||||
|   | ||||
		Reference in New Issue
	
	Block a user