From 9185ca5d3bcc9fe00f388964cf9dc7cba3900000 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Fri, 16 Dec 2022 15:50:08 -0700 Subject: [PATCH 1/4] update scos-actions branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48ab102..462442b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "django>=3.2.15,<4.0", "environs>=9.0, <10.0", "numpy>=1.22.0", - "scos_actions @ git+https://github.com/NTIA/scos-actions@4.0.2", + "scos_actions @ git+https://github.com/NTIA/scos-actions@healthy", ] [project.optional-dependencies] From de3c9b7a69310b6079be40aa8a636597f9a6f343 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Mon, 19 Dec 2022 14:42:29 -0700 Subject: [PATCH 2/4] remove property attribute from healthy method --- scos_usrp/hardware/usrp_sigan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scos_usrp/hardware/usrp_sigan.py b/scos_usrp/hardware/usrp_sigan.py index a0c112e..f21b1b1 100644 --- a/scos_usrp/hardware/usrp_sigan.py +++ b/scos_usrp/hardware/usrp_sigan.py @@ -324,7 +324,6 @@ def acquire_time_domain_samples( } return measurement_result - @property def healthy(self): logger.debug("Performing USRP health check") From 0ed61e18ac53e8669a706f472bad7f3355f50b99 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Wed, 21 Dec 2022 13:03:56 -0700 Subject: [PATCH 3/4] change scos-actions version to 5.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 462442b..68b2890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "django>=3.2.15,<4.0", "environs>=9.0, <10.0", "numpy>=1.22.0", - "scos_actions @ git+https://github.com/NTIA/scos-actions@healthy", + "scos_actions @ git+https://github.com/NTIA/scos-actions@5.0.0", ] [project.optional-dependencies] From f4e43617bbe6a00b3e0e19591b1142554e75238d Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Wed, 21 Dec 2022 14:18:54 -0700 Subject: [PATCH 4/4] update version --- scos_usrp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scos_usrp/__init__.py b/scos_usrp/__init__.py index 159d48b..528787c 100644 --- a/scos_usrp/__init__.py +++ b/scos_usrp/__init__.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "3.0.0"