From 5289b57b9e7e1beae0b0d33715b8b899692f9ac4 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 26 Mar 2024 21:22:48 +0100
Subject: [PATCH] python-39: update to 3.9.19

---
 components/python/python39/test/results-all.master |    9 +++++----
 components/python/python39/Makefile                |    5 ++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/python/python39/Makefile b/components/python/python39/Makefile
index 75b1487..9468b6d 100644
--- a/components/python/python39/Makefile
+++ b/components/python/python39/Makefile
@@ -31,14 +31,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=	        Python
-COMPONENT_VERSION=      3.9.18
-COMPONENT_REVISION=	2
+COMPONENT_VERSION=      3.9.19
 PYTHON_VERSION =	$(subst $(space),.,$(wordlist 1,2,$(subst ., ,$(COMPONENT_VERSION))))
 COMPONENT_SUMMARY=      The Python interpreter, libraries and utilities
 COMPONENT_PROJECT_URL=  https://python.org/
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:01597db0132c1cf7b331eff68ae09b5a235a3c3caa9c944c29cac7d1c4c4c00a
+COMPONENT_ARCHIVE_HASH= sha256:d4892cd1618f6458cb851208c030df1482779609d0f3939991bd38184f8c679e
 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=			runtime/python-39
 COMPONENT_CLASSIFICATION= Development/Python
diff --git a/components/python/python39/test/results-all.master b/components/python/python39/test/results-all.master
index 9ee1c5c..3e7ed76 100644
--- a/components/python/python39/test/results-all.master
+++ b/components/python/python39/test/results-all.master
@@ -1,8 +1,9 @@
-401 tests OK.
+395 tests OK.
 
-6 tests failed:
-    test___all__ test_bdb test_shutil test_sundry test_tarfile
-    test_venv
+12 tests failed:
+    test___all__ test_argparse test_bdb test_dtrace test_httpservers
+    test_import test_shutil test_spwd test_sundry test_support
+    test_tarfile test_venv
 
 18 tests skipped:
     test_epoll test_gdb test_kqueue test_msilib test_readline

--
Gitblit v1.9.3