Package zoryn: Information

  • Default inline alert: Version in the repository: 0.35.0-alt1

Source package: zoryn
Version: 0.34.0-alt1
Latest version according to Repology
Build time:  Apr 7, 2026, 01:00 AM in the task #414310
Report package bug
Summary: Maintainer assistant for ALT Linux package maintenance
Description: 
Zoryn is a maintainer assistant that simplifies routine ALT Linux package
maintenance tasks. It provides a unified interface for version updates from
upstream, local and remote hasher builds with multi-arch support, spec file
operations, task management on gitery/gyle, and cross-branch submissions.
Includes batch builds, automatic dependency detection, and CVE detection
in changelogs.

List of RPM packages built from this SRPM:
ocaml-zoryn (x86_64, aarch64)
ocaml-zoryn-debuginfo (x86_64, aarch64)
ocaml-zoryn-devel (x86_64, aarch64)
zoryn (x86_64, aarch64)
zoryn-debuginfo (x86_64, aarch64)

Maintainer: Anton Farygin

List of contributors:
Anton Farygin


    1. /dev/pts
    2. /proc
    3. ocaml >= 4.08.0
    4. ocaml-alcotest-devel >= 1.7.0
    5. ocaml-alt-releases-matrix-devel >= 0.2.0
    6. ocaml-bisect_ppx-devel
    7. ocaml-cmdliner-devel >= 2.1.0
    8. libcurl-devel
    9. libev-devel
    10. ocaml-crowbar-devel >= 0.2.2
    11. ocaml-curl-devel >= 0.9.0
    12. ocaml-lambda-term-devel >= 3.0.0
    13. ocaml-linenoise-devel
    14. ocaml-lwt-devel >= 5.0.0
    15. ocaml-markup-devel
    16. ocaml-opam-file-format-devel >= 2.1.0
    17. ocaml-parsexp-devel
    18. ocaml-pcre2-devel
    19. ocaml-ppxlib-devel >= 0.28.0
    20. ocaml-re-devel >= 1.10.0
    21. ocaml-toml-devel
    22. ocaml-uucp-devel
    23. ocaml-yojson-devel >= 1.7.0
    24. dune >= 3.0
    25. gear
    26. git-core
    27. git-subtree

Last changed


April 6, 2026 Anton Farygin 0.34.0-alt1
- task refresh: added --from flag for cross-branch sync (detect stale
  subtasks and replace with copy from source branch)
- task refresh: added --types flag to control which subtask types are
  checked (copy, rebuild, build=gear+srpm, ALL)
- task test-rebuild: added FTBFS warning and --skip-ftbfs flag
- added TAB completion for package names via Repoteka API
- task ls/show: fixed missing package names for delete/copy/rebuild subtasks
- build: unified batch build logic for single and multi-builder modes
April 5, 2026 Anton Farygin 0.33.0-alt1
- task manage: added mouse text selection (click+drag, double/triple-click,
  auto-scroll, OSC 52 clipboard copy)
- task manage: added Space/b page navigation keys in log viewer
- task manage: added syntax highlighting for log output (sublime-syntax,
  PCRE2 JIT) with user-customizable .tmTheme color themes
- task manage: changed line wrapping to character-based instead of word-based
- task manage: fixed last character lost on line wrap
- task manage: fixed wrapped continuation lines not using full screen width
- task manage: fixed syntax highlighting caches not cleared between lines
- build: added --section flag for running specific rpmbuild section in
  existing chroot, --rpmbuild-args for extra arguments
- build: added configurable log filename template in [build] config
- build: added --skip-check rpmbuild value to skip %check section
- build: fixed SKIP instead of FAIL for ExcludeArch/ExclusiveArch
- build: fixed batch value not passed in single-builder batch path
- gen pypi2spec: improved runtime deps, autoreq settings, spec naming,
  %define pypi_name for correct dist-info path
March 31, 2026 Anton Farygin 0.32.0-alt1
- added submit automatic squash of duplicate release commits
- added PyPI version source for Python packages in up and check version
- added task test-rebuild --top full TUI rewrite using LTerm with log viewer
- added tui_logview shared library for log viewer logic
- added task abort command
- added task approve and task disapprove commands
- added task test-rebuild --package and --packages-file flags
- added CVE:YYYY-NNNNN format support in changelog parser
- fixed gen version-up v-prefix stripping for tag parts
- fixed task test-rebuild --top view mode and log viewer issues
- fixed package_spec is_alt_release for branch and arch releases
- fixed task test-rebuild --continue-no-refresh stats update
- fixed task manage approve/disapprove with message in TUI
- fixed task test-rebuild incorrect rebuild with same git repo tags
- fixed rdb parse_task_packages_json for gear subtasks with multiple packages