From 3935817b3607c9b928f79d443cd2baa53e802f10 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:59:14 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-resolvelib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 7bac65f..fe0f694 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Resolve abstract dependencies into concrete ones License: ISC License @@ -64,5 +64,8 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 0.5.5-2 +- Rebuilt for Python 3.10 + * Sat Apr 10 2021 Kevin Fenzi - 0.5.5-1 - Initial package.