Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pygit2
From: Adam Ciarcinski
Date: 2021-02-01 10:46:33
Message id: 20210201094633.9F035FA91@cvs.NetBSD.org
Log Message:
py-pygit2: updated to 1.5.0
1.5.0:
- New ``PackBuilder`` class and ``Repository.pack(...)``
- New ``Config.delete_multivar(...)``
- New ``Repository.is_shallow``
- New optional ``message`` argument in ``Repository.create_reference(...)``
- Fix truncated diff when there are nulls
- Unit tests & Continuous integration
Breaking changes:
- Fix ``Index.add(...)`` raise ``TypeError`` instead of ``AttributeError`` when
arguments are of unexpected type
Files: