Skip to content

Commit 29265cf

Browse files
Update uwtools (#557)
* Add v2.8.2 and deprecate per uwtools group policy * Add dependency py-python-dateutil for >=v2.8 * Style fix: remove spaces around equal sign
1 parent b6d8fba commit 29265cf

File tree

1 file changed

+7
-1
lines changed
  • var/spack/repos/builtin/packages/uwtools

1 file changed

+7
-1
lines changed

var/spack/repos/builtin/packages/uwtools/package.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ class Uwtools(PythonPackage):
2121

2222
license("GPL-2.0-or-later", checked_by="WeirAE")
2323

24+
version("2.8.2", sha256="634f7fbc33cd9439f43df00c1d904266b9c51b3f386c2141c26c1229d4d95a34")
2425
version("2.7.2", sha256="56816d543664792258bfa7dfb7e4cc66f794959dc92dc3710021f40a2b8571a4")
2526
version("2.6.2", sha256="d0922ddd2b3bdbeb925c2e4694f929f3e966145d2929e74ab9f9c9ecd27b674a")
26-
version("2.5.1", sha256="f389f63195492196c8009d5843a3861ad350b5fd1cea1fdb8a6bfdc7cbfd660f")
27+
version(
28+
"2.5.1",
29+
sha256="f389f63195492196c8009d5843a3861ad350b5fd1cea1fdb8a6bfdc7cbfd660f",
30+
deprecated=True,
31+
)
2732

2833
depends_on("py-pip", type="build")
2934
# Maximum Python version limited here for compatibility with the JCSDA unified environment
@@ -41,5 +46,6 @@ class Uwtools(PythonPackage):
4146
depends_on("[email protected]", when="@:2.6")
4247
depends_on("[email protected]")
4348
depends_on("[email protected]", when="@2.6:")
49+
depends_on("[email protected]:", when="@2.8:")
4450

4551
build_directory = "src"

0 commit comments

Comments
 (0)