Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-15 16:34:36 +02:00 committed by Tomáš Hrnčiar
parent c2045598a8
commit d4b2146767
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,11 @@
%global _without_check 1
%bcond_without check
%global srcname astropy
Name: python-%{srcname}
Version: 5.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Community Python Library for Astronomy
License: BSD
@ -135,6 +136,9 @@ popd
%license LICENSE.rst
%changelog
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 5.0.4-2
- Bootstrap for Python 3.11
* Thu Mar 31 2022 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 5.0.4-1
- Update to 5.0.4 (#2019531)