aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-01-17Revert "Upgrade bazelbuild-rules_python to 0.28.0"Yifan Hong
2024-01-06chore: Migrate to rules_bazel_integration_test (#1598)Philipp Schrader
2023-12-21chore: enable bzlmod by default (for Bazel 6) (#1632)Richard Levasseur
2023-12-21fix(whl_library): actually apply patches and warn if RECORD file patch is nee...Ignas Anikevicius
2023-12-20test(bzlmod): refactor tests to not depend on implementation details (#1628)Ignas Anikevicius
2023-12-18fix(bzlmod pip.parse): allow requirements with duplicate package lines (#1620)Richard Levasseur
2023-12-17doc: switch to pypi.org (#1622)Ignas Anikevicius
2023-12-15chore: Update Bazel support: drop 5, minimum 6.2, current 7.0 (#1613)Richard Levasseur
2023-12-13feat(whl_library): generate platform-specific dependency closures (#1593)Ignas Anikevicius
2023-12-13feat: Creating one py_binary per main module (#1584)Zhongpeng Lin
2023-12-13ci(example): provide a specific requirements.txt on windows (#1605)Ignas Anikevicius
2023-12-06examples(pip_parse): fix circular deps with sphinx by breaking cycles (#1596)Richard Levasseur
2023-12-04doc: add a py_proto_library example with well-known-types (#1571)Ignas Anikevicius
2023-11-30cleanup: delete extraneous report.txt file (#1587)Richard Levasseur
2023-11-28feat(pip_repository): Support pip parse cycles (#1166)Reid D McKenzie
2023-11-15fix: py_proto_library: transitive strip_import_prefix (#1558)Ted Pudlik
2023-11-09feat: expose 'pip_utils.normalize_name' function (#1542)Ignas Anikevicius
2023-11-06tests: disable bzlmod for workspace-only build_file_generation example (#1539)Richard Levasseur
2023-11-06tests: disable bzlmod for workspace-only pip_repository_annotations example (...Richard Levasseur
2023-11-03cleanup: delete commented out line forgottenly left in (#1535)Richard Levasseur
2023-11-03feat: support pyproject.toml in compile_pip_requirements (#1519)Ignas Anikevicius
2023-11-02feat(pip): provide pypi -> whl target mapping in requirements.bzl (#1532)Alex Eagle
2023-11-01tests: make pip_parse example work with bzlmod enabled (#1524)Richard Levasseur
2023-11-01chore(pip_parse, gazelle): generate/use hub repo aliases by default (#1525)Ignas Anikevicius
2023-10-31tests: explicitly disable bzlmod for pip_parse_vendored example (#1529)Richard Levasseur
2023-10-31tests: make multi_python_verions example bzlmod compatible (#1523)Richard Levasseur
2023-10-20feat(bzlmod): support patching 'whl' distributions (#1393)Ignas Anikevicius
2023-10-19chore!: disable pip_install and remove from examples and tests (#1510)Ignas Anikevicius
2023-10-18build(deps): bump urllib3 from 1.26.17 to 1.26.18 in /examples/pip_repository...dependabot[bot]
2023-10-18build(deps): bump urllib3 from 1.26.13 to 1.26.18 in /examples/pip_parse (#1501)dependabot[bot]
2023-10-18build(deps): bump urllib3 from 1.26.13 to 1.26.18 in /examples/bzlmod (#1505)dependabot[bot]
2023-10-17docs: initial doc generation using Sphinx (#1489)Richard Levasseur
2023-10-17test: remove usage of deprecated method `TestCase.assertEquals` (#1494)Alexey Preobrazhenskiy
2023-10-17feat(whlmaker): introduce an internal _WhlFile class and stop sorting RECORD ...Ignas Anikevicius
2023-10-17build(gazelle): embed Python zip file (#1485)Zhongpeng Lin
2023-10-17fix(py_wheel): produce deterministic wheel files (#1453)Alexey Preobrazhenskiy
2023-10-13fix(examples): bump gazelle in examples/build_file_generation (#1421)oliver makins
2023-10-12fix: allowing to import code generated from proto with strip_import_prefix (#...Zhongpeng Lin
2023-10-11test(bzlmod): Make some tests bzlmod compatible with Bazel@HEAD (#1482)Richard Levasseur
2023-10-05feat(py_wheel): Normalize name and version (#1331)Christian von Schultz
2023-10-04build(deps): bump urllib3 from 1.25.11 to 1.26.17 in /examples/pip_install (#...dependabot[bot]
2023-10-03build(deps): bump urllib3 from 1.26.13 to 1.26.17 in /examples/pip_repository...dependabot[bot]
2023-09-28chore: bump internal_deps (#1322)Ignas Anikevicius
2023-09-25refactor(pystar): load (but don't use) Starlark implementation. (#1428)Richard Levasseur
2023-09-13fix(gazelle): upgrade rules_go: 0.39.1 -> 0.41.0 to work with upcoming Bazel ...Gowroji Sunil
2023-09-11refactor: upgrade certifi (#1397)Chris Lewis
2023-08-25feat(py_console_script_binary)!: entry points with custom dependencies (#1363)Ignas Anikevicius
2023-08-23Adding kwargs to gazelle_python_manifest (#1289)Zhongpeng Lin
2023-07-31fix: Don't require default Python version for pip hubs (#1344)Richard Levasseur
2023-07-26revert(bzlmod)!: allow bzlmod pip.parse to implicitly use default python vers...Chris Love