Skip to content

Commit

Permalink
rules_poetry@0.3.4 (#1863)
Browse files Browse the repository at this point in the history
Release: https://github.com/oxidase/rules_poetry/releases/tag/v0.3.4

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
Co-authored-by: Michael Krasnyk <michael.krasnyk@gmail.com>
  • Loading branch information
publish-to-bcr-bot[bot] and oxidase committed Apr 25, 2024
1 parent e163c81 commit 848255a
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/rules_poetry/0.3.4/MODULE.bazel
@@ -0,0 +1,11 @@
module(
name = "rules_poetry",
version = "0.3.4",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")

internal_deps = use_extension("@rules_poetry//python:extensions.bzl", "internal_deps")
use_repo(internal_deps, "rules_poetry_deps", "rules_poetry_pip")
12 changes: 12 additions & 0 deletions modules/rules_poetry/0.3.4/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_poetry",
- version = "0",
+ version = "0.3.4",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
32 changes: 32 additions & 0 deletions modules/rules_poetry/0.3.4/presubmit.yml
@@ -0,0 +1,32 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_poetry//python/...'
- '@rules_poetry//lib/...'
bcr_test_module:
module_path: "examples/transitions"
matrix:
platform:
- debian11
- macos
- ubuntu2004
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
9 changes: 9 additions & 0 deletions modules/rules_poetry/0.3.4/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-nwmt+SpXUvhpvGBji2t8ll9/HrqazcxPwR2Oq7AfpI4=",
"strip_prefix": "rules_poetry-0.3.4",
"url": "https://github.com/oxidase/rules_poetry/releases/download/v0.3.4/rules_poetry-0.3.4.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-/m33gKyU+tkdBuxoqmv5eLMYeUur4n+341k83MdvTbc="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_poetry/metadata.json
Expand Up @@ -16,7 +16,8 @@
"0.3.0",
"0.3.1",
"0.3.2",
"0.3.3"
"0.3.3",
"0.3.4"
],
"yanked_versions": {}
}

0 comments on commit 848255a

Please sign in to comment.