diff --git a/recipes/snakemake-storage-plugin-fs/meta.yaml b/recipes/snakemake-storage-plugin-fs/meta.yaml index 996d529132ccb..1ee27eb1bf8c4 100644 --- a/recipes/snakemake-storage-plugin-fs/meta.yaml +++ b/recipes/snakemake-storage-plugin-fs/meta.yaml @@ -1,5 +1,5 @@ {% set name = "snakemake-storage-plugin-fs" %} -{% set version = "0.2.0" %} +{% set version = "1.0.0" %} package: name: {{ name|lower }} @@ -7,14 +7,14 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/snakemake_storage_plugin_fs-{{ version }}.tar.gz - sha256: cad1859036cbf429ea6fdb97f242567ec54a36d0b6ff900ce0d3ecfb6a824ae7 + sha256: de4ed37232173b604fadbf93cd84b05a8c28fa3e1d3167426bef181c7256e22c build: noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation number: 0 run_exports: - - {{ pin_subpackage(name, max_pin="x.x") }} + - {{ pin_subpackage(name, max_pin="x") }} requirements: host: @@ -23,9 +23,10 @@ requirements: - pip run: - python >=3.11.0,<4.0.0 - - snakemake-interface-common >=1.14.2,<2.0.0 - - snakemake-interface-storage-plugins >=3.0.0,<4.0.0 + - snakemake-interface-common >=1.17.0,<2.0.0 + - snakemake-interface-storage-plugins >=3.1.0,<4.0.0 - sysrsync >=1.1.1,<2.0.0 + - reretry >=0.11.8,<0.12.0 test: # We do not test the import as the plugin needs snakemake for importing, but adding @@ -39,6 +40,7 @@ about: home: https://github.com/snakemake/snakemake-storage-plugin-fs summary: 'A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync' license: MIT + license_family: MIT license_file: LICENSE extra: