diff --git a/python-pyerfa.spec b/python-pyerfa.spec index 388372f..7793f7a 100644 --- a/python-pyerfa.spec +++ b/python-pyerfa.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global module_name erfa %global pypi_name pyerfa # tests need pytest-astropy, needs astropy, needs pyerfa @@ -6,7 +5,7 @@ Name: python-pyerfa Version: 2.0.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python wrapper for the ERFA library License: BSD URL: https://github.com/liberfa/pyerfa @@ -78,6 +77,9 @@ popd %changelog +* Wed Jun 15 2022 Python Maint - 2.0.0.1-4 +- Rebuilt for Python 3.11 + * Wed Jun 15 2022 Python Maint - 2.0.0.1-3 - Bootstrap for Python 3.11