Marcel Telka
2024-03-06 c78df6ab4893af1688420dd2504a898e5658e0e0
python/pyparsing: update to 3.1.2

1 files deleted
5 files modified
62 ■■■■■ changed files
components/python/pyparsing/Makefile 11 ●●●● patch | view | raw | blame | history
components/python/pyparsing/history 2 ●●● patch | view | raw | blame | history
components/python/pyparsing/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/pyparsing/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/pyparsing/python-integrate-project.conf 20 ●●●●● patch | view | raw | blame | history
components/python/pyparsing/test/results-all.master 21 ●●●● patch | view | raw | blame | history
components/python/pyparsing/Makefile
@@ -19,22 +19,15 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pyparsing
HUMAN_VERSION =            3.1.1
HUMAN_VERSION =            3.1.2
COMPONENT_SUMMARY =        pyparsing - pyparsing module - Classes and methods to define and execute parsing grammars
COMPONENT_PROJECT_URL =        https://github.com/pyparsing/pyparsing/
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/37/fe/65c989f70bd630b589adfbbcd6ed238af22319e90f059946c26b4835e44b/pyparsing-3.1.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db
    sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
include $(WS_MAKE_RULES)/common.mk
# Disable some plugins to get tests passed
PYTEST_ADDOPTS += -p no:black
PYTEST_ADDOPTS += -p no:mypy
PYTEST_ADDOPTS += -p no:randomly
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/flit-core
components/python/pyparsing/history
@@ -1,2 +1,2 @@
library/python/pyparsing-35@2.4.7,5.11-2022.0.0.2 noincorporate
library/python/pyparsing-35@2.4.7,5.11-2022.0.0.3
library/python/pyparsing-37@3.1.0,5.11-2023.0.0.1 noincorporate
components/python/pyparsing/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/pyparsing/pkg5
@@ -4,8 +4,8 @@
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/pyparsing-39",
        "library/python/pyparsing"
        "library/python/pyparsing",
        "library/python/pyparsing-39"
    ],
    "name": "pyparsing"
}
}
components/python/pyparsing/python-integrate-project.conf
File was deleted
components/python/pyparsing/test/results-all.master
@@ -1,13 +1,10 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest tests
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 1666 items
collecting ... collected 1679 items
tests/test_diagram.py::TestRailroadDiagrams::test_complete_combine_element PASSED
tests/test_diagram.py::TestRailroadDiagrams::test_create_diagram PASSED
@@ -21,6 +18,7 @@
tests/test_diagram.py::TestRailroadDiagrams::test_none_name2 PASSED
tests/test_examples.py::TestExamples::test_booleansearchparser PASSED
tests/test_examples.py::TestExamples::test_delta_time PASSED
tests/test_examples.py::TestExamples::test_email_parser PASSED
tests/test_examples.py::TestExamples::test_eval_arith PASSED
tests/test_examples.py::TestExamples::test_excelExpr PASSED
tests/test_examples.py::TestExamples::test_lucene_grammar PASSED
@@ -109,6 +107,7 @@
tests/test_unit.py::Test02_WithoutPackrat::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test02_WithoutPackrat::testFollowedBy PASSED
tests/test_unit.py::Test02_WithoutPackrat::testForwardExceptionText PASSED
tests/test_unit.py::Test02_WithoutPackrat::testForwardExceptionText2 PASSED
tests/test_unit.py::Test02_WithoutPackrat::testForwardReferenceException PASSED
tests/test_unit.py::Test02_WithoutPackrat::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test02_WithoutPackrat::testGetNameBehavior PASSED
@@ -320,6 +319,7 @@
tests/test_unit.py::Test02_WithoutPackrat::testWordMinOfZero PASSED
tests/test_unit.py::Test02_WithoutPackrat::testWordWithIdentChars PASSED
tests/test_unit.py::Test02_WithoutPackrat::testZeroOrMoreStop PASSED
tests/test_unit.py::Test02_WithoutPackrat::test_exception_messages PASSED
tests/test_unit.py::Test03_EnablePackratParsing::runTest PASSED
tests/test_unit.py::Test04_WithPackrat::test000_assert_packrat_status PASSED
tests/test_unit.py::Test04_WithPackrat::testAddCondition PASSED
@@ -379,6 +379,7 @@
tests/test_unit.py::Test04_WithPackrat::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test04_WithPackrat::testFollowedBy PASSED
tests/test_unit.py::Test04_WithPackrat::testForwardExceptionText PASSED
tests/test_unit.py::Test04_WithPackrat::testForwardExceptionText2 PASSED
tests/test_unit.py::Test04_WithPackrat::testForwardReferenceException PASSED
tests/test_unit.py::Test04_WithPackrat::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test04_WithPackrat::testGetNameBehavior PASSED
@@ -590,6 +591,7 @@
tests/test_unit.py::Test04_WithPackrat::testWordMinOfZero PASSED
tests/test_unit.py::Test04_WithPackrat::testWordWithIdentChars PASSED
tests/test_unit.py::Test04_WithPackrat::testZeroOrMoreStop PASSED
tests/test_unit.py::Test04_WithPackrat::test_exception_messages PASSED
tests/test_unit.py::Test05_EnableBoundedPackratParsing::runTest PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::test000_assert_packrat_status PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testAddCondition PASSED
@@ -649,6 +651,7 @@
tests/test_unit.py::Test06_WithBoundedPackrat::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testFollowedBy PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testForwardExceptionText PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testForwardExceptionText2 PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testForwardReferenceException PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testGetNameBehavior PASSED
@@ -860,6 +863,7 @@
tests/test_unit.py::Test06_WithBoundedPackrat::testWordMinOfZero PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testWordWithIdentChars PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::testZeroOrMoreStop PASSED
tests/test_unit.py::Test06_WithBoundedPackrat::test_exception_messages PASSED
tests/test_unit.py::Test07_EnableUnboundedPackratParsing::runTest PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::test000_assert_packrat_status PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testAddCondition PASSED
@@ -919,6 +923,7 @@
tests/test_unit.py::Test08_WithUnboundedPackrat::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testFollowedBy PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testForwardExceptionText PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testForwardExceptionText2 PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testForwardReferenceException PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testGetNameBehavior PASSED
@@ -1130,6 +1135,7 @@
tests/test_unit.py::Test08_WithUnboundedPackrat::testWordMinOfZero PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testWordWithIdentChars PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::testZeroOrMoreStop PASSED
tests/test_unit.py::Test08_WithUnboundedPackrat::test_exception_messages PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::test000_assert_packrat_status PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testAddCondition PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testAssertParseAndCheckDict PASSED
@@ -1188,6 +1194,7 @@
tests/test_unit.py::Test09_WithLeftRecursionParsing::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testFollowedBy PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testForwardExceptionText PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testForwardExceptionText2 PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testForwardReferenceException PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testGetNameBehavior PASSED
@@ -1399,6 +1406,7 @@
tests/test_unit.py::Test09_WithLeftRecursionParsing::testWordMinOfZero PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testWordWithIdentChars PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::testZeroOrMoreStop PASSED
tests/test_unit.py::Test09_WithLeftRecursionParsing::test_exception_messages PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::test000_assert_packrat_status PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testAddCondition PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testAssertParseAndCheckDict PASSED
@@ -1457,6 +1465,7 @@
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testExpressionDefaultStrings PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testFollowedBy PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testForwardExceptionText PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testForwardExceptionText2 PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testForwardReferenceException PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testForwardsDoProperStreamlining PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testGetNameBehavior PASSED
@@ -1668,6 +1677,7 @@
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testWordMinOfZero PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testWordWithIdentChars PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testZeroOrMoreStop PASSED
tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::test_exception_messages PASSED
tests/test_unit.py::Test11_LR1_Recursion::test_add_sub PASSED
tests/test_unit.py::Test11_LR1_Recursion::test_binary_associative PASSED
tests/test_unit.py::Test11_LR1_Recursion::test_binary_recursive PASSED
@@ -1676,7 +1686,6 @@
tests/test_unit.py::Test11_LR1_Recursion::test_repeat_as_recurse PASSED
tests/test_unit.py::Test11_LR1_Recursion::test_terminate_empty PASSED
======== 1666 passed ========
======== 1679 passed ========
  py$(PYV): OK
  congratulations :)