From b0fca1d39368a5d1787448ab8435a08e5b54063d37e511a0dfcf92db864075c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Cal=C3=A1bkov=C3=A1?= Date: Tue, 28 Jan 2025 10:27:09 +0100 Subject: [PATCH] update to 1.17.0 --- pygit2-1.16.0.tar.gz | 3 --- pygit2-1.17.0.tar.gz | 3 +++ python-pygit2.changes | 10 ++++++++++ python-pygit2.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pygit2-1.16.0.tar.gz create mode 100644 pygit2-1.17.0.tar.gz diff --git a/pygit2-1.16.0.tar.gz b/pygit2-1.16.0.tar.gz deleted file mode 100644 index 586d40d..0000000 --- a/pygit2-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b29a6796baa15fc89d443ac8d51775411d9b1e5b06dc40d458c56c8576b48a2 -size 768597 diff --git a/pygit2-1.17.0.tar.gz b/pygit2-1.17.0.tar.gz new file mode 100644 index 0000000..069f030 --- /dev/null +++ b/pygit2-1.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2bc050b2c2d3e73b54d6d541c792178561a344f07e409f532d5bb97ac7b894 +size 769002 diff --git a/python-pygit2.changes b/python-pygit2.changes index 9680a02..71d9e9d 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 28 09:21:54 UTC 2025 - Markéta Machová + +- Update to 1.17.0 + * Upgrade to libgit2 1.9 + * Add certificate_check callback to Remote.ls_remotes(...) + * Fix build with GCC 14 + * Documentation: fix typo in Repository.status(...) docstring + * Fix tests with Python 3.13.1 + ------------------------------------------------------------------- Tue Nov 5 10:50:38 UTC 2024 - Matej Cepl diff --git a/python-pygit2.spec b/python-pygit2.spec index 7f7f63e..3d3e89a 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pygit2 -Version: 1.16.0 +Version: 1.17.0 Release: 0 Summary: Python bindings for libgit2 License: GPL-2.0-only