Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.2
Choose a base ref
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.3
Choose a head ref
  • 13 commits
  • 19 files changed
  • 3 contributors

Commits on Aug 15, 2022

  1. DOC: Adding WevertonGomes as a Contributor

    Thank you for reporting the issue so quickly!
    MartinThoma committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    917ff2e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. DEV: Modify CI to better verify built package contents (#1244)

    PR modifies the package CI job in two ways:
    
    1. Pass package to check-wheel-contents. This makes it so that check-wheel-contents verifies that each file in the package are actually in the wheel following their directory structure.
    2. Have CI steps that verify we can install the package, and that we can run a minimal example with it 
    
    Either of these steps would have been sufficient to have caught #1242 per the example runs above.
    
    Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
    MasterOdin authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    28cf36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6c224 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. MAINT: Remove unreachable code in read_block_backwards (#1250)

    Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
    MartinThoma and MasterOdin authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    52463ea View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    c188fb0 View commit details
    Browse the repository at this point in the history
  2. MAINT: password param of _security._alg32(...) is only a string, not …

    …bytes (#1259)
    
    Adjust type annotations
    MartinThoma authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    7f0a6b0 View commit details
    Browse the repository at this point in the history
  3. MAINT: Let PdfMerger._create_stream raise NotImplemented (#1251)

    ... if arg is none of str/Path/stream/PdfReader
    MartinThoma authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    0983fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baf0de1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    cf3aab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6714481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff3bff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b086e20 View commit details
    Browse the repository at this point in the history
  5. REL: 2.10.3

    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
    MartinThoma committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2ddc48a View commit details
    Browse the repository at this point in the history
Loading