-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update zdb to 1.3.4 #51966
Update zdb to 1.3.4 #51966
Conversation
📝 WalkthroughWalkthroughThe pull request updates the Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 yamllintrecipes/zdb/meta.yaml[error] 1-1: syntax error: found character '%' that cannot start any token (syntax) 🔇 Additional comments (4)recipes/zdb/meta.yaml (4)
Version bump from 1.3.3 to 1.3.4 follows semantic versioning and matches the PR objective. 🧰 Tools🪛 yamllint[error] 1-1: syntax error: found character '%' that cannot start any token (syntax)
The new checksum follows the correct format (64 characters, hexadecimal) and differs from the previous version as expected for a new release. Line range hint Build number is correctly reset to 0 for the new version, and the noarch configuration remains appropriate for this package.
The URL format is correct and consistent with GitHub's release tarball pattern. ✅ Verification successfulSource URL is accessible and valid The URL is verified to be accessible with a successful HTTP 200 response after following redirects. The tag v1.3.4 exists in the metagenlab/zDB repository, confirming the source tarball's availability. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify that the source URL is accessible and returns a 200 status code
# Test: Check if the URL is accessible
curl -sI "https://github.com/metagenlab/zDB/archive/refs/tags/v1.3.4.tar.gz" | head -n1 | grep "HTTP/2 200"
Length of output: 107 Script: #!/bin/bash
# Let's try a different approach to verify the URL
# 1. Check if we get any HTTP response (including redirects)
# 2. Check the final status code
curl -sLI "https://github.com/metagenlab/zDB/archive/refs/tags/v1.3.4.tar.gz" | grep -i "HTTP/"
# Also verify if the tag exists in the repository
gh api repos/metagenlab/zDB/git/refs/tags/v1.3.4 --silent || echo "Tag not found"
Length of output: 179 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Update
zdb
: 1.3.3 → 1.3.4recipes/zdb
(click to view/edit other files)@metagenlab
This pull request was automatically generated (see docs).