Skip to content
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

MAINT: Remove private _security submodule #1935

Merged
merged 2 commits into from
Jul 2, 2023

Conversation

MartinThoma
Copy link
Member

This PR was made to avoid breaking changes the original PR introduced. We want to remove the outdated parameters, but not at the moment. See https://pypdf.readthedocs.io/en/latest/dev/deprecations.html

Full credit for the work goes to exiledkingcc via PR #1816

MartinThoma and others added 2 commits July 2, 2023 15:30
This PR was made to avoid breaking changes the original PR introduced.
We want to remove the outdated parameters, but not at the moment.
See https://pypdf.readthedocs.io/en/latest/dev/deprecations.html

Full credit for the work goes to exiledkingcc via PR #1816

Co-authored-by: exiledkingcc <exiledkingcc@gmail.com>
@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.48 🎉

Comparison is base (71be38b) 93.41% compared to head (5a9384b) 93.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1935      +/-   ##
==========================================
+ Coverage   93.41%   93.90%   +0.48%     
==========================================
  Files          34       33       -1     
  Lines        7076     6986      -90     
  Branches     1397     1382      -15     
==========================================
- Hits         6610     6560      -50     
+ Misses        312      274      -38     
+ Partials      154      152       -2     
Impacted Files Coverage Δ
pypdf/generic/_base.py 100.00% <100.00%> (+1.69%) ⬆️
pypdf/generic/_data_structures.py 91.09% <100.00%> (+0.33%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@MartinThoma MartinThoma merged commit c3279f7 into main Jul 2, 2023
@MartinThoma MartinThoma deleted the 1816/remove-security-submodule branch July 2, 2023 14:13
MartinThoma added a commit that referenced this pull request Jul 2, 2023
New Features (ENH):
-  Add AES support for encrypting PDF files (#1918, #1935, #1936, #1938)
-  Add page deletion feature to PdfWriter (#1843)

Bug Fixes (BUG):
-  PdfReader.get_fields() attempts to delete non-existing index "/Off" (#1933)
-  Remove unused objects when cloning_from (#1926)
-  Add the TK.SIZE into the trailer (#1911)
-  add_named_destination() maintains named destination list sort order (#1930)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant