-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
pastebinit 1.7.1 #251024
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
pastebinit 1.7.1 #251024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the pastebinit formula from version 1.5 to 1.7.1, migrating from the discontinued Launchpad repository to the new GitHub repository. The update includes modernizing the build process, removing obsolete patches, and switching to system Python instead of a pinned version.
Key changes:
- Updates source URL from Launchpad to GitHub and version from 1.5 to 1.7.1
- Removes Python 3.13 dependency constraint and uses system Python instead
- Removes obsolete patch and manual review restriction
- Adds installation of utility scripts and locale files
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
|
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
|
diff --color -r ./pastebinit-sonoma-arm/1.7.1/bin/pastebinit ./pastebinit-sonoma-intel/1.7.1/bin/pastebinit
76c76
< confdirs = ['@@HOMEBREW_PREFIX@@/etc/pastebin.d']
---
> confdirs = ['/usr/local/etc/pastebin.d'] |
fa431fe to
f61e0c7
Compare
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
|
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?Development has moved to https://github.com/pastebinit/pastebinit (see repology)