summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-01-21bump pkgrel for python 3.14Robin Ekman
2025-11-01bump version to 1.0.3Robin Ekman
2025-10-05update to version 1.0.1Robin Ekman
- now uses uv_build as backend, builddeps updated accordingly - now provides `tests/__init__.py`, so we don't need to create it - source files are now in a `src` folder, so we need to set `PYTHONPATH` in check() so tests run against the package being built, not the one installed on the system, if any - telling pytest to look in the tests directory avoids it opening `test.png`
2024-12-23bump pkgrel for python 3.13Robin Ekman
2024-05-26fix prepare() (revert 007346)Robin Ekman
2024-05-26clean out stale wheels in prepare()Robin Ekman
2024-05-26bump pkgrel for python 3.12Robin Ekman
2024-05-26touch tests/__init__.py in prepare()Robin Ekman
this is an ugly hack to ensure tests run correctly until upstream #23 is merged: https://github.com/chireiden/python-ass/pull/23
2023-12-16check: fix test image being openedRobin Ekman
happens when running pytest in the parent directory with the src directory as argument; fix by cd-ing
2023-12-16bump pkgrelRobin Ekman
2023-12-16build: use PEP 517 build processRobin Ekman
2023-12-16remove prepare()Robin Ekman
this is not a -git package; we don't need it
2023-12-16fix depsRobin Ekman
2023-12-16remove superfluous providesRobin Ekman
2023-12-12update to v0.5.4Robin Ekman
2023-12-12add prepare() to clean out old wheelsRobin Ekman
2023-12-12fix check()Robin Ekman
2022-08-04initial commitRobin Ekman