nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

kcc: 7.4.1 -> 7.5.1

Open r-ryantm opened this issue 9 months ago • 1 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for kcc is: Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ

meta.homepage for kcc is: https://kcc.iosphe.re

meta.changelog for kcc is: https://github.com/ciromattia/kcc/releases/tag/v7.5.1

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 7.5.1 with grep in /nix/store/5fidd2706548nr3rdhs4mqpnzfl5hpbp-kcc-7.5.1
  • found 7.5.1 in filename of file in /nix/store/5fidd2706548nr3rdhs4mqpnzfl5hpbp-kcc-7.5.1

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

kcc
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/5fidd2706548nr3rdhs4mqpnzfl5hpbp-kcc-7.5.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.) For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A kcc https://github.com/r-ryantm/nixpkgs/archive/940d7549f908f3c5a594819852673f1f55a3e16a.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/940d7549f908f3c5a594819852673f1f55a3e16a#kcc

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/5fidd2706548nr3rdhs4mqpnzfl5hpbp-kcc-7.5.1
ls -la /nix/store/5fidd2706548nr3rdhs4mqpnzfl5hpbp-kcc-7.5.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to this change.

This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as failed to build independent of the change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

:white_check_mark: 2 packages built:
  • kcc
  • kcc.dist

Maintainer pings

cc @dawidsowa @adfaure for testing.

[!TIP] As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a :+1: reaction to pull requests you find important.

r-ryantm avatar Jun 22 '25 12:06 r-ryantm

Resolves #418650

adfaure avatar Jun 22 '25 12:06 adfaure