Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 29, 2023
1 parent bc63789 commit 9088b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Merged conda packaging code. The packages build, but there is no CI integration yet.
- Updated setup code, mainly to support conda.
* Independent bindings cache. Download headers from pdfium. Extract archive members explicitly.
* Cleaned up version integration of sourcebuild.
* Changed `system` platform to generate files according to given version, instead of expecting given files.
* Added `provided!` prefix to platform spec, allowing to install with given files.
* Added `PDFIUM_BINDINGS=reference` to use pre-built bindings when installing from source.
Expand Down
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/packaging_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _get_version_conv():
return to_full

@staticmethod
def to_full(v_short, type=dict): # XXX origin
def to_full(v_short, type=dict):

v_short = int(v_short)
ver_dict = PdfiumVer._get_version_conv()
Expand Down

0 comments on commit 9088b0d

Please sign in to comment.