gpgme 2.0.0
Created by brew bump
Created with brew bump-formula-pr.
oops...
More language bindings are available in separate repositories.
Repository Language
gpgmepp C++
gpgmeqt Qt-Framework API
gpgmepy Python 3 (module name: gpg)
Indeed, the git repository is confirmed but haven't found tarball.
- https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgmepy.git
Related repository should be built in here or separated formula and we cannot merge until that maybe.
I think we might add a tag like "@2" since it's a breaking change. I guess some applications might still need cpp or qt bindings since they are bundled to v1.x.x version.
Maybe we can keep the original "gpgme.rb" and add a new "[email protected]" and bring in "gpgmepp.rb" and "qgpgme.rb".
Does upstream have a support plan for v1? Otherwise we will not be able to ship v1.
Does upstream have a support plan for v1? Otherwise we will not be able to ship v1.
The dev team of gpgme will "keep the 1.24 branch for bug fixing".
Refer: https://dev.gnupg.org/T7673
:robot: 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.
Hello here,
Would it also be possible to support the previous version 1.24.3? Version 2.0.0 contains BC. The release note is clear :-D Yeah, an ABI break - It would be surprising if anyone is affected, see https://github.com/gpg/gpgme/releases/tag/gpgme-2.0.0
We'll review a pull request that adds a gpgme@1 formula, provided it meets the requirements for versioned formulae: https://docs.brew.sh/Versions
Please read the requirements carefully; many contributors claim that they are met, but closer review reveals the opposite. Thanks!
I found the solution https://cmichel.io/how-to-install-an-old-package-version-with-brew/