Skip to content

Commit 3eaba4b

Browse files
authored
Remove python ff (#103)
1 parent 932d84f commit 3eaba4b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.2.3
2+
-------------
3+
* Remove python hashes feature flag
4+
5+
16
Version 1.2.2
27
-------------
38
* Upgrade pytest to 7.2.2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

build_defs/python.build_defs

+1-2
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def python_wheel(name:str, version:str, labels:list=[], hashes:list=None, packag
561561
_tag = 'download',
562562
out = name + '.whl',
563563
url = urls,
564-
hashes = hashes if CONFIG.FF_PYTHON_WHEEL_HASHING else None,
564+
hashes = hashes,
565565
licences = licences if licences else None,
566566
)
567567

@@ -611,7 +611,6 @@ def python_wheel(name:str, version:str, labels:list=[], hashes:list=None, packag
611611
name = name,
612612
tag = "lib_rule" if binary else None,
613613
srcs = [wheel_rule],
614-
hashes = None if CONFIG.FF_PYTHON_WHEEL_HASHING else hashes,
615614
outs = outs or [name],
616615
tools = [CONFIG.JARCAT_TOOL],
617616
cmd = cmd,

0 commit comments

Comments
 (0)