From 1a8eca658b10b28a57512cb7479dcd5c174810df15128ed36a7b9025315d4300 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Aug 2024 11:55:41 +0000 Subject: [PATCH] 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 --- pygit2-1.15.0.tar.gz | 3 --- pygit2-1.15.1.tar.gz | 3 +++ python-pygit2.changes | 16 +++++++++++++++- python-pygit2.spec | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pygit2-1.15.0.tar.gz create mode 100644 pygit2-1.15.1.tar.gz diff --git a/pygit2-1.15.0.tar.gz b/pygit2-1.15.0.tar.gz deleted file mode 100644 index d2464ba..0000000 --- a/pygit2-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a635525ffc74128669de2f63460a94c9d5609634a4875c0aafce510fdeec17ac -size 766816 diff --git a/pygit2-1.15.1.tar.gz b/pygit2-1.15.1.tar.gz new file mode 100644 index 0000000..94277a1 --- /dev/null +++ b/pygit2-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fe8b85053d9713043c81eccc74132f9e5b603f209e80733d7955eafd22eb9d +size 768818 diff --git a/python-pygit2.changes b/python-pygit2.changes index 24ddfc9..6486fca 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,7 +1,21 @@ +------------------------------------------------------------------- +Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz + +- 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 -- 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(...)` diff --git a/python-pygit2.spec b/python-pygit2.spec index ad42eea..c424806 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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