From 5f0b848a6a28af5bccec134c975760dfd586d09c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 13:58:53 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-tox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index 46c6dcc..4c51e28 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -13,7 +13,7 @@ Name: python-tox Version: 3.23.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtualenv-based automation of test activities License: MIT @@ -116,6 +116,9 @@ Obsoletes: python3-tox < 3.21.0-2 %changelog +* Wed Jun 02 2021 Python Maint - 3.23.0-3 +- Rebuilt for Python 3.10 + * Tue Mar 30 2021 Miro HronĨok - 3.23.0-2 - Allow building with setuptools_scm 6+