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:
commit
5ddd6ee66d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a635525ffc74128669de2f63460a94c9d5609634a4875c0aafce510fdeec17ac
|
||||
size 766816
|
3
pygit2-1.15.1.tar.gz
Normal file
3
pygit2-1.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1fe8b85053d9713043c81eccc74132f9e5b603f209e80733d7955eafd22eb9d
|
||||
size 768818
|
@ -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(...)`
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user