conda-forge / cylc-flow-feedstock

A conda-smithy repository for cylc-flow.
BSD 3-Clause "New" or "Revised" License
3 stars 11 forks source link

ENH: update package version to 8.3.5 #90

Closed conda-forge-admin closed 1 month ago

conda-forge-admin commented 1 month ago

Hi! This is the friendly automated conda-forge-webservice.

I've started a version update as instructed in #89.

I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!

Fixes #89

conda-forge-admin commented 1 month ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition. I do have some suggestions for making it better though...

For recipe/meta.yaml:

oliver-sanders commented 1 month ago

No dep changes:

$ git diff 8.3.4 8.3.5 setup.cfg
diff --git a/setup.cfg b/setup.cfg
index d2a66c1b4..4e3b2f652 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -113,6 +113,7 @@ tests =
     flake8-builtins>=1.5.0
     flake8-comprehensions>=3.5.0
     flake8-debugger>=4.0.0
+    flake8-implicit-str-concat>=0.4
     flake8-mutable>=1.2.0
     flake8-simplify>=0.14.0
     flake8-type-checking; python_version > "3.7"