Skip to content

Commit

Permalink
Merge pull request conda-forge#57 from regro-cf-autotick-bot/2.28.1_h…
Browse files Browse the repository at this point in the history
…73285c

requests v2.28.1
  • Loading branch information
ocefpaf committed Jun 29, 2022
2 parents 5e146c2 + 8de6ca8 commit e23ba39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "requests" %}
{% set version = "2.28.0" %}
{% set version = "2.28.1" %}


package:
Expand All @@ -8,26 +8,26 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/requests-{{ version }}.tar.gz
sha256: d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b
sha256: 7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983

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

requirements:
host:
- python >=3.6
- python >=3.6,<4.0
- pip
run:
- python >=3.6
- python >=3.6,<4.0
- certifi >=2017.4.17
- charset-normalizer >=2.0.0,<2.1
- charset-normalizer >=2,<3
- idna >=2.5,<4
- urllib3 >=1.21.1,<1.27
# https://github.com/psf/requests/blob/da9996fe4dc63356e9467d0a5e10df3d89a8528e/requests/__init__.py#L103-L115
run_constrained:
- chardet >=3.0.2,<5
- chardet >=3.0.2,<6

test:
requires:
Expand Down

0 comments on commit e23ba39

Please sign in to comment.