From 7d1e505f8ee3b349846405fb454f044fb9f60c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:08:35 +0000 Subject: [PATCH 01/10] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 591b05b9..2e3dec74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,7 +142,7 @@ jobs: uses: actions/checkout@v4 - name: Download coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Codecov upload uses: codecov/codecov-action@v3 From 284739756aecd91c834446a33f9366c34411f2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:08:40 +0000 Subject: [PATCH 02/10] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 591b05b9..10a85e36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: coverage report - name: Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage_py-${{ matrix.python-version }} path: coverage.xml From 3573f5a7075a6ceb7295969cab8bca30709a4881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:24:02 +0000 Subject: [PATCH 03/10] Update copyright year Workflow: Update copyright year, run: 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0a1802..d1d92143 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ pip install -e cylc-rose[all] [![License](https://img.shields.io/github/license/cylc/cylc-flow.svg?color=lightgrey)](https://github.com/cylc/cylc-flow/blob/master/COPYING) -Copyright (C) 2008-2023 NIWA & +Copyright (C) 2008-2024 NIWA & British Crown (Met Office) & Contributors. Cylc-rose is free software: you can redistribute it and/or modify it under the terms From 69d4a815a3ee88a2200e1189f5e5d9f48904bd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:14:00 +0000 Subject: [PATCH 04/10] Bump actions/setup-python from 4 to 5 (#280) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 591b05b9..289cd4c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4 - name: Configure Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' From 23b8121cf2ec5558c292012283936c1967fa2a50 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:44:20 +0000 Subject: [PATCH 05/10] Small doc update RE: `CYLC_VERSION` --- cylc/rose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index 73c675e5..54446c0d 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -104,8 +104,8 @@ suites. This is no longer possible, and if set in your ``ROSE_VERSION`` in your suite configuration it will be ignored. +.. note:: -``CYLC_VERSION`` .. deprecated:: 8.0.0 ``CYLC_VERSION`` will be removed from your configuration by the From e465558bcaf10e4d5952f70e05f233cae6dca10a Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 17 Jan 2024 15:06:09 +0000 Subject: [PATCH 06/10] setup: permit Rose 2.2 * Rose 2.2 has only one major change vs 2.1. * We do not need a new minor cylc-rose release for this. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 050260bc..6c954c36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ packages = find_namespace: python_requires = >=3.7 include_package_data = True install_requires = - metomi-rose==2.1.* + metomi-rose>=2.1.0, <2.3.0 cylc-flow==8.2.* metomi-isodatetime ansimarkup From 22f8ddb64927ad336194adc20d0bd2af5fd0d810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:21:10 +0000 Subject: [PATCH 07/10] Prepare release 1.3.2 Workflow: Release stage 1 - create release PR, run: 35 --- CHANGES.md | 2 +- cylc/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27af8c00..0984cb87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -## __cylc-rose-1.3.1 (Released 2023-10-24)__ +## __cylc-rose-1.3.1 (Released 2024-01-18)__ ### Fixes diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index 54446c0d..2dcfb54c 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -205,4 +205,4 @@ """ -__version__ = '1.3.2.dev' +__version__ = '1.3.2' From a338842629ae62ad694bd921da84095347a8c815 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:29:59 +0000 Subject: [PATCH 08/10] update changes.md --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0984cb87..f902f57b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Selected Cylc-Rose Changes +s# Selected Cylc-Rose Changes -## __cylc-rose-1.3.1 (Released 2024-01-18)__ +## __cylc-rose-1.3.2 (Released 2024-01-18)__ + +[#284](https://github.com/cylc/cylc-rose/pull/284) - Allow use of Metomi-Rose 2.2.*. + + +## __cylc-rose-1.3.1 (Released 2023-10-24)__ ### Fixes From 9ec104c9beb1db374ad1c2088f5f07869d0348bc Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:06:36 +0000 Subject: [PATCH 09/10] Update CHANGES.md Co-authored-by: Oliver Sanders --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f902f57b..77987787 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -s# Selected Cylc-Rose Changes +# Selected Cylc-Rose Changes