From d4b2146767261c85ad1a63a09f56d19af35f0492 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 16:34:36 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-astropy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-astropy.spec b/python-astropy.spec index f6ef15c..4c71925 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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 - 5.0.4-2 +- Bootstrap for Python 3.11 + * Thu Mar 31 2022 Fedora Release Monitoring - 5.0.4-1 - Update to 5.0.4 (#2019531)