Compare commits

...

7 commits

Author SHA1 Message Date
93b0040ed4 Merge branch 'main' into renovate/pypdf-6.x
Some checks failed
PR-Build / PR Build (push) Failing after 1m3s
2025-10-18 11:10:26 +02:00
fb632876d2 Update dependency pytest to v8.4.2 (#3)
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 0s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 3s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 2s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | minor | `==8.3.2` -> `==8.4.2` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: tidoni <niklasmu@protonmail.ch>
Reviewed-on: #3
Co-authored-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
Co-committed-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
2025-10-18 11:07:49 +02:00
fada34df0c Fix PR builds (#6)
Some checks are pending
Auto Deploy pdf-web-tolkit / Check Docker State (push) Waiting to run
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Blocked by required conditions
Reviewed-on: #6
2025-10-18 11:06:28 +02:00
3bc3761d03 .forgejo/workflows/pr.yaml aktualisiert
Some checks are pending
Auto Deploy pdf-web-tolkit / Check Docker State (push) Waiting to run
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Blocked by required conditions
2025-10-18 10:58:44 +02:00
45e934754e .forgejo/workflows/pr.yaml aktualisiert
Some checks are pending
Auto Deploy pdf-web-tolkit / Check Docker State (push) Waiting to run
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Blocked by required conditions
2025-10-18 10:57:36 +02:00
73dd9f09e5 .forgejo/workflows/pr.yaml aktualisiert
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 1s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 4s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 12s
2025-10-18 09:22:42 +02:00
3f8b33023c .forgejo/workflows/pr.yaml aktualisiert
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 1s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 41s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 2s
2025-10-18 09:14:32 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
# Checkout Repo
-
name: Checkout Repo
uses: actions/checkout@v4
# Make sure docker is available
- run: docker ps
# Falback to clone the repo at the current commit, need to get commit or branch name
@ -22,4 +26,4 @@ jobs:
# - run: (cd /root && git clone https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit.git)
# - run: (cd /root/pdf-web-toolkit && docker build -t pdf-web-toolkit .)
- run: docker build -t pdf-web-toolkit .
- run: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
- run: docker run --rm pdf-web-toolkit pytest

View file

@ -3,4 +3,4 @@ gunicorn==23.0.0
pypdf==6.1.1
# For testing
pytest==8.3.2
pytest==8.4.2