summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
33 hoursupgpkg: 0.8.16-1Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 daysupgpkg: 0.8.13-1Byeonghoon Yoo
7 daysupgpkg: 0.8.10-1Byeonghoon Yoo
2026-05-08Update to 0.7.10Byeonghoon Yoo
- optdepends: add python-boto3 for the new AWS Bedrock LLM backend (since 0.7.9) Skipped Google Workspace export optdep on purpose: graphify calls the `gws` CLI from googleworkspace/cli, but the AUR package named `gws` is StreakyCobra/gws (a git workspaces helper) -- wrong tool, would mislead users. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07Update to 0.7.8Byeonghoon Yoo
- depends: add python-datasketch, python-rapidfuzz (new base deps for entity dedup pipeline since 0.7.5) - depends: add python-tree-sitter-groovy (new base dep, 27th language, since 0.7.8) - optdepends: clarify python-openai covers Kimi/Ollama/Gemini/ OpenAI backends (was Kimi-only label); python-tiktoken used by Kimi/Gemini/OpenAI; minor description polish Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04Update to 0.7.4Byeonghoon Yoo
- Switch source to PyPI sdist: GitHub tags (v0.6.9-v0.7.3) all point to the same 0.6.9 commit; PyPI has the actual 0.7.x code - depends: add python-tree-sitter-fortran (new base dep, 26th language) - optdepends: add python-tiktoken (kimi token counting) - Source file now extracts as graphifyy-0.7.4/, switch cd targets to ${_name}-${pkgver} Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02Update to 0.6.2Byeonghoon Yoo
- Bump pkgver to 0.6.2 (sha256 e9be48b...) - Drop prepare() sed: upstream removed `<3.14` python bound - optdepends: html2text -> markdownify (license cleanup) - optdepends: add python-anthropic, python-tree-sitter-sql Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29Update to 0.5.5 + best practice cleanupByeonghoon Yoo
- Update pkgver 0.5.0 -> 0.5.5 - Update sha256 for v0.5.5 GitHub tarball - Set proper maintainer (Byeonghoon Yoo <bhyoo@bhyoo.com>) - Add python-openai optdep (kimi extra in upstream) - Drop superfluous 'python>=3.10' constraint (Arch is rolling python) - Move <3.14 sed from build() to prepare() (best practice) - Regenerate .SRCINFO - Add AUR-style .gitignore
2026-04-27Initial commitByeonghoon Yoo