Skip to content

Commit

Permalink
python3: Update to v3.11.9
Browse files Browse the repository at this point in the history
Release notes available [here](https://docs.python.org/release/3.11.9/whatsnew/changelog.html#python-3-11-9-final)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 12, 2024
1 parent b680ea5 commit 1102e7f
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 39 deletions.
10 changes: 10 additions & 0 deletions packages/py/python3/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_self
libc.so.6:pthread_setspecific
libc.so.6:pthread_sigmask
libc.so.6:putc
libc.so.6:puts
libc.so.6:pwrite64
libc.so.6:pwritev64v2
Expand Down Expand Up @@ -524,6 +525,7 @@ libcrypto.so.3:OBJ_obj2nid
libcrypto.so.3:OBJ_obj2txt
libcrypto.so.3:OBJ_sn2nid
libcrypto.so.3:OBJ_txt2obj
libcrypto.so.3:OPENSSL_sk_deep_copy
libcrypto.so.3:OPENSSL_sk_find
libcrypto.so.3:OPENSSL_sk_num
libcrypto.so.3:OPENSSL_sk_pop_free
Expand All @@ -544,10 +546,17 @@ libcrypto.so.3:X509_NAME_ENTRY_set
libcrypto.so.3:X509_NAME_entry_count
libcrypto.so.3:X509_NAME_get_entry
libcrypto.so.3:X509_NAME_print_ex
libcrypto.so.3:X509_OBJECT_free
libcrypto.so.3:X509_OBJECT_get0_X509
libcrypto.so.3:X509_OBJECT_get0_X509_CRL
libcrypto.so.3:X509_OBJECT_get_type
libcrypto.so.3:X509_OBJECT_new
libcrypto.so.3:X509_OBJECT_set1_X509
libcrypto.so.3:X509_OBJECT_set1_X509_CRL
libcrypto.so.3:X509_STORE_add_cert
libcrypto.so.3:X509_STORE_get0_objects
libcrypto.so.3:X509_STORE_lock
libcrypto.so.3:X509_STORE_unlock
libcrypto.so.3:X509_VERIFY_PARAM_clear_flags
libcrypto.so.3:X509_VERIFY_PARAM_get_flags
libcrypto.so.3:X509_VERIFY_PARAM_set1_host
Expand Down Expand Up @@ -616,6 +625,7 @@ libexpat.so.1:XML_SetNotStandaloneHandler
libexpat.so.1:XML_SetNotationDeclHandler
libexpat.so.1:XML_SetParamEntityParsing
libexpat.so.1:XML_SetProcessingInstructionHandler
libexpat.so.1:XML_SetReparseDeferralEnabled
libexpat.so.1:XML_SetReturnNSTriplet
libexpat.so.1:XML_SetSkippedEntityHandler
libexpat.so.1:XML_SetStartCdataSectionHandler
Expand Down
8 changes: 4 additions & 4 deletions packages/py/python3/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name : python3
version : 3.11.8
release : 61
version : 3.11.9
release : 62
source :
- https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz : 9e06008c8901924395bc1da303eac567a729ae012baa182ab39269f650383bb3
- https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tar.xz : 9b1e896523fc510691126c864406d9360a3d1e986acbda59cda57b5abda45b87
# - https://pypi.debian.net/pip/pip-24.0-py3-none-any.whl : 02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56
- https://pypi.debian.net/setuptools/setuptools-69.1.1-py3-none-any.whl : 02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56
- https://pypi.debian.net/setuptools/setuptools-69.4.0-py3-none-any.whl : b6df12d754b505e4ca283c61582d5578db83ae2f56a979b3bc9a8754705ae3bf
license : Python-2.0
summary :
- Python development environment - 3.11
Expand Down

0 comments on commit 1102e7f

Please sign in to comment.