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:
BIN
pygit2-1.15.0.tar.gz
(Stored with Git LFS)
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
BIN
pygit2-1.15.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
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
|
* Many deprecated features have been removed, see below
|
||||||
* Upgrade to libgit2 v1.8.1
|
* Upgrade to libgit2 v1.8.1
|
||||||
* New `push_options` optional argument in `Repository.push(...)`
|
* New `push_options` optional argument in `Repository.push(...)`
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
Version: 1.15.0
|
Version: 1.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Reference in New Issue
Block a user