From 0e3303a1bbb56837fa9510c8beee00a0306fb681 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:06:39 -0400 Subject: [PATCH] Update synapseclient to 4.2.0 (#47329) * Update synapseclient to 4.2.0 * edit dependencies --------- Co-authored-by: mencian --- recipes/synapseclient/meta.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/recipes/synapseclient/meta.yaml b/recipes/synapseclient/meta.yaml index 9ecb6a51c0cd7..91cd8644638db 100644 --- a/recipes/synapseclient/meta.yaml +++ b/recipes/synapseclient/meta.yaml @@ -1,5 +1,5 @@ {% set name = "synapseclient" %} -{% set version = "4.1.1" %} +{% set version = "4.2.0" %} package: name: {{ name|lower }} @@ -7,14 +7,14 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/synapseclient-{{ version }}.tar.gz - sha256: c5e0ac45faed1aa618cd66a0f50bf1a8149a2902a71d07487a0e470250955083 + sha256: 89222661125de1795b1a096cf8c58b8115c19d6b0fa5846ed2a41cdb394ef773 build: noarch: python entry_points: - synapse = synapseclient.__main__:main number: 0 - script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv + script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv run_exports: - {{ pin_subpackage('synapseclient', max_pin="x") }} @@ -26,18 +26,17 @@ requirements: - python >=3.8 - requests >=2.22 - urllib3 <2 - - six - - future - - backports.csv - deprecated >=1.2.4 - - keyring >=15.0.0 - opentelemetry-api - opentelemetry-sdk - - opentelemetry-exporter-otlp - run_constrained: - - pandas >=0.25.0 - - pysftp >=0.2.8 - - boto3 >=1.7.0 + - opentelemetry-exporter-otlp-proto-http + - nest-asyncio + - asyncio-atexit + - httpx + - tqdm + - loky + - async-lru + - psutil test: imports: @@ -55,3 +54,4 @@ about: scientists to share and analyze data together. license_file: LICENSE dev_url: https://github.com/Sage-Bionetworks/synapsePythonClient + doc_url: https://python-docs.synapse.org/