python3-gmpy2: patch and rebuild for mpfr-4.2.1#46192
Closed
tornaria wants to merge 1 commit into
Closed
Conversation
Member
|
The second patch is required for the first patch, right? Please rename the patch, in order to make the second patch applied before the first patch, and give them some meaningful name. |
Contributor
Author
I think these are two separate fixes for two separate issues. No dependency between them AFAICT. |
Contributor
Author
|
I renamed the patches and added a comment with links at the top. |
Contributor
Author
|
This will be superseded by #46205, since for python 3.12 we will need to ship 2.2.0a1 which already contains the two fixes cherry-picked here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
Fixes check as reported in #46170.
This is an actual bug (or two) already fixed upstream. See gmpy2/gmpy2#418, fixed by gmpy2/gmpy2@68a6b48 and gmpy2/gmpy2@7351e2e.