emacs-compat / compat

COMPATibility Library for Emacs Lisp
https://elpa.gnu.org/packages/compat.html
GNU General Public License v3.0
69 stars 12 forks source link

Update dependencies #35

Closed seagle0128 closed 6 months ago

seagle0128 commented 6 months ago

Since seq is updated to 2.24, I got some error in CI. Please update the dependencies to the latest version accordingly. Thanks!

Missing dependency: "Failed to verify signature: \"seq-2.24.tar.sig\"", "Setting `package-selected-packages' temporarily since \"emacs -q\" would overwrite customizations"
phikal commented 6 months ago

seq 2.23 is the version that Emacs 29.1 bundles (and the current version of Compat still indicates that it provides compatibility up to 29.1), so it would be more consistent to stick to that.

The problem you are experiencing is related to a signing error on ELPA, you should report that upstream.

minad commented 6 months ago

As Philip mentioned, seq 2.23 is bundled with 29.1. There is also no strong reason to depend on a newer version, since Compat doesn't use newer seq features.