Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 12:58:08 +02:00 committed by Miro Hrončok
parent 2c53ee3603
commit b440730c4f

View File

@ -1,9 +1,10 @@
%global _without_optional_tests 1
%bcond_without optional_tests %bcond_without optional_tests
%global pypi_name sphinxcontrib-websupport %global pypi_name sphinxcontrib-websupport
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.2.4 Version: 1.2.4
Release: 3%{?dist} Release: 4%{?dist}
Summary: Sphinx API for Web Apps Summary: Sphinx API for Web Apps
License: BSD License: BSD
@ -69,6 +70,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/ %{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
%changelog %changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.2.4-4
- Bootstrap for Python 3.10
* Wed Mar 10 2021 Miro Hrončok <mhroncok@redhat.com> - 1.2.4-3 * Wed Mar 10 2021 Miro Hrončok <mhroncok@redhat.com> - 1.2.4-3
- Update runtime and buildtime dependencies - Update runtime and buildtime dependencies