From 0c7b695a2d91f1f30fdd3c9af1b26cd7d2d34d9a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 00:15:54 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-astropy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-astropy.spec b/python-astropy.spec index 9ee3d7b..ad3bb7d 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.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Community Python Library for Astronomy License: BSD @@ -140,6 +141,9 @@ popd %license LICENSE.rst %changelog +* Tue Jun 13 2023 Python Maint - 5.2.2-2 +- Bootstrap for Python 3.12 + * Wed Mar 29 2023 Christian Dersch - 5.2.2-1 - new version - enable astropy/visualization/wcsaxes/tests/test_misc.py::test_contour_empty (fixed upstream)