Skip to content

Commit 71b2b36

Browse files
update / deprecate versions, add py-python-dateutils dependency (#1)
- Add [email protected]; v2.8 and newer require dependency [email protected]: -- see here. - Deprecate [email protected] per communication with uwtools team. Deprecation policy: "latest three minor releases"
1 parent e5ff008 commit 71b2b36

File tree

1 file changed

+7
-3
lines changed
  • repos/spack_repo/builtin/packages/uwtools

1 file changed

+7
-3
lines changed

repos/spack_repo/builtin/packages/uwtools/package.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ class Uwtools(PythonPackage):
2323

2424
license("GPL-2.0-or-later", checked_by="WeirAE")
2525

26-
version("2.8.1", sha256="ddd306a4605f0f03e3c7b4f5d6728f9f430791effe90c2428c3e50a7aea1c165")
26+
# Latest three minor releases per depreciation policy
27+
version("2.8.2", sha256="634f7fbc33cd9439f43df00c1d904266b9c51b3f386c2141c26c1229d4d95a34")
2728
version("2.7.2", sha256="56816d543664792258bfa7dfb7e4cc66f794959dc92dc3710021f40a2b8571a4")
2829
version("2.6.2", sha256="d0922ddd2b3bdbeb925c2e4694f929f3e966145d2929e74ab9f9c9ecd27b674a")
29-
version("2.5.1", sha256="f389f63195492196c8009d5843a3861ad350b5fd1cea1fdb8a6bfdc7cbfd660f")
30+
version(
31+
"2.5.1",
32+
sha256="f389f63195492196c8009d5843a3861ad350b5fd1cea1fdb8a6bfdc7cbfd660f",
33+
deprecated = True)
3034

3135
depends_on("py-pip", type="build")
3236
# Maximum Python version limited here for compatibility with the JCSDA unified environment
@@ -42,7 +46,7 @@ class Uwtools(PythonPackage):
4246
depends_on("[email protected]", when="@2.7")
4347
depends_on("[email protected]:5.4", when="@2.8")
4448
depends_on("[email protected]", when="@:2.6")
45-
depends_on("[email protected]", when="@2.8:")
49+
depends_on("[email protected]:", when="@2.8:")
4650
depends_on("[email protected]")
4751
depends_on("[email protected]", when="@2.6:")
4852

0 commit comments

Comments
 (0)