GNU bug report logs - #79168
30.1; Proposed changes for oauth2

Previous Next

Package: emacs;

Reported by: Xiyue Deng <manphiz <at> gmail.com>

Date: Mon, 4 Aug 2025 00:00:01 UTC

Severity: normal

Found in version 30.1

Done: Sean Whitton <spwhitton <at> spwhitton.name>

Full log


View this message in rfc822 format

From: Xiyue Deng <manphiz <at> gmail.com>
To: 79168 <at> debbugs.gnu.org
Cc: Xiyue Deng <manphiz <at> gmail.com>
Subject: bug#79168: [PATCH 11/11] Address several package-lint warnings/errors
Date: Fri,  8 Aug 2025 23:45:50 -0700
* packages/oauth2/oauth2.el: Add URL.
* packages/oauth2/oauth2.el: Require (emacs "27.1") for
`time-convert', `if-let*', plstore, etc., and drop (cl-lib "0.5")
which is already met by newer emacs version.
---
 oauth2.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oauth2.el b/oauth2.el
index e4e9ff8d6c..73e3191063 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -4,8 +4,9 @@
 
 ;; Author: Julien Danjou <julien <at> danjou.info>
 ;; Version: 0.17
+;; URL: https://elpa.gnu.org/packages/oauth2.html
 ;; Keywords: comm
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is part of GNU Emacs.
 
-- 
2.39.5





This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.