Skip to content

Commit

Permalink
更新打包脚本,更改版本号为 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed May 21, 2023
1 parent 0965235 commit 5131b2d
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 118 deletions.
2 changes: 1 addition & 1 deletion local/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.9.0post1'
__version__ = '3.9.1'
37 changes: 28 additions & 9 deletions pack_portable.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
[3.6.8-win32]
url = https://www.python.org/ftp/python/3.6.8/python-3.6.8-embed-win32.zip
sum = md5|60470b4cceba52094121d43cd3f6ce3a

[3.6.8-win_amd64]
url = https://www.python.org/ftp/python/3.6.8/python-3.6.8-embed-amd64.zip
sum = md5|73df7cb2f1500ff36d7dbeeac3968711

[3.7.9-win32]
url = https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-win32.zip
sum = md5|97c6558d479dc53bf448580b66ad7c1e

[3.7.9-win_amd64]
url = https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-amd64.zip
sum = md5|60f77740b30030b22699dbd14883a4a3

[3.8.10-win32]
url = https://www.python.org/ftp/python/3.8.10/python-3.8.10-embed-win32.zip
sum = md5|659adf421e90fba0f56a9631f79e70fb
Expand All @@ -22,13 +38,16 @@ sum = md5|8afb62c3cc8b60df57004fa8df158b8c
url = https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip
sum = md5|c02aded21c751551d5e5ec83c3736fa7

[3.11.1-win32]
url = https://www.python.org/ftp/python/3.11.1/python-3.11.1-embed-win32.zip
sum = md5|cc960a3a6d5d1529117c463ac00aae43
[3.11.3-win32]
url = https://www.python.org/ftp/python/3.11.3/python-3.11.3-embed-win32.zip
sum = md5|58fc103df167d587ec4d1918dfcd4a62

[3.11.3-win_amd64]
url = https://www.python.org/ftp/python/3.11.3/python-3.11.3-embed-amd64.zip
sum = md5|a58510bc0e8689cd3f80238f9435632d

[3.11.1-win_amd64]
url = https://www.python.org/ftp/python/3.11.1/python-3.11.1-embed-amd64.zip
sum = md5|f16900451e15abe1ba3ea657f3c7fe9e
[memimport]
version = ==0.13.0.0.post5

# PEP 440 https://peps.python.org/pep-0440/
# [SUB_PKG ][SPECIFIER[!]][(,SPECIFIER[!])*]
Expand All @@ -38,7 +57,7 @@ sum = md5|f16900451e15abe1ba3ea657f3c7fe9e
gevent = ~=22.8
;<<
zope.event =
zope.interface = ==5.*!
zope.interface = ~=6.0
setuptools = pkg_resources
greenlet = ~=2.0
cffi = ~=1.13
Expand All @@ -47,9 +66,9 @@ cffi = ~=1.13
;>>>>
;>>

pyOpenSSL = ~=22.0
pyOpenSSL = ~=23.0
;<<
cryptography = ~=38.0
cryptography = ~=40.0.2
;<<<<
;cffi = >=1.13
;>>>>
Expand Down
Loading

0 comments on commit 5131b2d

Please sign in to comment.