Skip to content

Releases: actionless/pikaur

Release 1.14.5

19 Dec 23:34
Compare
Choose a tag to compare
Notable changes:
 2022-11-29 f43cab0 actionless fix(pkgbuild): remove wheel after running python-installer (fixes #683)
 2022-11-29 ef3a925 actionless fix(filelock: __exit__): remove the file after unlocking (fixes #685)
 2022-11-29 91ba397 actionless fix(updates: print_upgradeable): `not X` vs `X is not None` ; use aur packages as input argument, as repo packages info is already cached in Pacman class anyway (fixes #687)

Release 1.14.4

19 Dec 23:34
Compare
Choose a tag to compare
Notable changes:
 2022-11-27 e611a58 actionless feat(info_cli): add new Submitter and Co-maintainers fields
 2022-11-27 77fe74a actionless fix(aur: AURPackageInfo): allow AUR having some extra fields and only print warning instead of throwing an exception
 2022-11-27 9d90136 actionless fix(AURPackageInfo): now AUR returns more data, add `submitter` and `comaintainers` fields

Hotfix release 1.14.3

26 Nov 20:28
Compare
Choose a tag to compare
2022-11-26 376b3cc actionless chore(pkgbuild): fix dep chain problem
with python-pep517

Release 1.14.2

26 Nov 20:28
Compare
Choose a tag to compare
Notable changes:
 2022-11-26 0fed425 actionless fix(pkgbuild): remove prev built wheels before building a new one
 2022-11-26 9c21455 actionless fix(build, config, core): remove runtime dependency on `typing_extensions`
 2022-11-26 2bdb925 actionless fix(pprint: create_debug_logger): use `X is not None` except of `not X`
 2022-11-26 a50ae21 actionless fix(main: OutputEncodingWrapper): reraise exception before stderr closes
 2022-11-26 a8f3af6 actionless fix(InstallInfoFetcher: get_repo_pkgs_info): correctly determine if pkg already processed

Hotfix release 1.14.1

26 Nov 20:28
Compare
Choose a tag to compare
refactor(core: datatype): chaining classmethod descriptors (introduced in python 3.9) will be deprecated in 3.11
  https://docs.python.org/3.11/whatsnew/3.11.html#language-builtins

Relase 1.14

26 Nov 20:28
Compare
Choose a tag to compare
Notable changes:
 2022-11-25 a8cc477 actionless fix(build): always remove installed build deps when build fails also improve exception types being raised
 2022-11-25 02ace37 actionless feat(pkg_cache_cli): improve message when removing cache
 2022-11-24 1b50155 actionless feat(urllib: read_bytes_from_url, read_gzip_from_url): a bit more sane behavior with --noconfirm flag
 2022-11-24 49d77a8 actionless feat(pkg_cache_cli): improve message when cache dir is already empty
 2022-11-24 3a28899 actionless feat(main: cli_clean_pkg_cache): when running `-Scc --noconfirm` always default everything to yes
 2022-11-24 f220c6a actionless fix(install_info_fetcher: _get_install_pkgs_info): correctly ask user to continue
 2022-11-10 933f2b0 Bundy01 chore(po): update fr and es (#674)

1.13.2

27 Oct 15:30
Compare
Choose a tag to compare

Notable changes 👾

2022-10-27 a8afb44 actionless fix(pikaur: pacman: get_print_format_output; install_info_fetcher: get_repo_pkgs_info): still check deps when needed (re: #665, #656)
2022-10-27 feb6347 actionless fix(install_info_fetcher; update: print_upgradeable): don't fetch update info twice when printing ignored packages

Full Changelog: 1.13.1...1.13.2 🤓

1.13.1

27 Oct 11:19
Compare
Choose a tag to compare

Notable changes 👾

2022-10-27 b301cca actionless feat(build: recovery prompt): add [n] skip 'prepare()' function of PKGBUILD (re: #671)
2022-10-27 0925f84 actionless fix(pacman: find_upgradeable_packages): check per-peckage deps only if they can't be resolved for the whole transaction (fixes #672)
2022-10-22 498dbbd actionless fix(print_department: version): print current year

Full Changelog: 1.13...1.13.1 🤓

1.13

27 Oct 11:18
Compare
Choose a tag to compare

Notable changes 👾

2022-10-10 a828755 jotomo fix(pacman print_format operations) add --nodeps. (#668) (Fixes #665, #656)
2022-10-10 49f1b9d actionless feat(help cli): document --print-commands flag
2022-10-10 7b1969b actionless fix(pikaur: print_dept: pformat_sysupgrade: total_size): make translateable
2022-10-10 ae20808 actionless feat: add config value ui.WarnAboutPackageUpdates for printing warning about some important for packages for the user
2022-10-07 b613841 Bundy01 chore(locale): update and translation: es,fr (#667)

New Contributors 🔥

Full Changelog: 1.12...1.13 🤓

1.12

04 Oct 01:23
Compare
Choose a tag to compare

Notable changes 👾

  • 2022-10-04 75a3380 actionless feat(install_cli: review_build_files): store review state outside of PackageBuild class (closes #525)
  • 2022-09-26 98f8880 actionless feat(updates, print_dept): print if package was ignored in the pacman config
  • 2022-09-15 38792d1 gnfzdz feat(DynamicUsers): Update to pass GNUPGHOME environmental variable as part of makepkg builds (#663)
  • 2022-08-30 7ec6518 actionless fix(build: get_latest_dev_sources): don't pass --noprepare according to pkgbuild spec (fixes #661)
  • 2022-08-30 e730c2c linweiyuan feat(print_dept): add printing message of package total size (#662) (fixes #659)
  • 2022-07-24 39255c7 voest fix(install_cli: review_build_files): use dynamic user for git diff (fixes #645) (#655)
  • 2022-07-21 72b425b Drommer chore(po): Update Ukranian Translation (#654)
  • 2022-07-21 fbd34f9 Drommer chore(po): Update Russian Translation (#653)

New Contributors 🔥

Full Changelog: 1.11...1.12 🤓