mirror of https://github.com/databricks/cli.git
33 lines
1.8 KiB
Plaintext
33 lines
1.8 KiB
Plaintext
|
|
=== Test prebuilt wheel:
|
|
>>> setmtime.py 2025-03-05 15:07:33.123456700 my_test_code-0.0.1-py3-none-any.whl
|
|
|
|
>>> [CLI] selftest patchwhl my_test_code-0.0.1-py3-none-any.whl
|
|
Warn: Patched whl: my_test_code-0.0.1-py3-none-any.whl -> my_test_code-0.0.1+1741187253123456700-py3-none-any.whl
|
|
|
|
>>> diff.py original output
|
|
--- original/my_test_code-0.0.1+1741187253123456700.dist-info/METADATA
|
|
+++ output/my_test_code-0.0.1+1741187253123456700.dist-info/METADATA
|
|
@@ -1,5 +1,5 @@
|
|
Metadata-Version: 2.1
|
|
Name: my-test-code
|
|
-Version: 0.0.1
|
|
+Version: 0.0.1+1741187253123456700
|
|
Summary: my test wheel
|
|
Home-page: https://databricks.com
|
|
--- original/my_test_code-0.0.1+1741187253123456700.dist-info/RECORD
|
|
+++ output/my_test_code-0.0.1+1741187253123456700.dist-info/RECORD
|
|
@@ -1,7 +1,7 @@
|
|
src/__init__.py,sha256=BRmKeYehopKv4NG_SFa7t6wn248RrPHJivu7DM1R-Rw,48
|
|
src/__main__.py,sha256=8TtsnLsaJEM35Y4L8ocrv-qfxusgYpRL2HPyYiabHng,242
|
|
-my_test_code-0.0.1.dist-info/METADATA,sha256=6fyVq4hexXGUP_J2mB1CI-ijZ6CenvKNIlHx0bKPRJ0,197
|
|
-my_test_code-0.0.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
-my_test_code-0.0.1.dist-info/entry_points.txt,sha256=oDWOW9SsBlk4Uejj1ftYPBxfhJ5ZJctb4JOUIG1rc-4,34
|
|
-my_test_code-0.0.1.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
|
-my_test_code-0.0.1.dist-info/RECORD,,
|
|
+my_test_code-0.0.1+1741187253123456700.dist-info/METADATA,sha256=H99P2vEwB_hBVPNtPwsXZotaDQzmWEGeSlOtMzWe62U,217
|
|
+my_test_code-0.0.1+1741187253123456700.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
+my_test_code-0.0.1+1741187253123456700.dist-info/entry_points.txt,sha256=oDWOW9SsBlk4Uejj1ftYPBxfhJ5ZJctb4JOUIG1rc-4,34
|
|
+my_test_code-0.0.1+1741187253123456700.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
|
+my_test_code-0.0.1+1741187253123456700.dist-info/RECORD,,
|