From ea14a4a7ded28c8e93ae7ac0dcda47eed230a6b8 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 09 Apr 2024 06:28:06 +0200
Subject: [PATCH] python/pyfakefs: update to 5.4.0

---
 components/python/pyfakefs/Makefile |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/components/python/pyfakefs/Makefile b/components/python/pyfakefs/Makefile
index 1c38192..84b721e 100644
--- a/components/python/pyfakefs/Makefile
+++ b/components/python/pyfakefs/Makefile
@@ -19,13 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		pyfakefs
-HUMAN_VERSION =			5.3.5
+HUMAN_VERSION =			5.4.0
 COMPONENT_SUMMARY =		pyfakefs - pyfakefs implements a fake file system that mocks the Python file system modules.
 COMPONENT_PROJECT_URL =		https://github.com/pytest-dev/pyfakefs
-COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/00/2f/0fb6e7c3119fd9935cc1608a3b79de70bad8c2b400654b7e38e35120ff91/pyfakefs-5.3.5.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:7cdc500b35a214cb7a614e1940543acc6650e69a94ac76e30f33c9373bd9cf90
+	sha256:969096d84b5b986f4f84399d03f4900381a3880d03adcdbd609566a4baf39bf9
 COMPONENT_LICENSE =		Apache-2.0
 COMPONENT_LICENSE_FILE =	COPYING
 

--
Gitblit v1.9.3