From f9c6ffb8ff4a60d4e6895c357ded0b9d234764e5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:53:29 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pygit2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index 4e2eecc..7c59a3a 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception @@ -81,6 +81,9 @@ rm -f pygit2/__init__.py %changelog +* Fri Jun 04 2021 Python Maint - 1.5.0-2 +- Rebuilt for Python 3.10 + * Thu Jan 28 2021 Kevin Fenzi - 1.5.0-1 - Update to 1.5.0. Fixes rhbz#1919576