forked from pool/python-pygit2
47 lines
1.4 KiB
Diff
47 lines
1.4 KiB
Diff
|
From 31ea782852a318214149d24b73fc0e6ebe4210c6 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid.ibp@gmail.com>
|
||
|
Date: Fri, 17 May 2024 09:29:14 +0200
|
||
|
Subject: [PATCH] Update to libgit2 1.8.1
|
||
|
|
||
|
---
|
||
|
.github/workflows/tests.yml | 8 ++++----
|
||
|
Makefile | 2 +-
|
||
|
appveyor.yml | 2 +-
|
||
|
build.sh | 8 ++++----
|
||
|
docs/install.rst | 14 +++++++-------
|
||
|
pyproject.toml | 4 ++--
|
||
|
6 files changed, 19 insertions(+), 19 deletions(-)
|
||
|
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -1,7 +1,7 @@
|
||
|
.PHONY: build html
|
||
|
|
||
|
build:
|
||
|
- OPENSSL_VERSION=3.1.5 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.0 sh build.sh
|
||
|
+ OPENSSL_VERSION=3.1.5 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 sh build.sh
|
||
|
|
||
|
html: build
|
||
|
make -C docs html
|
||
|
--- a/build.sh
|
||
|
+++ b/build.sh
|
||
|
@@ -22,14 +22,14 @@
|
||
|
#
|
||
|
# sh build.sh
|
||
|
#
|
||
|
-# Build libgit2 1.8.0 (will use libssh2 if available), then build pygit2
|
||
|
+# Build libgit2 1.8.1 (will use libssh2 if available), then build pygit2
|
||
|
# inplace:
|
||
|
#
|
||
|
-# LIBGIT2_VERSION=1.8.0 sh build.sh
|
||
|
+# LIBGIT2_VERSION=1.8.1 sh build.sh
|
||
|
#
|
||
|
-# Build libssh2 1.11.0 and libgit2 1.8.0, then build pygit2 inplace:
|
||
|
+# Build libssh2 1.11.0 and libgit2 1.8.1, then build pygit2 inplace:
|
||
|
#
|
||
|
-# LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.0 sh build.sh
|
||
|
+# LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 sh build.sh
|
||
|
#
|
||
|
# Build inplace and run the tests:
|
||
|
#
|