From c71cd65ce1f80803f8a8d17b0a22550114dd9afb Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Mon, 29 Jul 2019 15:01:13 +0200 Subject: [PATCH] Upgraded the pynspect library to version 0.17. (Redmine issue: #3387,#5065) --- conf/requirements.pip | 2 +- lib/mentat/__init__.py | 2 +- submodules/pynspect | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/requirements.pip b/conf/requirements.pip index fce677b29..7c034d9cc 100644 --- a/conf/requirements.pip +++ b/conf/requirements.pip @@ -27,7 +27,7 @@ rrdtool==0.1.15 pyyaml==5.1.1 pydgets==0.9 pyzenkit==0.54 -pynspect==0.16 +pynspect==0.17 ipranges==0.1.10 typedcols==0.1.13 idea-format==0.1.11 diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index 133dd1e33..0452ecb4b 100644 --- a/lib/mentat/__init__.py +++ b/lib/mentat/__init__.py @@ -20,4 +20,4 @@ open-source project. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -__version__ = "2.4.18" +__version__ = "2.4.19" diff --git a/submodules/pynspect b/submodules/pynspect index 0582dcc1f..b827fb4d0 160000 --- a/submodules/pynspect +++ b/submodules/pynspect @@ -1 +1 @@ -Subproject commit 0582dcc1f7aafe50e25a21c792ea1b3367ea5881 +Subproject commit b827fb4d07e40446afb2e93b3c00d03eb50a8b17 -- GitLab