From a4b37c2357fe7d43523d7baabbe7d26f1c150a1d Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:50:40 +0100 Subject: [PATCH 1/4] pin to next dev release --- cylc/uiserver/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py index 4c56b98c..926d1d41 100644 --- a/cylc/uiserver/__init__.py +++ b/cylc/uiserver/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.3.1.dev" +__version__ = "1.4.0.dev" import os from typing import Dict diff --git a/setup.cfg b/setup.cfg index 6b3315b1..7a80150f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = # bleeding-edge version. # NB: no graphene version specified; we only make light use of it in our # own code, so graphene-tornado's transitive version should do. - cylc-flow==8.2.* + cylc-flow==8.3.* ansimarkup>=1.0.0 graphene graphene-tornado==2.6.* From 5f2d3f4ad2b7e93fe5b4292a86c1d1e50b660c24 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 26 Jul 2023 08:58:13 +0100 Subject: [PATCH 2/4] Made license_files plural --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7a80150f..b3495570 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ description = Cylc UI Server long_description_content_type=text/markdown long_description = file: README.md license = GPL -license_file = COPYING +license_files = COPYING platforms = any classifiers = Environment :: Console From 5136e1aca19db0490a470782e07394ae07b5ddc9 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:24:50 +0100 Subject: [PATCH 3/4] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b3495570..eee4d1f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ description = Cylc UI Server long_description_content_type=text/markdown long_description = file: README.md license = GPL -license_files = COPYING +license_files = COPYING, platforms = any classifiers = Environment :: Console From aa209547133d76c95e6690067665cc6797d93fc5 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:51:48 +0100 Subject: [PATCH 4/4] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 146c7743..1cddeba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ jobs: - name: Build uses: cylc/release-actions/build-python-package@v1 + with: + check-dependencies: false - name: Inspect run: |