-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[stubsabot] Bump fpdf2 to 2.7.6 #10609
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
Conversation
See #10533 for a previous discussion of this PR. Edit: Also python/mypy#15923 and python/mypy#15933 for the mypy bug report and fix by @AlexWaygood. |
Release: https://pypi.org/pypi/fpdf2/2.7.6 Homepage: https://py-pdf.github.io/fpdf2/ Repository: https://github.com/PyFPDF/fpdf2 Diff: py-pdf/fpdf2@2.7.4...2.7.6 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `fpdf/text_region.py`, `test/fonts/test_font_internals.py`. - 0 files included in typeshed's stubs have been deleted. - 23 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3676. - Total lines of Python code deleted: 1373. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI
997b9cb
to
3b15027
Compare
Stubtest still crashes, although it's not mypyc related. |
I think it's the same crash, and that it'll be fixed by #10862. But let's wait and see :) |
It somehow slipped my mind that we haven't upgraded mypy yet ... |
Stubtest no longer crashes with the latest mypy 🎉 (it still reports 133 errors in our stubs, though) |
Superseded by #10932. |
Release: https://pypi.org/pypi/fpdf2/2.7.6
Homepage: https://py-pdf.github.io/fpdf2/
Repository: https://github.com/PyFPDF/fpdf2
Diff: py-pdf/fpdf2@2.7.4...2.7.6
Stubsabot analysis of the diff between the two releases:
fpdf/text_region.py
,test/fonts/test_font_internals.py
.If stubtest fails for this PR:
Note that you will need to close and re-open the PR in order to trigger CI