py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
8.12k stars 1.39k forks source link

REL: 4.3.0 #2722

Closed stefan6419846 closed 3 months ago

stefan6419846 commented 3 months ago

Let's finally release a new version. The changelog has been condensed a bit to only include really relevant changes.

Please do NOT merge directly to ensure that we are using the correct commit, tag and release message.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.14%. Comparing base (81f35f9) to head (b8758da). Report is 64 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2722 +/- ## ======================================= Coverage 95.14% 95.14% ======================================= Files 51 51 Lines 8547 8547 Branches 1703 1703 ======================================= Hits 8132 8132 Misses 261 261 Partials 154 154 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pubpub-zz commented 3 months ago

Just for remind we were talking about discarding python 3.7 soon. Still within plans ?

stefan6419846 commented 3 months ago

@MartinThoma Somehow the permissions for the automation are still not completely valid: https://github.com/py-pdf/pypdf/actions/runs/9632500709/job/26565760878

remote: error: GH006: Protected tag update failed for refs/tags/4.3.0.        
remote: error: You're not authorized to create a tag        
To https://github.com/py-pdf/pypdf
 ! [remote rejected] 4.3.0 -> 4.3.0 (protected tag hook declined)
error: failed to push some refs to 'https://github.com/py-pdf/pypdf'

It seems like this step requires manual interaction and further tests why this still fails.

pubpub-zz commented 3 months ago

@MartinThoma can you help on this issue ?