From c78df6ab4893af1688420dd2504a898e5658e0e0 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Wed, 06 Mar 2024 18:32:20 +0100
Subject: [PATCH] python/pyparsing: update to 3.1.2

---
 components/python/pyparsing/Makefile |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/components/python/pyparsing/Makefile b/components/python/pyparsing/Makefile
index 0d6f6eb..532625a 100644
--- a/components/python/pyparsing/Makefile
+++ b/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

--
Gitblit v1.9.3