binaries: update python and openssl
note: python 3.9.x is now in source-only mode, so could not update to latest... it is time to investigate upgrading to python 3.10 in the win and mac binaries
This commit is contained in:
@@ -11,8 +11,8 @@ assert HostPython3Recipe.python_depends == []
|
||||
|
||||
|
||||
class HostPython3RecipePinned(util.InheritedRecipeMixin, HostPython3Recipe):
|
||||
version = "3.8.13"
|
||||
sha512sum = "e57f5f5b441e46a742b0147dd7fbfa6b52d550a86e60c9765ecc3c4690e2cdedf197e151c07cd2ea1f75ed9022a2b8ce4850c3d65916eaede1db6feed40b52f6"
|
||||
version = "3.8.15"
|
||||
sha512sum = "625af8fa23e7a7daba6302d147ccf80da36b8b5cce7a99976583bf8e07f1ca71c11529b6286e7732d69c00398dfa8422243f33641e2164e4299237663103ae99"
|
||||
|
||||
|
||||
recipe = HostPython3RecipePinned()
|
||||
|
||||
@@ -11,8 +11,8 @@ assert OpenSSLRecipe.python_depends == []
|
||||
|
||||
|
||||
class OpenSSLRecipePinned(util.InheritedRecipeMixin, OpenSSLRecipe):
|
||||
url_version = "1.1.1n"
|
||||
sha512sum = "1937796736613dcf4105a54e42ecb61f95a1cea74677156f9459aea0f2c95159359e766089632bf364ee6b0d28d661eb9957bce8fecc9d2436378d8d79e8d0a4"
|
||||
url_version = "1.1.1s"
|
||||
sha512sum = "2ef983f166b5e1bf456ca37938e7e39d58d4cd85e9fc4b5174a05f5c37cc5ad89c3a9af97a6919bcaab128a8a92e4bdc8a045e5d9156d90768da8f73ac67c5b9"
|
||||
|
||||
|
||||
recipe = OpenSSLRecipePinned()
|
||||
|
||||
@@ -11,8 +11,8 @@ assert Python3Recipe.python_depends == []
|
||||
|
||||
|
||||
class Python3RecipePinned(util.InheritedRecipeMixin, Python3Recipe):
|
||||
version = "3.8.13"
|
||||
sha512sum = "e57f5f5b441e46a742b0147dd7fbfa6b52d550a86e60c9765ecc3c4690e2cdedf197e151c07cd2ea1f75ed9022a2b8ce4850c3d65916eaede1db6feed40b52f6"
|
||||
version = "3.8.15"
|
||||
sha512sum = "625af8fa23e7a7daba6302d147ccf80da36b8b5cce7a99976583bf8e07f1ca71c11529b6286e7732d69c00398dfa8422243f33641e2164e4299237663103ae99"
|
||||
|
||||
|
||||
recipe = Python3RecipePinned()
|
||||
|
||||
Reference in New Issue
Block a user