File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1+ Version 1.7.3
2+ -------------
3+ * Updated xmlrunner package
4+ * Specify default value for `pip_compile_flags` config option (#158)
5+
16Version 1.7.2
27-------------
38 * Allow the `name_scheme` argument to `python_wheel` to be a list instead of a single string.
Original file line number Diff line number Diff line change 1- 1.7.2
1+ 1.7.3
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ python_wheel(
3636python_wheel (
3737 name = "xmlrunner" ,
3838 package_name = "unittest_xml_reporting" ,
39- licences = ["LGPL-3.0-only " ],
40- version = "1.11 .0" ,
39+ licences = ["BSD " ],
40+ version = "3.2 .0" ,
4141 deps = [":six" ],
4242)
4343
@@ -494,7 +494,7 @@ pip_library(
494494pip_library (
495495 name = "distlib" ,
496496 licences = ["PSF-2.0" ],
497- version = "0.3.2 " ,
497+ version = "0.3.8 " ,
498498)
499499
500500python_wheel (
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ subinclude("//build_defs:version")
22
33version (name = "version" )
44
5- TOOLS_VERSION = "1.3.2 "
5+ TOOLS_VERSION = "1.3.5 "
66
77remote_file (
88 name = "please_pex" ,
99 url = f"https://github.com/please-build/python-rules/releases/download/tools-v{ TOOLS_VERSION } /please_pex-{ TOOLS_VERSION } -{ CONFIG .OS } _{ CONFIG .ARCH } " ,
1010 hashes = [
11- "f5562504462f47de0e6026fb0e93f9b49bc8efda5d55313f0ef89c95216c07a4 " , # darwin_amd64
12- "a77c053fe3d0a315510dbfe1f5d6d0971221a82a0dc1311403f492b6918d5296 " , # darwin_arm64
13- "f87b5d633ace75548e188b4ea7a8b0e4f84ec8a364dd692900b216a281e76985 " , # freebsd_amd64
14- "87900fbd31a84a7d3ed226bf431b22f5000730231102029eadae8aade090dd75 " , # linux_amd64
15- "3bcfc1846bcbc2b7ccb221062c37b416b0ca9cd4deedac630bc89746f20d47d2 " , # linux_arm64
11+ "38d885c02c069fd9b1376c81c047c24c4823699e82d7be9334e79f9ee4732341 " , # please_pex-1.3.5- darwin_amd64
12+ "b3746c69b7e406517eafa96c5b56729fe56a11ab35b48093f66c7bdf65592d43 " , # please_pex-1.3.5- darwin_arm64
13+ "ab2f2403f45251882e9407715e2b12b1d87ff9df00cb10daa2ad47b201083da2 " , # please_pex-1.3.5- freebsd_amd64
14+ "4b82a1fe8fb40ff072f25cb115be5fae89f2bab383e23ee61432451c82443257 " , # please_pex-1.3.5- linux_amd64
15+ "eb1728c545266fe0d050b52ffa0a7b99fb7f28fe7510142515d7189f4589ac26 " , # please_pex-1.3.5- linux_arm64
1616 ],
1717 binary = True ,
1818 visibility = ["PUBLIC" ],
You can’t perform that action at this time.
0 commit comments