Skip to content

Commit

Permalink
Version 0.15.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddutt committed Oct 5, 2021
1 parent a8a5e65 commit b5e40cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 67 deletions.
9 changes: 3 additions & 6 deletions build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ asyncssh==2.7.0; python_version >= "3.6"
attrs==20.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
backcall==0.2.0; python_version >= "3.6"
base58==2.1.0; python_version >= "3.6"
bcrypt==3.2.0; python_version >= "3.6"
bidict==0.21.2; python_version >= "3.6"
bleach==3.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
blinker==1.4; python_version >= "3.6"
Expand All @@ -22,15 +21,14 @@ chardet==3.0.4; python_version >= "3.6" and python_full_version < "3.0.0" or pyt
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
colorama==0.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
configargparse==0.15.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
cryptography==3.4.7; python_full_version >= "2.7.6" and python_full_version < "3.0.0" and python_version >= "3.6" or python_full_version >= "3.4.0" and python_version >= "3.6"
cryptography==3.4.7; python_version >= "3.6"
cycler==0.10.0; python_version >= "3.7"
dateparser==1.0.0; python_version >= "3.5"
decorator==4.4.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.6"
defusedxml==0.7.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
entrypoints==0.3; python_version >= "3.6"
faker==4.18.0; python_version >= "3.5"
fastapi==0.65.2; python_version >= "3.6"
fido2==0.9.1; (python_full_version >= "2.7.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
gitdb==4.0.7; python_version >= "3.6"
gitpython==3.1.14; python_version >= "3.6"
Expand Down Expand Up @@ -99,7 +97,7 @@ pyzmq==22.0.3; python_version >= "3.6"
regex==2021.4.4; python_version >= "3.5"
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
send2trash==1.5.0; python_version >= "3.6"
six==1.15.0; python_full_version >= "3.7.1" and python_version >= "3.6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
six==1.15.0; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
smmap==4.0.0; python_version >= "3.6"
starlette==0.14.2; python_version >= "3.6"
streamlit==0.87.0; python_version >= "3.6"
Expand All @@ -115,8 +113,7 @@ tornado==6.1; python_version >= "3.6"
traitlets==5.0.5; python_full_version >= "3.6.1" and python_version >= "3.7"
typing-extensions==3.7.4.3; python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.6.1"
typing-inspect==0.6.0; python_version >= "3.6"
tzlocal==2.1; python_version >= "3.6"
uhid-freebsd==1.2.1; python_full_version >= "2.7.6" and python_full_version < "3.0.0" and platform_system == "FreeBSD" or python_full_version >= "3.4.0" and platform_system == "FreeBSD"
tzlocal==2.1
urllib3==1.26.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6"
uvicorn==0.14.0
uvloop==0.15.2; python_version >= "3.7"
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.15.1 (Oct 4, 2021)

This is a hotfix release for those who tried to install Suzieq via PyPi. There were multiple failures in the PyPi package that had been uploaded including some missing specifications for certain dependencies. (Issue #430).

## 0.15.0 (Oct 3, 2022)

This is a major release with tons of new features and important bug fixes.
Expand Down
57 changes: 1 addition & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "suzieq"
version = "0.15.0"
version = "0.15.1"
description = "A framework and application for network observability"
readme = 'README.md'
repository = 'https://github.com/netenglabs/suzieq'
documentation = 'https://suzieq.readthedocs.io'
authors = ['suzieq dev team']
maintainers = ['suzieq dev team']
keywords = ['network', 'Cisco', 'Arista', 'Junos', 'observability', 'Cumulus']
keywords = ['network', 'Cisco', 'Arista', 'Junos', 'observability', 'Cumulus', 'monitoring', 'SoNIC', 'IOS']
license = 'Apache-2.0'
homepage = 'https://www.stardustsystems.net/suzieq/'
classifiers = [
Expand Down Expand Up @@ -39,10 +39,9 @@ tabulate = "^0.8.7"
streamlit = "^0.87.0"
graphviz = "^0.15"
dateparser = "^1.0.0"
fido2 = "^0.9.1"
bcrypt = "^3.2.0"
natsort = "^7.1.1"
colorama = "^0.4.4"
tzlocal = "< 3.0"

[tool.poetry.dev-dependencies]
pylint = "*"
Expand Down
2 changes: 1 addition & 1 deletion suzieq/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python


SUZIEQ_VERSION = "0.15.0"
SUZIEQ_VERSION = "0.15.1"

if __name__ == '__main__':
print(SUZIEQ_VERSION)

0 comments on commit b5e40cc

Please sign in to comment.