summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-31activitywatch-git: ensure aw-server static files are installedGergely Meszaros
Poetry now defaults to including extra files listed only in sdist and not in wheel builds. This caused the static files to be missing from the installed package. Update the patch to explicitly include static files in both sdist and wheel builds.
2025-08-31activitywatch-git: add patch to fix ImportError for flask 3.0Gergely Meszaros
2025-08-31activitywatch-git: drop aw-core patchGergely Meszaros
The issue is now fixed upstream by https://github.com/ActivityWatch/aw-core/pull/127
2024-05-31upgpkg: bump activitywatch git versionGergely Meszaros
2024-05-01refactor: use correct package name for python-typing_extensionsGergely Meszaros
The package name is `python-typing_extensions` and not `python-typing-extensions`. A compatibility alias is provided, but we should use the correct name.
2023-11-19upkgpkg: activitywatch-git rel 3Gergely Meszaros
Fix aw-cli not correctly installed
2023-11-19upgpkg: activitywatch-git rel 2Gergely Meszaros
conflict with activitywatch instead of activitywatch-bin.
2023-11-19addpkg: activitywatch-gitGergely Meszaros