Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (062a59c20a31fec692ce96317a722a7b9284c87b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (062a59c20a31fec692ce96317a722a7b9284c87b)
  • Date: Mon, 3 Apr 2023 12:46:54 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/libgit2/DETAILS | 4 ++--
libs/libgit2/HISTORY | 3 +++
python-pypi/cffi/DETAILS | 5 +++--
python-pypi/cffi/HISTORY | 3 +++
python-pypi/pygit2/DEPENDS | 2 +-
python-pypi/pygit2/DETAILS | 4 ++--
python-pypi/pygit2/HISTORY | 3 +++
7 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 062a59c20a31fec692ce96317a722a7b9284c87b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cffi 1.15.1

commit 64703a0b2832a7b1dc303b58e58fa50fcc70cee9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cffi: Add Watch line

commit fdd07f7557c89945c07e3dac2f98152dd77eedea
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygit2 1.12.0

commit dfd1c5bb03d4cc0be6ed74245e67a2fc1c36a79d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libgit2 1.6.3

diff --git a/libs/libgit2/DETAILS b/libs/libgit2/DETAILS
index f624d86..dea692e 100755
--- a/libs/libgit2/DETAILS
+++ b/libs/libgit2/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://github.com/libgit2/libgit2/tags /tags/v([0-9.]+)[.]tar[.]
SPELL=libgit2
- VERSION=1.5.0
-
SOURCE_HASH=sha512:7a32b27cd32bd03ce7be6c127317f82a4ac6f16615c3234699676781f4858d057edb0410b2fe36fd2e634b00748a8b0be17f23809e09a7602ba48185134300f7
+ VERSION=1.6.3
+
SOURCE_HASH=sha512:5a390030395d5e00217ca3229ff1374f064b41c7c14c332618778af7067c378bca5ffee5c072ad144a71126f7e8cfcd770746b6af8eccf086c8a8b8afa1733f1
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libgit2/HISTORY b/libs/libgit2/HISTORY
index a10f7b1..914f9db 100644
--- a/libs/libgit2/HISTORY
+++ b/libs/libgit2/HISTORY
@@ -1,3 +1,6 @@
+2023-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.3
+
2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.5.0

diff --git a/python-pypi/cffi/DETAILS b/python-pypi/cffi/DETAILS
index d64fa9c..5e22ee9 100755
--- a/python-pypi/cffi/DETAILS
+++ b/python-pypi/cffi/DETAILS
@@ -1,8 +1,9 @@
+# Watch: https://pypi.org/project/cffi/ /project/cffi/([0-9.]+)/
SPELL=cffi
- VERSION=1.14.5
+ VERSION=1.15.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.org/packages/source/c/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:7428b3f6e4ee9f3b91011e43304dd63e5cc48479120ae58298c646c1ec1f5c24525d5f08655a7fed70c5fad7ae0c2e0539e512b5fa49d2bc57669c4ab703cc2a
+
SOURCE_HASH=sha512:e99cafcb029076abc29e435b490fa0573ee2856f4051b7ca8a5b38cd125d56dd9dae8b189f59ceb3d728a675da8ee83239e09e19f8b0feeddea4b186ab5173a5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://pypi.org/project/cffi/
LICENSE[0]=MIT
diff --git a/python-pypi/cffi/HISTORY b/python-pypi/cffi/HISTORY
index 530d338..8631efe 100644
--- a/python-pypi/cffi/HISTORY
+++ b/python-pypi/cffi/HISTORY
@@ -1,3 +1,6 @@
+2023-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.15.1
+
2021-05-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.14.5; updated source URL, website

diff --git a/python-pypi/pygit2/DEPENDS b/python-pypi/pygit2/DEPENDS
index 2f38aa0..9d70637 100755
--- a/python-pypi/pygit2/DEPENDS
+++ b/python-pypi/pygit2/DEPENDS
@@ -1,5 +1,5 @@
. "$GRIMOIRE"/VDEPENDS &&
vdepends <<-!
- libgit2 >= 1.5.0
+ libgit2 >= 1.6.0
python3
!
diff --git a/python-pypi/pygit2/DETAILS b/python-pypi/pygit2/DETAILS
index a84047e..b641b9b 100755
--- a/python-pypi/pygit2/DETAILS
+++ b/python-pypi/pygit2/DETAILS
@@ -1,9 +1,9 @@
# Watch: https://github.com/libgit2/pygit2/tags /tags/v([0-9.]+)[.]tar[.]
SPELL=pygit2
- VERSION=1.10.1
+ VERSION=1.12.0
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/libgit2/$SPELL/archive/refs/tags/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:d545b5919b6c1ef5411a20acc7463a7ff934852bef209c7254b33365ccb6e127f136537745088be387a07a70e99d2a12466570a515fcb9410216a34a565e7ea9
+
SOURCE_HASH=sha512:8ea19d819fb3fa6a92171bc4df6721d2b7953f1ff50e82bb955a36d9af8ed3ec0dea76c0bea7ce0f342e76c0377f5050cd2ef25940fbace4f2dd32109bd3794c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/libgit2/pygit2";
LICENSE[0]="GPL-2.0-only"
diff --git a/python-pypi/pygit2/HISTORY b/python-pypi/pygit2/HISTORY
index e67f65a..3e8d37d 100644
--- a/python-pypi/pygit2/HISTORY
+++ b/python-pypi/pygit2/HISTORY
@@ -1,2 +1,5 @@
+2023-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.12.0
+
2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (062a59c20a31fec692ce96317a722a7b9284c87b), Ismael Luceno, 04/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page