File project.diff of Package python-pygit2
--- python-pygit2.changes.orig
+++ python-pygit2.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Feb 23 13:32:03 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
+
+- Fix libgit2 dependency.
+
+-------------------------------------------------------------------
Wed Jan 29 13:52:23 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Remove upstreamed const-parents.patch.
--- python-pygit2.spec.orig
+++ python-pygit2.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pygit2
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -36,7 +36,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: ca-certificates
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes
-BuildRequires: libgit2-devel >= 1.1
+BuildRequires: libgit2-devel >= 1.8
BuildRequires: libopenssl-devel
BuildRequires: python-rpm-macros
Requires: python-cached-property