git: b2b11f4e09b4 - main - devel/py-pygit2: update to 1.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 14:27:45 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b2b11f4e09b45b123a1c85e55412b062695b6100
commit b2b11f4e09b45b123a1c85e55412b062695b6100
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-02-07 14:27:02 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-02-07 14:27:02 +0000
devel/py-pygit2: update to 1.8.0
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
1.8.0 (2022-02-04)
Rename RemoteCallbacks.progress(...) callback to .sideband_progress(...) #1120
New Repository.merge_base_many(...) and Repository.merge_base_octopus(...) #1112
New Repository.listall_stashes() #1117
Code cleanup #1118
Backward incompatible changes:
The RemoteCallbacks.progress(...) callback has been renamed to RemoteCallbacks.sideband_progress(...). This matches the documentation, but may break existing code that still uses the old name.
1.7.2 (2021-12-06)
Universal wheels for macOS #1109
---
devel/py-pygit2/Makefile | 2 +-
devel/py-pygit2/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile
index 5fb4104f6eef..3e56942ef853 100644
--- a/devel/py-pygit2/Makefile
+++ b/devel/py-pygit2/Makefile
@@ -3,7 +3,7 @@
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged
PORTNAME= pygit2
-PORTVERSION= 1.7.1
+PORTVERSION= 1.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pygit2/distinfo b/devel/py-pygit2/distinfo
index fcbf72dc9521..83da9e50b746 100644
--- a/devel/py-pygit2/distinfo
+++ b/devel/py-pygit2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638618402
-SHA256 (pygit2-1.7.1.tar.gz) = d7faa29558436decc2e78110f38d6677eb366b683ba5cdc2803d47195711165d
-SIZE (pygit2-1.7.1.tar.gz) = 281791
+TIMESTAMP = 1644243961
+SHA256 (pygit2-1.8.0.tar.gz) = 6e2c5cff5aa1e43f43103480761152f5c5d6bef40f5c1f50c8758a6e89e66cb6
+SIZE (pygit2-1.8.0.tar.gz) = 290516