Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.11/site-packages/ansible/utils/__pycache__/ |
Upload File : |
� ���c� � � � d dl mZmZmZ eZd dlZd dlmZm Z d dl mZ ej dej �� � Z G d� d� � Z G d � d � � Z G d� de � � ZdS ) � )�absolute_import�division�print_functionN)�LooseVersion�Version)� text_typea� ^ (?P<major>0|[1-9]\d*) \. (?P<minor>0|[1-9]\d*) \. (?P<patch>0|[1-9]\d*) (?: - (?P<prerelease> (?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*) (?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))* ) )? (?: \+ (?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*) )? $ )�flagsc �B � e Zd ZdZd� Zd� Zd� Zd� Zd� Zd� Z d� Z d � Zd S )�_Alphaz�Class to easily allow comparing strings Largely this exists to make comparing an integer and a string on py3 so that it works like py2. c � � || _ d S �N)� specifier��selfr s �:/usr/lib/python3.11/site-packages/ansible/utils/version.py�__init__z_Alpha.__init__0 s � �"����� c �* � t | j � � S r ��reprr �r s r �__repr__z_Alpha.__repr__3 � � ��D�N�#�#�#r c � � t |t � � r| j |j k S t |t � � r| j |k S dS �NF)� isinstancer r �str�r �others r �__eq__z _Alpha.__eq__6 sG � ��e�V�$�$� +��>�U�_�4�4� ��s� #� #� +��>�U�*�*��ur c �. � | � |� � S r �r r s r �__ne__z _Alpha.__ne__>