Commit 2bc3577
authored
fix(pypi): mark the extension reproducible (#2730)
This will remove the merge conflicts and improve the usability when the
`MODULE.bazel.lock` is used together with `rules_python`. This means
that the lock file will not be used to read the `URL` and `sha256`
values for the Python sources when the `experimental_index_url` is used,
but the idea is that that information will be kept in repo cache.
Fixes #2434
Created #2731 to leverage the bazel feature to write immutable facts to
the lock file once it becomes available.1 parent 69a9920 commit 2bc3577
File tree
3 files changed
+4
-12
lines changed- python/private/pypi
- tests/pypi/extension
3 files changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
423 | | - | |
424 | 422 | | |
425 | 423 | | |
426 | 424 | | |
| |||
458 | 456 | | |
459 | 457 | | |
460 | 458 | | |
461 | | - | |
462 | 459 | | |
463 | 460 | | |
464 | 461 | | |
| |||
543 | 540 | | |
544 | 541 | | |
545 | 542 | | |
546 | | - | |
547 | 543 | | |
548 | 544 | | |
549 | 545 | | |
| |||
640 | 636 | | |
641 | 637 | | |
642 | 638 | | |
643 | | - | |
| 639 | + | |
644 | 640 | | |
645 | 641 | | |
646 | 642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
212 | | - | |
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
| |||
278 | 275 | | |
279 | 276 | | |
280 | 277 | | |
281 | | - | |
282 | 278 | | |
283 | 279 | | |
284 | 280 | | |
| |||
404 | 400 | | |
405 | 401 | | |
406 | 402 | | |
407 | | - | |
408 | 403 | | |
409 | 404 | | |
410 | 405 | | |
| |||
535 | 530 | | |
536 | 531 | | |
537 | 532 | | |
538 | | - | |
539 | 533 | | |
540 | 534 | | |
541 | 535 | | |
| |||
673 | 667 | | |
674 | 668 | | |
675 | 669 | | |
676 | | - | |
677 | 670 | | |
678 | 671 | | |
679 | 672 | | |
| |||
0 commit comments