HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/numpy/tests/__pycache__/test_numpy_version.cpython-310.pyc
o

6��a'�@s4dZddlZddlZddlmZdd�Zdd�ZdS)aY
Check the numpy version is valid.

Note that a development version is marked by the presence of 'dev0' or '+'
in the version string, all else is treated as a release. The version string
itself is set from the output of ``git describe`` which relies on tags.

Examples
--------

Valid Development: 1.22.0.dev0 1.22.0.dev0+5-g7999db4df2 1.22.0+5-g7999db4df2
Valid Release: 1.21.0.rc1, 1.21.0.b1, 1.21.0
Invalid: 1.22.0.dev, 1.22.0.dev0-5-g7999db4dfB, 1.21.0.d1, 1.21.a

Note that a release is determined by the version string, which in turn
is controlled by the result of the ``git describe`` command.
�N)�assert_cCsNd}d}tjjrt�|dtj�}nt�||dtj�}t|dutj�dS)Nz/^[0-9]+\.[0-9]+\.[0-9]+(a[0-9]|b[0-9]|rc[0-9]|)z (\.dev0|)(\+[0-9]*\.g[0-9a-f]+|)�$)�np�version�release�re�match�__version__r)�version_pattern�
dev_suffix�res�r
�@/usr/lib/python3/dist-packages/numpy/tests/test_numpy_version.py�test_valid_numpy_versionsrcCsBtjjrttjtjjkd�dSttj�d�dtjjkd�dS)Nz)short_version mismatch in release version�+rz-short_version mismatch in development version)rrrrr	�
short_version�splitr
r
r
r�test_short_version%s��r)�__doc__r�numpyr�
numpy.testingrrrr
r
r
r�<module>s