Skip to content

Commit

Permalink
Update itolapi to 4.1.2 (#37825)
Browse files Browse the repository at this point in the history
* Update itolapi to 4.1.1

* Update itolapi to 4.1.2

* Update meta.yaml

* Update meta.yaml

---------

Co-authored-by: Devon Ryan <dpryan79@users.noreply.github.com>
  • Loading branch information
BiocondaBot and dpryan79 authored Sep 5, 2023
1 parent cf4e24e commit 0599585
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions recipes/itolapi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
{% set name = "itolapi" %}
{% set version = "4.1.0" %}
{% set version = "4.1.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e52c6ce86ccf8ab6702b8b110543a0d9f8d4eec1f13d5c278e2d1c25e3f7c7f2
sha256: 37a866a117a80d3d72a6eb6b2cba30444751c644cc6bc4242f050750375a8397

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv"
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
- python>=3.6
- python >=3.6
run:
- python>=3.6
- python >=3.6
- requests >=2.0,<3.0

test:
imports:
- itolapi
- itolapi.tests
requires:
- codecov >=2.0.9,<3.0.0
- coverage >=4.5.0,<5.0.0
- mock >=3.0.0,<4.0.0

about:
home: https://github.com/albertyw/itolapi
Expand Down

0 comments on commit 0599585

Please sign in to comment.