diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 14:27:02 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 14:27:02 +0000 |
commit | b2b11f4e09b45b123a1c85e55412b062695b6100 (patch) | |
tree | 87494629b79266e78a1565c27a35db03760639d6 | |
parent | e1766d38c6a1c8124ff1988f3e5bee8275f94fa5 (diff) |
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
-rw-r--r-- | devel/py-pygit2/Makefile | 2 | ||||
-rw-r--r-- | 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 |