python3.12-3.12.5-2.el8_10 > 6 6_6 3!pQp)Tξ7]mtZ`f ]mtZ`IK/W 직d-guxA@;:dcL/+t0U,j~zHڴeQTj6X)/: ~tv,fnQW|AYZTp3"2&dQz/zYn#c'k6)&[ qs󟿬hy.Q_-*NN4ܛXtp@'?'|d   D!'4 R^v|  0 L h   ZH($8,9d:3> @ G H!$I!\X!lY!\!]!^"b#!d$e$f$l$t$u$v%,w&x&y' ','0'6'xCpython3.123.12.52.el8_10Version 3.12 of the Python interpreterPython 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the "python3.12" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the "python3.12-" prefix. For the unversioned "python" executable, see manual page "unversioned-python".ford1-prod-x86build005.svc.aws.rockylinux.orgZKojiRockyPython-2.0.1infrastructure@rockylinux.orgUnspecifiedhttps://www.python.org/linuxi686# Alternative for /usr/bin/python -> /usr/bin/python3 + man page alternatives --install /usr/bin/unversioned-python \ python \ /usr/bin/python3 \ 300 \ --slave /usr/bin/python \ unversioned-python \ /usr/bin/python3 \ --slave /usr/share/man/man1/python.1.gz \ unversioned-python-man \ /usr/share/man/man1/python3.1.gz # Alternative for /usr/bin/python -> /usr/bin/python3.12 + man page alternatives --install /usr/bin/unversioned-python \ python \ /usr/bin/python3.12 \ 211 \ --slave /usr/bin/python \ unversioned-python \ /usr/bin/python3.12 \ --slave /usr/share/man/man1/python.1.gz \ unversioned-python-man \ /usr/share/man/man1/python3.12.1.gz # Alternative for /usr/bin/python3 -> /usr/bin/python3.12 + related files # Create only if it doesn't exist already EXISTS=`alternatives --display python3 | \ grep -c "^/usr/bin/python3.12 - priority [0-9]*"` if [ $EXISTS -eq 0 ]; then alternatives --install /usr/bin/python3 \ python3 \ /usr/bin/python3.12 \ 31200 \ --slave /usr/share/man/man1/python3.1.gz \ python3-man \ /usr/share/man/man1/python3.12.1.gz \ --slave /usr/bin/pydoc3 \ pydoc3 \ /usr/bin/pydoc3.12 \ --slave /usr/bin/pydoc-3 \ pydoc-3 \ /usr/bin/pydoc3.12 fi# Do this only during uninstall process (not during update) if [ $1 -eq 0 ]; then alternatives --keep-foreign --remove python \ /usr/bin/python3.12 alternatives --keep-foreign --remove python3 \ /usr/bin/python3.12 # Remove link python → python3 if no other python3.* exists if ! alternatives --display python3 > /dev/null; then alternatives --keep-foreign --remove python \ /usr/bin/python3 fi fiOL!큤큤AAA큤fOfOfEfOfVfOffffftfOfOft9361ca4ddc1fdc783d7ec67bbb1cca4336604f3a4ee7b1520ca904bffbd036e811ac4d28ebbdfe0bc8a56f9b8b25f2e775fa2355f0cd4a80b808deb7240fac13b79a78e02e23a8d214ee9b8443332da318527facb4ffac073cfcec55cee7782f1092c0105a82497afcfc6e6f6bd397271fb0c0047e9af986374adde886d15145../../../../usr/bin/python3.12@@@@BBrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3.12-3.12.5-2.el8_10.src.rpmalternative-for(python)python(abi)python3.12python3.12(x86-32)python312   @@@@@@@@    @/bin/sh/bin/shalternativesalternativesalternativeslibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libdl.so.2libm.so.6libpthread.so.0libpython3.12.so.1.0libutil.so.1python3.12-libs(x86-32)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)1.19.2-11.19.2-11.19.2-13.12.5-2.el8_103.0.4-14.6.0-14.0-15.2-14.14.3fyfaf>@f@f~fh<@f4f4f4f4eBee@e@Charalampos Stratakis - 3.12.5-2Tomáš Hrnčiar - 3.12.5-1Charalampos Stratakis - 3.12.4-3Charalampos Stratakis - 3.12.4-2Tomáš Hrnčiar - 3.12.4-1Charalampos Stratakis - 3.12.3-2Lumír Balhar - 3.12.3-1Lumír Balhar - 3.12.2-3Lumír Balhar - 3.12.2-2Lumír Balhar - 3.12.2-1Charalampos Stratakis - 3.12.1-4Charalampos Stratakis - 3.12.1-3Charalampos Stratakis - 3.12.1-2Tomáš Hrnčiar - 3.12.1-1- Security fix for CVE-2024-8088 Resolves: RHEL-55939- Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53075- Properly propagate the optimization flags to C extensions- Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3- Update to 3.12.4 Resolves: RHEL-44074- Enable importing of hash-based .pyc files under FIPS mode Resolves: RHEL-40776- Update to 3.12.3 Related: RHEL-33685- Move all test modules to the python3-test package, namely: - __phello__ - _xxsubinterpreters - xxlimited - xxlimited_35 - xxsubtype- Fix tests for XMLPullParser with Expat with fixed CVE- Update to 3.12.2 Resolves: RHEL-33685- Add Red Hat configuration for CVE-2007-4559- Support OpenSSL FIPS mode - Disable the builtin hashlib hashes except blake2- Disable bootstrap- Initial package - Fedora contributions by: Björn Esser Bohuslav Kabrda Charalampos Stratakis Dan Horák David Malcolm Dennis Gilmore Florian Weimer Gwyn Ciesla Igor Gnatenko Iryna Shcherbina Jaroslav Škarvada Jason ティビツ Kalev Lember Karsten Hopp Lumir Balhar Marcel Plch Matej Stuchlik Michal Cyprian Michal Toman Miro Hrončok Nicolas Chauvet Orion Poplawski Patrik Kopkan Peter Robinson Petr Šplíchal Petr Viktorin Rex Dieter Richard W.M. Jones Robert Kuska Sahana Prasad Stephen Gallagher Than Ngo Thomas Spura Till Maas Tomáš Hrnčiar Tomas Mraz Tomas Orsava Tomas Radej Toshio Kuratomi Victor Stinner Ville Skyttä Yaakov Selkowitz Zbigniew Jędrzejewski-Szmek /bin/sh/bin/sh 3.123.12.5-2.el8_103.12.5-2.el8_103.12.5-2.el8_10pydoc-3pydoc3pydoc3.12python3python3.12unversioned-python.build-idf4af40c6fd74f91605e33c47883f17eae7eac3dapython3.12README.rstpython.1.gzpython3.1.gzpython3.12.1.gz/usr/bin//usr/lib//usr/lib/.build-id//usr/lib/.build-id/f4//usr/share/doc//usr/share/doc/python3.12//usr/share/man/man1/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2i686-redhat-linux-gnuemptyPython script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=f4af40c6fd74f91605e33c47883f17eae7eac3da, strippeddirectoryUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRR R RR R RRutf-8ee8c439d46cbac1bfa3ffb693fb1b69d1ca36c19f3c4cec7347884c8f62fc1ce?7zXZ !#,_7] b2q l!BrMR[Šj8ck`Et-e;0B|?ԤU_-#&6ȓZ2GjN;GEܬϟ iIj變@Hl(b]s<2="pQD>ɻ #96me 51%P}<ŃސKGFGq=4ܨU"`$#v1XS_vxj+ЯYN oZQ4/?F? prY{$QXS}|8yL*t;#Se{ 6:ۣ; H[9ڃ/Bg4tR6X WVAհ"DB]zSeBaaލ"W*b0%Y.?g9Yql J j #K?E`_zW 8ָޜuИ-ڊE6Tλ!}F ,i<@ƙZؖIԐԓB @~8<?T0ϗqm i>j<,?Fĵ$ex:6E7M|\#X-A`;Sega1|MR^t(ѭƎP,2llVf]m ٬x4Iùm؝VT.$ 'n_EU+-ߎ!$h+[Ruw9AwYBѾ@2($9nb'Ep)jo45O!*i RY֭y-S,gCJ YBr}k AʼnY3Vo2ClN=ogXAr "{3vwhT%~~w[N -L.tfR>Qe0j,ޤ/,~qW1F֩@s"bIH* [(uj_رfm?3C 4򪖂 LA@Thc#8d=4{Dݿ*_u9k/ӑt s/Wm%ă0rC&S&{MZSNBfSL}EP'mizWYpO-fX #eK:!5UBD<a;+=id\ 1d)q`*ѧJS%wuԜU!,b^Xo'*UICJYœL@qMYh.1%ͭ#ěKQY(ǿENŝ=qHR=ZD&^pY\wa:A! }.8CX۲'Z<}NCT%pgt]{|W0t(glCiAE} qTG216Phβ0 :@c }VR]({N+gʟi)!/࿙9"bS99/c&! x ;R/bNNq$K<oi r-pRohы: [Ç7Slxwd 䝏f1ˁ1oh>5wXVAe(!9#> 2UFᝋ>eQ0§w{!3ŷMXBUtNJU=W@e(gGGal‡AG-:YETEc_kO.X|+t9xxυtXZOܵ5DLSix _# Xk*nHny!%>wcÌr7|M=)x SzfO) +u=B #R&/T 4`6=/ y^E᭝dQTkMMNTT`7ng0 \ ሂPdV$9(͒:L@IW5bK ;qP};[ ˒6 W\h *%ˁ:YеhwjSAy4ID:亵#'0fus]0+1oZ xcTU61@yv czd'AkBgj-OR0N8>+ok<7K+@j3-绚tgYIqdCtG]'jZy4'ek  c_/dxE7!J>Bo"x46W!\[M3Ԥ;i2Ţ`ŽFh {vknb^v0$ W"8 8#lPp!U[ܱ./1T$ RN 4}ZFw#l9]̞%ث?ZZC|DhrS .1;戧/s'IPL_G`p}>m JsbbE6w}5ǝٺCxn kDzmY}t %VV y6ۂ(DK+'569_g.҉X f@KckJI?*fڪ7-4ik if+Ye!J2^r}+d4jNW."mƫoF]cfo?)C3 *!R61O%. RW*l L@xPςwpsU? unzݏ`%W$lEr-kq[6#Hڧ%"HTZE}BS#DM%94L3AQ&KyK8\ETD2sרYӳ/R4}PSdW!$1+}C>a#ъi}JgPj1rqOGVh-D9Q(}:9ǦH%gjfHÄ<㬇5of="%S.uUD]\o޳+\j()(a =_oWws7R3 })]V(‚9W SQ, 4z`Cv{;˞Lm:F֐<ޓBGLPKIE 1d&2JTts dNЧ. L#vj]]G(Εqzp;R(@~:(.;.o]&5@=<hbRֵD(bMY;]Bi|X}lqk0rX+KB: t=E֖Ǩdgpf WʍWH|XBZk@Uc:yh=EDs:aY֜ n9,s(|:oVٵ S#=CIE:;(VX%| P c  Ÿȃ8sP֎iG(Ԓ4}Z)G tYzP="SPP<?r1Ntkr-:] `%K9{qÂq'6bܛn3 /vnw3 ^kLΟ(:5Jqc7׸otQī$JM9^1wjW5^fD$@C*if'씽QKkm)HĚD[ؿ>/潊5!brLS?&;GVEPẇ_ E^#du+;d|6)ȗ/+B9~tj} wU3N0GF Vj@pp#bkq 羋n~/3]r8/r\,4=?H;HӃv`'hWRyV(OV;X_x[kA䘌<"fa<@ T_A6s'n:g"b_SqN53k;%gg$K<;0zz _&uo7E y|`q}FRaȚzi^]f:! d:VlSlz UF-ʣ|Iʱ}PI|[Ls'>clc:f @A籫wWU`[˖Ĵ2nj-hsӗư'Р,:([.g+?h\l)p0 tjcJxEi%'a"mrs_aNUxyt^S|#'/ ]Kc) ̶g IK 5GaCS: j?pLL'SHQCf Fʚ- [<͊NLS94C]S^aEJź%sVo1_] 71UOcoi`zˆZ@'`jn/1'PYS;8q|ꙂA0X)P/Čd˅ <ѣg`=D0P_4~8o^iLv_ y {)gg{Y uk~**6؅Q'-1h BzT#Bijw~x v}&C7K|!1yMcك$A /7%ݘʌܩL`s3>ո5Ŀ92Ldm,A˯:$y|Ihw]w-fAtS3NBxL3yE:|!jz+*x:gסjX),l}TW@wĢS'@ ݄j'.v/3g:tdR[sgTcP%S]hf $ 7^Y)]ʼn)8>bht~f–7Hƌ*DV9-8&(hVr,c@?z̆bf6HbQbyue050h"V\&$qrxb©qYotȇ%U"RQJq3Vۜžyn5GJw|&[FާQĉQDsni)p?&$)Mv+pChɭ "BJBS f1jV1nmC8r-vkliZc W̍K Nɋ:VQdߌw#+^8Ix#&9$ `BHm$b<v?y<6 IT!%PvwҨ3K&Rx;'b~ Cu . |I `H %d;Áf?C1.VxB i9H%Mz`-fjs` -wAGtxNy=pg 6h]Uʗ.:fAfN XOJMo$ "rosf$uVz{VH4L;IQis< oP|H/NAﲀ!7ռ5CV5Tjy92A$.WT%#Z{d-r(eoSk%,2kmP3o3Ć ^mUxppg_v[U4q;IRjn`]:=>N9X6-{X$ǹ˾ :'t(Ģ[ oYPՃuɂ}.!r]",Tlt\|s骞xhy\f׶K9ԲD*M|f#iaaY.v<S}d'dGK. )=`,hZ^= 1[ʲYvYHYE,NA7|g: q箝PGflޭG 3[e ]"k?(c3H)P1~/^"9VYLjB3T}L`ˌ&€r0xXy|tCT[-VS;/#+d :eeu\P TִTukiz2?ZXa 1Yx ]gXX`8ya-Y6_XI_SGfPܴ v̔VH ed;RY] Ga~— ZхW}egHDvM1u /k< hMNbz}|ybGZ Ю\כaF:J.Rıo)Kd l͂?#=MQO @kUi3X@r 7qSH&iMMJn̝D) g<#,xy,Fh ^a!?I`᪊GjyJ͠ I*]toEOKBd dΥ`VqPx)*w;(>I,L RiF`kB,]ppIYwZ%r (y,FŁ܆ۊMYהc&W@2 b|L=}GS {&#RnoYȻh-O^5ݶ'v]cH5 h߷q93 ڿ&Uma qdÖr#% ࿇ŧ!%#|  E.ITM(DIy@}$δK .v^7vKq2s}v53mOfk ^fQ˜F7 /^G,' skwl:J4.W8* +j(!Iמc Bb c?T(zlWy+́G7#i`Ҵf&x rS$Ac>Yr؜TXYqh 5G3Ό~T8d_ťOøwVm=Y|ᒰ\w/1SFANk'}qd::U>;/a~$ܿڊ;S2:I: WYY2 ~ >B`Tw5s1 f{۪ ¾ي} w7Ԭie&ayɨ&URw 6nAT^KTJ%¥VMcd7bR I&QM571NGDh%} twh0]xV5pqfnƧGT$!̎ƥxo!vC@*\*ډ+2;`*O&2ye -wHH=LsprHj:%]&$#{ f%T9JEejh2-_i\m(an)v+?I +Yʋ~ '6d$ :Ilb_xh9O?v^bqY b!{Oe}]"iV'O*AM&MڷP4Ad{dKQz/I97".m~31`~EpBy4 r7 L 浯k~j IX+'Xg '9TLέ7JVA>zwЦՂ,UV"fKf<;$zs= Vk9/V? ձ@2X7oܵLBh&Gn[!g}wav(%K9ՉMӪҡnb-,1$a_Y\c$NB}2ƴ/sjj`'G_ aֲʾ8e~W+qC`nvEd9.&ԧɚ^([gs+Ò3Ot NzI0D&7xI8 Ji[щ;3_3Tkj3nUsqnJ-N)FEl7`Nw4^+L\Kl$&z9Um_t<$PViqu Kk{A94b(ř47A~m?D+1 EĞ{f,r=h|3@i{,0B/;҄HH6 (4ǂk[[ݾaxJYlfEul+FM>Sk\/5,(Aڭk)}Ft !{م͍T$,"wd3dԈdg-[P W2߯`XwJl̉y;Opމ1YP .æ_"Z{%Nǔ;k񙡪N4%\"/ęޤ.vWߩJT9:>ċJ860{lyjX S 9vE1N8^i 1)p5jIi0Ğ=OIMZz:2:LyU5Ao*ޘdpzIXŁ"^ޜsʃ&@,gķ2.ŇVrZss*EI?.]z/B)r