Andreas Wacknitz
2024-03-26 5289b57b9e7e1beae0b0d33715b8b899692f9ac4
python-39: update to 3.9.19

2 files modified
14 ■■■■ changed files
components/python/python39/Makefile 5 ●●●●● patch | view | raw | blame | history
components/python/python39/test/results-all.master 9 ●●●●● patch | view | raw | blame | history
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
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