Skip to content

Tags: actionless/pikaur

Tags

1.31

Toggle 1.31's commit message
Release 1.31

Notable changes:
*  2024-12-17 d833d2e actionless fix(pikaur-static: pypyalpm: Package): convert size and isize to int (re: #857)
*  2024-12-17 0b0bac4 actionless fix(pikaur-static: pypyalpm: _get_repo_dict_remote): backport get_pkg_id() key-generator from pikaur mainline (re: #857)
*  2024-12-17 c1fc182 actionless fix(pikaur-static: pypyalpm: get_repo_dict): backport get_pkg_id() key-generator from pikaur mainline (re: #857)
*  2024-12-17 3e71191 actionless chore(argparse_extras): sync with upstream (3.13.1) argparse (fixes: #857)
*  2024-12-17 8f18e88 actionless feat(pikaur-static: pacman-fallback): add support for --verbose/--pikaur-debug
*  2024-12-17 9eab8d9 actionless chore(alpm): add -debug ones to list of official repo names
*  2024-12-12 e3e0131 actionless feat(pikasay): add --mascot cli flag and cat mascot

1.30.3

Toggle 1.30.3's commit message
Hotfix Release 1.30.3

Notable changes:
*  2024-12-12 4e1e808 actionless fix(install_cli: _find_extra_aur_build_deps): add missing .runtimedeps to left side of comparison (fixes: #853, #854)

1.30.2

Toggle 1.30.2's commit message
Hotfix Release 1.30.2

Notable changes:
*  2024-10-02 b49d07d actionless fix(args): handling `--` separator in python 3.12.7+ (fixes: #846)

1.30.1

Toggle 1.30.1's commit message
Hotfix Release 1.30.1

*  2024-10-02 12c34dd actionless refactor(install_cli, install_info_fetcher): common handling of both manually_excluded_package_names and --ignore args
*  2024-10-02 3e995a9 actionless fix(install_info_fetcher: print_excluded_pkgs): don't print twice
*  2024-10-02 dadda7b actionless fix(aur_deps: install_info_fetcher: get_aur_deps_info): handle the case when --ignore'd pkg is not a pkg itself but a dependency of that package which is going to be installed/updated
*  2024-10-01 ca6a347 actionless doc(readme): mention -X flag in the readme

1.30

Toggle 1.30's commit message
Release 1.30

Notable Changes:
*  2024-10-01 e41ff77 actionless doc(readme): mention pikaur-static ⚡
*  2024-10-01 1476fcd actionless chore(argparse_extras): sync with upstream (3.12.7) argparse (fixes: #845)
*  2024-09-28 6d78019 actionless feat(build: set_build_package_path): if `*-debug` package was built, copy it to pikaur ./pkgs/ cache dir
*  2024-09-21 e8727d5 Bundy01 chore(locale): update es.po and fr.po (#842)

1.29.1

Toggle 1.29.1's commit message
Hotfix Release 1.29.1

Notable Changes:
*  2024-09-19 2ecc4c2 actionless fix(search_cli): handle when pkg.desc is None

Other Changes:
*  2024-09-19 12125dc actionless fix(progressbar): make it look nice for both cases when number of `values > term width` and `<`

1.29

Toggle 1.29's commit message
Release 1.29

Notable changes:
*  2024-09-18 00f6846 actionless fix(pikspect): update templates for pacman questions about package conflicts
*  2024-09-18 c25d9cb actionless feat(updates, install_info_fetcher, print_dept): show warning if dev's package stable release have newer version (fixes: #666)
*  2024-09-16 573b75f actionless fix(pikaur-static: pypyalpm: Package: compute_requiredby, compute_optionalfor): sort results
*  2024-09-16 61fdb66 actionless chore(pikaur-static: pycman): sync with upstream (pacman 7.0/libalpm 15/pyalpm 0.10.6)

1.28

Toggle 1.28's commit message
Release 1.28

Notable Changes:
*  2024-09-12 2a04ef4 actionless feat(info_cli): make -Si output closer to pacman's
*  2024-09-12 7ad7290 actionless doc(help_cli): better document -X/--extras
*  2024-09-12 75663f0 actionless chore: move --dep-tree to -X/--extras
*  2024-09-11 ca57f21 actionless chore(pikaur_meta_helpers): add dep_tree visualizer
*  2024-09-10 b3f2814 actionless chore(maintenance_scripts: makefile_shellcheck): move it into submodule
*  2024-09-07 63a4be3 actionless feat(pikaur-static, args): document `--force-pacman-cli-db` arg
*  2024-09-07 e9e9e37 actionless feat(print_dept: pformat_sysupgrade): separate message and style for optional-only dependencies
*  2024-09-06 ff3ffaf actionless fix(pikatypes: InstallInfo, install_info_fetcher: mark_dependant: required_by): use set() instead of list() (fixes: #496)
*  2024-09-05 3f6fff2 Bundy01 chore(locale): update es.po, fr.po (#839)
*  2024-09-05 327f8bb actionless fix(print_dept: pformat_sysupgrade): translate `required by` and `optional for` (re: #839)

1.27

Toggle 1.27's commit message
Release 1.27

Add `pikaur-static` version, similar to `pacman-static`:
*  2024-09-04 2090622 actionless chore(pkgbuild; maintenance_scripts: tag_release): add static releases
*  2024-09-03 53cb77b actionless feat(makefile): add `standalone` target
( --pacman-path could be used to use custom pacman executable during recovery)

Other Notable Changes:
*  2024-09-04 9d856d5 actionless feat(args): add --pacman-conf-path flag
*  2024-08-31 934fd03 actionless chore: add pure-python fork of pyalpm, compatible with pypy
*  2024-08-31 1455694 actionless refactor: downgrade code to work with older python version, implemented in pypy3 7.3.17
*  2024-09-04 770cf3d actionless feat(args): add --pacman-path flag
*  2024-09-03 49ff187 actionless feat(pikspect): bypass env vars to spawned process
*  2024-09-03 4b2d6ab actionless feat(args, alpm): implement support for pacman's --dbpath and --root flags
*  2024-09-02 a89ebf9 actionless feat(pikspect): implement support for SIGWINCH, so inner terminal would be resized automatically when user resizing terminal
*  2024-09-01 e0778b3 actionless chore(packaging: bin): use unbuffered python by default
*  2024-08-30 3696579 actionless fix(search_cli): handle the case when one of multi-word search queries found nothing in repos (but others found smth)

1.26.1

Toggle 1.26.1's commit message
Hotfix Release 1.26.1

Changes:
*  2024-08-30 ee41bf4 actionless fix(install_cli: manual_package_selection): force encoding when writing and reading temp file (fixes #836)
*  2024-08-28 1ba61ef Bundy01 chore(locale): update es.po, fr.po and regeneration of others (#834)