branch: elpa/emacsql
commit ea613c5191dcaa2583d3f7d5737b31bb88a07ed5
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
Push other sub-packages up to Emacs 25 as well
---
emacsql-mysql.el | 2 +-
emacsql-psql.el | 4 ++--
emacsql-sqlite.el | 2 +-
emacsql.el | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 28bdf402ac..9d82d5f740 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -5,7 +5,7 @@
;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/emacsql
;; Version: 1.0.0
-;; Package-Requires: ((emacs "24.3") (cl-generic "0.3") (cl-lib "0.3")
(emacsql "2.0.0"))
+;; Package-Requires: ((emacs "25.1") (emacsql "2.0.0"))
;;; Commentary:
diff --git a/emacsql-psql.el b/emacsql-psql.el
index c90ab36e2f..f0317ec553 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -1,11 +1,11 @@
-;;; emacsql-psql.el --- EmacSQL back-end for PostgreSQL via psql and pg -*-
lexical-binding: t; -*-
+;;; emacsql-psql.el --- EmacSQL back-end for PostgreSQL via psql -*-
lexical-binding: t; -*-
;; This is free and unencumbered software released into the public domain.
;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/emacsql
;; Version: 1.0.0
-;; Package-Requires: ((emacs "24.3") (cl-generic "0.3") (cl-lib "0.3")
(emacsql "2.0.0") (pg "0.12"))
+;; Package-Requires: ((emacs "25.1") (emacsql "2.0.0"))
;;; Commentary:
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index d636c27a09..91974d41a1 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -5,7 +5,7 @@
;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/emacsql
;; Version: 1.0.0
-;; Package-Requires: ((emacs "24.3") (cl-generic "0.3") (cl-lib "0.3")
(emacsql "2.0.0"))
+;; Package-Requires: ((emacs "25.1") (emacsql "2.0.0"))
;;; Commentary:
diff --git a/emacsql.el b/emacsql.el
index 0d7cc15f4f..28dbdaaa1d 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -5,7 +5,7 @@
;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/emacsql
;; Version: 2.0.2
-;; Package-Requires: ((emacs "25"))
+;; Package-Requires: ((emacs "25.1"))
;;; Commentary: