-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0144ab
commit d07b846
Showing
8 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
CHANGELOG | ||
========= | ||
|
||
# 2020.XX.XX | ||
# 2020.07.12 | ||
- Minor improvements to response recording (should be a tick faster) | ||
- Update decorators for async things to use the improved `async_operation_timeout` in scrapli 2020.07.12 | ||
- Set `strip_namespaces` to `False` for `AsyncNetconfScrape` for consistency/sanity | ||
- Update a few dev pins, update required pins to ensure no major lxml updates break things | ||
|
||
# 2020.07.04 | ||
- First real release??? :) | ||
|
||
# 2020.04.19 | ||
- Initial pypi release... very beta still | ||
- Initial pypi release... very beta still |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
scrapli>=2020.07.04 | ||
scrapli>=2020.07.12 | ||
scrapli_asyncssh>=2020.07.04 | ||
lxml>=4.5.1 | ||
lxml>=4.5.1,<5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="scrapli_netconf", | ||
version="2020.07.04", | ||
version="2020.07.12", | ||
author=__author__, | ||
author_email="[email protected]", | ||
description="Netconf driver built on scrapli", | ||
|