CorvusRuber I mean, for the general user, changing eopkg install to include an update adds quite an overhead. Even just for myself, I'm not a fan of slowing everything down for every package install when only 1 out of 20 times it actually could need to update.
logtom In your specific case you'd probably just opt to say no to the suggested upgrade and then it wouldn't bother you again for another week (since the index would have been updated). But, as a general solution, I think it'd be nice to have something like sudo eopkg pin-version cups-filters
that would save in some ~/.config/eopkg/pinned.yml
file a list of pinned packages with the dates they were pinned. When an upgrade would run it could automatically exclude pinned packages. Then, a few weeks later when a new cups version comes out, it could ask you again if you'd like to unpin the package when running sudo eopkg up
.