1
0
forked from pool/python-pygit2

Accepting request 845218 from home:jayvdb:branches:devel:libraries:c_c++

- Add libgit2_1_1.patch for compatibility with libgit 1.1.0
- Update to v1.3.0

OBS-URL: https://build.opensuse.org/request/show/845218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=60
This commit is contained in:
2020-11-02 15:43:22 +00:00
committed by Git OBS Bridge
parent 211b658785
commit 1ba22b36f4
5 changed files with 65 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Nov 1 04:07:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Add libgit2_1_1.patch for compatibility with libgit 1.1.0
- Update to v1.3.0
* New Repository.applies, Repository.revparse, Repository.revparse_ext,
Repository.add_submodule, Repository.raw_listall_branches, and
Repository.raw_listall_references
* New optional flags and file_flags arguments in
Repository.merge_commits and Repository.merge_trees
* New Reference.raw_target
* Allow bytes in Repository.lookup_branch and Repository.diff
* New GIT_BLAME_FIRST_PARENT and GIT_BLAME_USE_MAILMAP constants
* New IndexEntry supports repr(), str(), == and !=
* New Object supports repr()
* New accept tuples of strings (not only lists) in a number of places
* Fix compatibility with old macOS 10.9
* Fix check argument type in Repository.apply(...)
* Fix raise exception if error in Repository.listall_submodules()
* Fix a couple of refcount errors in OdbBackend.refresh() and
Worktree_is_prunable
-------------------------------------------------------------------
Wed May 6 08:01:51 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>