bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Update dependency rules_pkg to v0.5.1 #112

Closed renovate-bot closed 3 years ago

renovate-bot commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
rules_pkg http_archive patch 0.5.0 -> 0.5.1

Release Notes

bazelbuild/rules_pkg ### [`v0.5.1`](https://togithub.com/bazelbuild/rules_pkg/releases/0.5.1) [Compare Source](https://togithub.com/bazelbuild/rules_pkg/compare/0.5.0...0.5.1) This is a patch release to 0.5.0. #### New features - Add `pkg_deb(architecture_file)` to provide a way to set the Debian package architecture from the content of a file created at build time. ([#​390](https://togithub.com/bazelbuild/rules_pkg/issues/390)) - Provide `pkg_install` for a "make install"-like experience in Bazel ([#​380](https://togithub.com/bazelbuild/rules_pkg/issues/380)) - Note: This feature is still in development. Read the PR for more information. - Initial support for the `pkg_filegroup` framework in `pkg_zip` ([#​373](https://togithub.com/bazelbuild/rules_pkg/issues/373)) #### Closed bugs - Change the Debian example to reflect standard Debian naming. ([#​389](https://togithub.com/bazelbuild/rules_pkg/issues/389)) - pkg_tar(include_runfiles) now works again ([#​392](https://togithub.com/bazelbuild/rules_pkg/issues/392)) - internal code cleanup **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz", ], sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d", ) load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() ``` **Using the rules** - [reference](https://bazelbuild.github.io/rules_pkg/0.5.0/reference.html) - [examples](https://togithub.com/bazelbuild/rules_pkg/tree/0.5.1/examples)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

aiuto commented 3 years ago

Please do not merge. The sync pipeline is broken and we are trying to fix it. I have this update in a pending change.

forking-renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.5.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.