14
0
forked from pool/python-pygit2

Accepting request 1191647 from home:glaubitz:branches:devel:languages:python

* New `Repository.revert(...)`
  * New optional `depth` argument in submodules `add()` and `update()` methods
  * Now `Submodule.url` returns `None` when the submodule does not have a url
  * Fix use after free bug in error reporting
  * Fix `Submodule.head_id` when the submodule is not in the current HEAD tree
  * Fix `Submodule.open()` when subclassing `Repository`
  * Fix error in the test suite when running with address sanitizer
  * Annotations and documentation fixes
- Fix version number for previous changelog entry

- Update to 1.15.0

OBS-URL: https://build.opensuse.org/request/show/1191647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=95
This commit is contained in:
2024-08-05 11:55:41 +00:00
committed by Git OBS Bridge
parent 7905637b01
commit 1a8eca658b
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,21 @@
-------------------------------------------------------------------
Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.15.1
* New `Repository.revert(...)`
* New optional `depth` argument in submodules `add()` and `update()` methods
* Now `Submodule.url` returns `None` when the submodule does not have a url
* Fix use after free bug in error reporting
* Fix `Submodule.head_id` when the submodule is not in the current HEAD tree
* Fix `Submodule.open()` when subclassing `Repository`
* Fix error in the test suite when running with address sanitizer
* Annotations and documentation fixes
- Fix version number for previous changelog entry
-------------------------------------------------------------------
Wed Jun 19 10:53:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.15.1
- Update to 1.15.0
* Many deprecated features have been removed, see below
* Upgrade to libgit2 v1.8.1
* New `push_options` optional argument in `Repository.push(...)`