From 59896735daa8854f4d8de4cdfe62c5f2eb3599a2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2022 20:00:54 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/restview.spec b/restview.spec index 81d375f..05e4976 100644 --- a/restview.spec +++ b/restview.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 2.9.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: ReStructuredText viewer License: GPLv3+ @@ -65,6 +65,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 2.9.2-9 +- Rebuilt for Python 3.11 + * Fri Jan 21 2022 Miro HronĨok - 2.9.2-8 - Use unittest.mock instead of deprecated mock