From 1dd4dc3cc323c17ce915b7e5154f14c75821e408 Mon Sep 17 00:00:00 2001 From: Manuel Garcia Date: Fri, 26 May 2023 20:20:39 +0200 Subject: [PATCH 1/2] update version and min version of ramuel --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8efff..eba9707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fairly" -version = "0.3.0" +version = "0.4.0" authors = [ { name="Serkan Girgin", email="s.girgin@utwente.nl" }, { name="Manuel Garcia Alvarez", email="m.g.garciaalvarez@tudelft.nl" }, @@ -17,7 +17,7 @@ dependencies = [ "python-dateutil", "requests", "requests_toolbelt", - "ruamel.yaml", + "ruamel.yaml>=0.17.26", "typer>=0.9.0", "rich" ] @@ -27,10 +27,7 @@ keywords = ["fairly", "open science", "research data", "data management"] dev = [ "pytest", "pytest-cov", - # "pytest-recording", "python-dotenv" - # FIXME: Patches used by vcrpy is not compatible with the latest urllib3 - # "vcrpy" ] [project.urls] From d17504479539484d18362325879d6bdb35160fab Mon Sep 17 00:00:00 2001 From: Manuel Garcia Date: Fri, 26 May 2023 20:21:59 +0200 Subject: [PATCH 2/2] mention minimum version of ruamel.yaml --- README.rst | 2 +- docs/installation.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b9cd97e..76e4d88 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ A package to create, publish and clone research datasets. Installation ------------ -*fairly* requires Python 3.8 or later, and it can be installed directly +*fairly* requires Python 3.8 or later, and `ruamel.yaml` version *0.17.26* or later. It can be installed directly using pip. .. code:: shell diff --git a/docs/installation.rst b/docs/installation.rst index a7205ba..da74557 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,6 +15,7 @@ The *Fairly Toolset* provides functionality for the core tasks of preparing, upl * Python 3.8 or higher * pip 20.0 or higher +* ruamel.yaml 0.17.26 or higher Installing the Toolset ------------------------