Skip to content

Commit d59ec2d

Browse files
committed
conda chores
1 parent 219091d commit d59ec2d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

conda/helpers/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requirements:
3131
- wheel !=0.38.0,!=0.38.1
3232
run:
3333
# -- Reasons for pdfium version bounds --
34-
# >6635 : new pdfium errchecks
34+
# >6635 (effectively >=6638) : new pdfium errchecks
3535
# (before that: >6164 : API-breaking changes to ctypesgen)
3636
# !=6219 : Blacklisted due to https://crbug.com/pdfium/2112 (6205 is also affected, but not on conda due to monthly schedule)
3737
# <={{ pdfium_max }} : Prevents future versions for API safety reasons

conda/raw/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ about:
5151
summary: Python bindings to PDFium (raw, external binary)
5252
description: |
5353
This package provides raw ctypes bindings to pdfium.
54-
Note, dependants should not pin this package to an exact version, as pypdfium2_raw itself pins pdfium-binaries for ABI safety reasons.
54+
Note, dependents should not pin this package to an exact version, as pypdfium2_raw itself pins pdfium-binaries for ABI safety reasons.
5555
In general, pypdfium2_helpers is the canonical package (i.e. roughly equivalent to pypdfium2 on PyPI), so it is recommended to depend on that rather than on pypdfium2_raw directly.
5656
license: BSD-3-Clause, Apache-2.0
5757
license_file:

docs/devel/changelog_staging.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- Merged `tests_old/` back into `tests/`.
5050
- Migrated from deprecated `.reuse/dep5`/`.reuse/dep5-wheel` to more visible `REUSE.toml`/`REUSE-wheel.toml`.
5151
- Docs: Improved logic when to include the unreleased version warning and upcoming changelog.
52+
- Bumped minimum pdfium requirement in conda recipe to `>6635` (effectively `>=6638`), due to new errchecks that are not version-guarded.
5253
- Cleanly split out conda packaging into an own file, and confined it to the `conda/` directory, to avoid polluting the main setup code.
5354

5455
<!-- TODO

0 commit comments

Comments
 (0)