Skip to content

Commit

Permalink
Update synapseclient to 4.2.0 (bioconda#47329)
Browse files Browse the repository at this point in the history
* Update synapseclient to 4.2.0

* edit dependencies

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Apr 19, 2024
1 parent 78c7b1d commit 0e3303a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipes/synapseclient/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "synapseclient" %}
{% set version = "4.1.1" %}
{% set version = "4.2.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

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") }}

Expand All @@ -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:
Expand All @@ -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/

0 comments on commit 0e3303a

Please sign in to comment.