[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit bc00937dd7 6/6: Bump dependencies
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit bc00937dd7 6/6: Bump dependencies |
Date: |
Sat, 4 Feb 2023 06:59:07 -0500 (EST) |
branch: elpa/git-commit
commit bc00937dd78381efa07f39abd5d34c53ee500548
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Bump dependencies
---
default.mk | 13 +++++++------
lisp/git-commit-pkg.el | 6 +++---
lisp/git-commit.el | 2 +-
lisp/magit-libgit-pkg.el | 4 ++--
lisp/magit-libgit.el | 2 +-
lisp/magit-pkg.el | 12 ++++++------
lisp/magit-section-pkg.el | 4 ++--
lisp/magit-section.el | 2 +-
lisp/magit.el | 2 +-
9 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/default.mk b/default.mk
index 5c7ebb42e7..18a3e74138 100644
--- a/default.mk
+++ b/default.mk
@@ -112,9 +112,10 @@ ELGS = magit-autoloads.el magit-version.el
VERSION ?= $(shell \
test -e $(TOP).git && \
git describe --tags --abbrev=0 --always | cut -c2-)
-TIMESTAMP = 20211004
+# TODO Deal with the fact that timestamps are no longer in sync.
+TIMESTAMP = 20230101
-COMPAT_VERSION = 29.1.1.0
+COMPAT_VERSION = 29.1.3.2
DASH_VERSION = 2.19.1
GIT_COMMIT_VERSION = $(VERSION)
LIBGIT_VERSION = 0
@@ -124,15 +125,15 @@ MAGIT_SECTION_VERSION = $(VERSION)
TRANSIENT_VERSION = 0.3.6
WITH_EDITOR_VERSION = 3.0.5
-COMPAT_SNAPSHOT = 29.1.1.0
-DASH_MELPA_SNAPSHOT = 20210826
+COMPAT_SNAPSHOT = 29.1.3.2
+DASH_MELPA_SNAPSHOT = 20221013
GIT_COMMIT_MELPA_SNAPSHOT = $(TIMESTAMP)
LIBGIT_MELPA_SNAPSHOT = 0
MAGIT_MELPA_SNAPSHOT = $(TIMESTAMP)
MAGIT_LIBGIT_MELPA_SNAPSHOT = $(TIMESTAMP)
MAGIT_SECTION_MELPA_SNAPSHOT = $(TIMESTAMP)
-TRANSIENT_MELPA_SNAPSHOT = 20210920
-WITH_EDITOR_MELPA_SNAPSHOT = 20211001
+TRANSIENT_MELPA_SNAPSHOT = 20230201
+WITH_EDITOR_MELPA_SNAPSHOT = 20230118
DEV_VERSION_SUFFIX = .50-git
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el
index 92e75a0890..3a801bb96b 100644
--- a/lisp/git-commit-pkg.el
+++ b/lisp/git-commit-pkg.el
@@ -1,8 +1,8 @@
(define-package "git-commit" "3.3.0.50-git"
"Edit Git commit messages."
'((emacs "25.1")
- (compat "28.1.1.2")
- (transient "20210920")
- (with-editor "20211001"))
+ (compat "29.1.3.2")
+ (transient "20230201")
+ (with-editor "20230118"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 2c90a6f4b7..b34fec58a0 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -14,7 +14,7 @@
;; Package-Version: 3.3.0.50-git
;; Package-Requires: (
;; (emacs "25.1")
-;; (compat "28.1.1.2")
+;; (compat "29.1.3.2")
;; (transient "0.3.6")
;; (with-editor "3.0.5"))
diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el
index 249bf94a61..979e258631 100644
--- a/lisp/magit-libgit-pkg.el
+++ b/lisp/magit-libgit-pkg.el
@@ -1,8 +1,8 @@
(define-package "magit-libgit" "3.3.0.50-git"
"(POC) Teach Magit to use Libgit2."
'((emacs "25.1")
- (compat "28.1.1.2")
+ (compat "29.1.3.2")
(libgit "0")
- (magit "20221127"))
+ (magit "20230101"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index e0c9eb72da..18cc5792a1 100644
--- a/lisp/magit-libgit.el
+++ b/lisp/magit-libgit.el
@@ -11,7 +11,7 @@
;; Package-Version: 3.3.0.50-git
;; Package-Requires: (
;; (emacs "26.1")
-;; (compat "28.1.1.2")
+;; (compat "29.1.3.2")
;; (libgit "0")
;; (magit "3.3.0"))
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 6d1ffafae7..97048511da 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,11 +1,11 @@
(define-package "magit" "3.3.0.50-git"
"A Git porcelain inside Emacs."
'((emacs "25.1")
- (compat "29.1.1.0")
- (dash "20210826")
- (git-commit "20221127")
- (magit-section "20221127")
- (transient "20220325")
- (with-editor "20220318"))
+ (compat "29.1.3.2")
+ (dash "20221013")
+ (git-commit "20230101")
+ (magit-section "20230101")
+ (transient "20230201")
+ (with-editor "20230118"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index b0159047cf..675385316a 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -1,7 +1,7 @@
(define-package "magit-section" "3.3.0.50-git"
"Sections for read-only buffers."
'((emacs "25.1")
- (compat "28.1.1.2")
- (dash "20210826"))
+ (compat "29.1.3.2")
+ (dash "20221013"))
:homepage "https://magit.vc"
:keywords '("tools"))
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 309ebd2fd7..879e16c4ea 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -11,7 +11,7 @@
;; Package-Version: 3.3.0.50-git
;; Package-Requires: (
;; (emacs "25.1")
-;; (compat "28.1.1.2")
+;; (compat "29.1.3.2")
;; (dash "2.19.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit.el b/lisp/magit.el
index e157a577ea..12536a706b 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -20,7 +20,7 @@
;; Package-Version: 3.3.0.50-git
;; Package-Requires: (
;; (emacs "25.1")
-;; (compat "29.1.1.0")
+;; (compat "29.1.3.2")
;; (dash "2.19.1")
;; (git-commit "3.3.0")
;; (magit-section "3.3.0")
- [nongnu] elpa/git-commit updated (48d38df20c -> bc00937dd7), ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit d5d8d6c087 1/6: magit-section.el: Format Package-Requires as in other libraries, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit bd0d22975c 4/6: make: Fix and tweak set_package_requires_melpa, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit bc00937dd7 6/6: Bump dependencies,
ELPA Syncer <=
- [nongnu] elpa/git-commit a9604e0eb0 5/6: make: Add Compat dependency and remove Dash were appropriate, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit 269bb6ff41 2/6: make: Use ".50-git" as suffix of unreleased versions, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit 35245a6010 3/6: make: Fix set_package_requires_nongnu, ELPA Syncer, 2023/02/04