From c028ccd8bf35334f2185c77b3d42e6cd4e78af1f Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 06 Apr 2024 21:13:40 +0200
Subject: [PATCH] Add pydantic_core Python project

---
 components/python/Paste/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/python/Paste/Makefile b/components/python/Paste/Makefile
index 51e84a2..454566e 100644
--- a/components/python/Paste/Makefile
+++ b/components/python/Paste/Makefile
@@ -19,17 +19,17 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		Paste
-HUMAN_VERSION =			3.8.0
+HUMAN_VERSION =			3.9.0
 COMPONENT_SUMMARY =		Paste - Tools for using a Web Server Gateway Interface stack
 COMPONENT_PROJECT_URL =		https://pythonpaste.readthedocs.io/
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:9c6cc18f2f9b8e8e57c0a5228c957ec3beeefdeeb9ab93c85876b513e4babdaf
+	sha256:556e3c24208fcfae269684fc3b888f46783c80208516bcecc410c00c7f678fef
 COMPONENT_LICENSE =		MIT
+COMPONENT_LICENSE_FILE =	docs/license.txt
 
 include $(WS_MAKE_RULES)/common.mk
 
 # Auto-generated dependencies
 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
-PYTHON_REQUIRED_PACKAGES += library/python/six
 PYTHON_REQUIRED_PACKAGES += runtime/python
 TEST_REQUIRED_PACKAGES.python += library/python/pytest

--
Gitblit v1.9.3