Skip to content

Commit

Permalink
Merge pull request #9 from AnacondaRecipes/update_to_3.0.9
Browse files Browse the repository at this point in the history
Update `pyparsing` to version `3.0.9`
  • Loading branch information
varlackc committed Aug 25, 2022
2 parents 1995c70 + 9645119 commit db8ce6d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipe/meta.yaml
@@ -1,17 +1,16 @@
{% set version = "3.0.4" %}
{% set version = "3.0.9" %}

package:
name: pyparsing
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pyparsing/pyparsing-{{ version }}.tar.gz
sha256: e0df773d7fa2240322daae7805626dfc5f2d5effb34e1a7be2702c99cfb9f6b1
sha256: 2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb

build:
number: 0
skip: True # [py<36]
noarch: python
skip: True # [py<37]
script: {{ PYTHON }} -m pip install . -vv

requirements:
Expand All @@ -20,15 +19,15 @@ requirements:
- pip
- setuptools
- wheel
- flit-core >=3.2,<4
run:
- python >=3.6
- python

test:
imports:
- pyparsing
requires:
- pip
- python <3.10
commands:
- pip check

Expand Down

0 comments on commit db8ce6d

Please sign in to comment.