File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.12.1
2
+ --------------
3
+ * Fix exploding of zip-unsafe pexes (#231)
4
+
1
5
Version 1.12.0
2
6
--------------
3
7
* Import hooks are now added in the `plz` module and are hence more usefully importable (#229)
Original file line number Diff line number Diff line change 1
- 1.12.0
1
+ 1.12.1
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ subinclude("//build_defs:version")
2
2
3
3
version (name = "version" )
4
4
5
- TOOLS_VERSION = "1.6.0 "
5
+ TOOLS_VERSION = "1.6.1 "
6
6
7
7
remote_file (
8
8
name = "please_pex" ,
9
9
url = f"https://github.com/please-build/python-rules/releases/download/tools-v{ TOOLS_VERSION } /please_pex-{ TOOLS_VERSION } -{ CONFIG .OS } _{ CONFIG .ARCH } " ,
10
10
hashes = [
11
- "0d6eb076ec37023a8f708b1f4516d7cb960be824115a110fb41b97083e14bbab " , # please_pex-1.6.0 -darwin_amd64
12
- "c41ee9db0224b257ced02b91823d03eeaa67748a2567cd47b5bf1c09ba930359 " , # please_pex-1.6.0 -darwin_arm64
13
- "9f07d77c20dbb9f81c84d5ea636c88ec830b2cbd498e8c29553c83921ef444b2 " , # please_pex-1.6.0 -freebsd_amd64
14
- "d1e07210f4834b971a6e606e8952c4c33b7403f649f75b29f927d3676c29d3b4 " , # please_pex-1.6.0 -linux_amd64
15
- "160ed67502b7f2e71b08cde44439a3748852d663cfab42f82aece1666f3cef19 " , # please_pex-1.6.0 -linux_arm64
11
+ "eaeca3305a584ceff873550cc3f00779ce69829d98c4793adf7a2467a9e227d0 " , # please_pex-1.6.1 -darwin_amd64
12
+ "eb8c8230859393e2c7f964525c37f492d799808beddef3fe091b8c10e85125b3 " , # please_pex-1.6.1 -darwin_arm64
13
+ "19d5118a6f99975fa17209b996abc47d0ae632135921df6d0e87619a6843828c " , # please_pex-1.6.1 -freebsd_amd64
14
+ "321bf379b953d4138e0c4ae15f0b129917d3f8174504f75c1f6bc5676b4eeb3b " , # please_pex-1.6.1 -linux_amd64
15
+ "226384ea7b9b9e06eb2a000655c7557ac4fb0542aba1d6ed7b26b21ea92d441e " , # please_pex-1.6.1 -linux_arm64
16
16
],
17
17
binary = True ,
18
18
visibility = ["PUBLIC" ],
You can’t perform that action at this time.
0 commit comments