1
0

Accepting request 1100659 from home:dimstar:Factory

Fix build in openSUSE:Factory; support libgit2 1.7

OBS-URL: https://build.opensuse.org/request/show/1100659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=77
This commit is contained in:
2023-07-25 14:59:33 +00:00
committed by Git OBS Bridge
parent 017f481103
commit 372385db80
6 changed files with 162 additions and 21 deletions

View File

@@ -19,14 +19,14 @@
%define skip_python2 1
Name: python-pygit2
Version: 1.11.1
Version: 1.12.2
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only
URL: https://github.com/libgit2/pygit2
Source: https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
# PATCH-FIX-UPSTREAM support-libgit2-1.6.patch gh#libgit2/pygit2#1200
Patch0: support-libgit2-1.6.patch
# PATCH-FIX-UPSTREAM support-libgit2-1.7.patch
Patch0: support-libgit2-1.7.patch
BuildRequires: %{python_module cached-property}
BuildRequires: %{python_module cffi >= 1.4.0}
BuildRequires: %{python_module devel}