Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Develop (#16)
Browse files Browse the repository at this point in the history
- new version, really just for updated ssh2-python pin that fixes keyboard interactive auth bug!
  • Loading branch information
carlmontanari authored Oct 24, 2020
1 parent 402ba0f commit 0b885d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Commit

on: [push]
on: [push, pull_request, workflow_dispatch]

jobs:
darglint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
# weekly at 0700 PST/1400 UTC on Sunday
- cron: '0 14 * * 0'

workflow_dispatch:

# in the future make this just call the commit workflow, but right now looks a little hacky to do in actions
jobs:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
CHANGELOG
=======

# XXXX.XX.XX
# 2020.10.24
- Update ssh2-python pin -- keyboard interactive auth bug has been fixed!


# 2020.10.10
Expand Down
2 changes: 1 addition & 1 deletion docs/scrapli_ssh2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="title">Package <code>scrapli_ssh2</code></h1>
</summary>
<pre><code class="python">&#34;&#34;&#34;ssh2-python transport plugin for scrapli&#34;&#34;&#34;

__version__ = &#34;2020.10.10&#34;</code></pre>
__version__ = &#34;2020.10.24&#34;</code></pre>
</details>
</section>
<section>
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nox==2020.8.22
black==20.8b1
isort==5.6.3
isort==5.6.4
mypy==0.790
pytest==6.1.1
pytest-cov==2.10.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ssh2-python>=0.22.0,<1.0.0
ssh2-python>=0.23.0,<1.0.0
scrapli>=2020.10.10
2 changes: 1 addition & 1 deletion scrapli_ssh2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ssh2-python transport plugin for scrapli"""

__version__ = "2020.10.10"
__version__ = "2020.10.24"

0 comments on commit 0b885d9

Please sign in to comment.