From 6db9d79072559df636c1d0cfd409440dc87502f2 Mon Sep 17 00:00:00 2001 From: Eric Lundby Date: Mon, 11 Nov 2024 13:47:45 -0700 Subject: [PATCH 1/3] v3.2.0 --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6506d7e..9c918d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.1.2" %} +{% set version = "3.2.0" %} package: name: pyparsing @@ -6,11 +6,11 @@ package: source: url: https://pypi.io/packages/source/p/pyparsing/pyparsing-{{ version }}.tar.gz - sha256: a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad + sha256: cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c build: number: 0 - skip: True # [py<37] + skip: True # [py<39] script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv requirements: @@ -30,6 +30,7 @@ test: requires: - pip - pytest + - matplotlib commands: - pip check - pytest -vv . --ignore=tests/test_diagram.py -k "not (TestExamples or Test02_WithoutPackrat or Test04_WithPackrat or Test06_WithBoundedPackrat or Test08_WithUnboundedPackrat or Test09_WithLeftRecursionParsing or Test10_WithLeftRecursionParsingBoundedMemo)" From f4fa4e2f6f7ccbae5062390a4da6befa123ba992 Mon Sep 17 00:00:00 2001 From: Eric Lundby Date: Mon, 11 Nov 2024 17:29:10 -0700 Subject: [PATCH 2/3] Update recipe/meta.yaml Co-authored-by: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9c918d1..36b47b8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,7 +30,7 @@ test: requires: - pip - pytest - - matplotlib + - matplotlib-base commands: - pip check - pytest -vv . --ignore=tests/test_diagram.py -k "not (TestExamples or Test02_WithoutPackrat or Test04_WithPackrat or Test06_WithBoundedPackrat or Test08_WithUnboundedPackrat or Test09_WithLeftRecursionParsing or Test10_WithLeftRecursionParsingBoundedMemo)" From f65e3435a9d21a7de87ee56a2a03aa49b0952a5e Mon Sep 17 00:00:00 2001 From: Eric Lundby Date: Tue, 12 Nov 2024 09:09:12 -0700 Subject: [PATCH 3/3] Add comment about skipped tests. Co-authored-by: Lorenzo Pirritano <6698585+lorepirri@users.noreply.github.com> --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36b47b8..443cd98 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,6 +33,7 @@ test: - matplotlib-base commands: - pip check + # skip tests that require 'railroad', unavailable - pytest -vv . --ignore=tests/test_diagram.py -k "not (TestExamples or Test02_WithoutPackrat or Test04_WithPackrat or Test06_WithBoundedPackrat or Test08_WithUnboundedPackrat or Test09_WithLeftRecursionParsing or Test10_WithLeftRecursionParsingBoundedMemo)" about: