-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ROB : fix decryt returning empty bytestring #1258
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1258 +/- ##
==========================================
- Coverage 94.89% 94.85% -0.04%
==========================================
Files 30 30
Lines 4971 4973 +2
Branches 1022 1023 +1
==========================================
Hits 4717 4717
- Misses 142 143 +1
- Partials 112 113 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@MartinThoma, |
Hiha ! I managed to reopen it by myself |
Thank you @pubpub-zz 🙏 I'll release it today. As a side-note: I'll be on vacation the next week, so I might not respond. |
Enjoy ! 😎 |
Robustness (ROB): - Decrypt returns empty bytestring (#1258) Documentation (DOC): - Adding WevertonGomes as a Contributor Developer Experience (DEV): - Modify CI to better verify built package contents (#1244) Maintenance (MAINT): - Remove unused sign function in _extract_text (#1262) - Remove \'mine\' as PdfMerger always creates the stream (#1261) - Let PdfMerger._create_stream raise NotImplemented (#1251) - password param of _security._alg32(...) is only a string, not bytes (#1259) - Remove unreachable code in read_block_backwards (#1250) Testing (TST): - Delete annotations (#1263) - Close PdfMerger in tests (#1260) - PdfReader.xmp_metadata workflow (#1257) - Various PdfWriter (Layout, Bookmark deprecation) (#1249) Full Changelog: 2.10.2...2.10.3
fix #1245