From 74fbe969cd1fc8ac1bca8d333988c12c6258d788 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 14 2023 05:03:00 +0000 Subject: Bootstrap for Python 3.12 --- diff --git a/python-tox.spec b/python-tox.spec index a613040..4e1cc7b 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 # Many tests are enabled by default %bcond_without tests # However, some tests are disabled by default, becasue they require: @@ -20,7 +21,7 @@ Name: python-tox Version: 4.4.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtualenv-based automation of test activities License: MIT @@ -156,6 +157,9 @@ k="${k-}${k+ and }not test_local_execute_write_a_lot" %changelog +* Wed Jun 14 2023 Python Maint - 4.4.12-2 +- Bootstrap for Python 3.12 + * Thu Apr 13 2023 Miro HronĨok - 4.4.12-1 - Update to 4.4.12 (rhbz#2186618)