Skip to content

Commit

Permalink
grayskull rerender & set python upper bound 3.12
Browse files Browse the repository at this point in the history
Rerendered with grayskull and hand-edited Python dependency and
minimized whitespace diffs.

Fixes conda-forge#5.
  • Loading branch information
AaronOpfer committed Sep 18, 2024
1 parent def52a9 commit 6f44030
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dohq-artifactory-{{ version }}.tar.gz
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/dohq-artifactory-{{ version }}.tar.gz
sha256: 4c4e31153a771341cd6d21d766e095701aeddcb2da431b502f357258070b443f

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- python >=3.7.0,<3.12.0a0
- pip
- python >=3.7
run:
- pyjwt ~=2.0
- python >=3.7
- python-dateutil
- python >=3.7.0,<3.12.0a0
- requests
- python-dateutil
- pyjwt >=2.0,<3.dev0

test:
imports:
Expand Down

0 comments on commit 6f44030

Please sign in to comment.