1
0

Accepting request 1191651 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1191651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=40
This commit is contained in:
2024-08-05 15:24:04 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

BIN
pygit2-1.15.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pygit2-1.15.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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(...)`

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-pygit2
Version: 1.15.0
Version: 1.15.1
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only