Skip to content

Commit

Permalink
Merge pull request useblocks#17 from useblocks/mh-update-deps
Browse files Browse the repository at this point in the history
Removed Python 3.6 and updated deps

Need to force merge because the Python3.6 checks are not supposed to run.
Looks like a Github Actions bug.
  • Loading branch information
ubmarco authored Apr 28, 2022
2 parents d9df43a + d4856a9 commit 9983b6f
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 437 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [[3,6], [3,7], [3,8], [3,9]]
python-version: [[3,7], [3,8], [3,9]]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
19 changes: 15 additions & 4 deletions docs/contents/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,28 @@ __ https://github.com/useblocks/libpdf/compare/v0.0.1...HEAD
`0.0.2`__ - 2020-09-30
----------------------

Fixed
Added
~~~~~

- Fixed catalog outline title resolve issue (`PR #10 <https://github.com/useblocks/libpdf/pull/10>`_)
Changed
~~~~~~~

Added
~~~~~
- Updated downstream library dependencies

- Added flag ``--no_annotations`` to exclude annotation extraction from the catalog to speed up extraction
(`PR #15 <https://github.com/useblocks/libpdf/pull/15>`_)

Removed
~~~~~~~

- libpdf has dropped support for Python 3.6, which reached end-of-life on 2021-12-23; this also fixes the Pillow 8
security vulnerabilities

Fixed
~~~~~

- Fixed catalog outline title resolve issue (`PR #10 <https://github.com/useblocks/libpdf/pull/10>`_)

__ https://github.com/useblocks/libpdf/releases/tag/v0.0.1

`0.0.1`__ - 2020-06-30
Expand Down
Loading

0 comments on commit 9983b6f

Please sign in to comment.