Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-03 14:02:54 +02:00 committed by Miro Hrončok
parent 0d7cfba279
commit e94b009c33

View File

@ -1,10 +1,9 @@
%global _without_optional_tests 1
%bcond_without optional_tests
%global pypi_name sphinxcontrib-websupport
Name: python-%{pypi_name}
Version: 1.2.4
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Sphinx API for Web Apps
License: BSD
@ -70,6 +69,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
%changelog
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 1.2.4-13
- Rebuilt for Python 3.12
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.2.4-12
- Bootstrap for Python 3.12