python36-3.6.8-2.module_el8.5.0+751+b79b40be >  A `fU] 7d [:=eE:(kz?@J?tF1/؂3Ȥ#̞Mw";sEq0QD-D޿[&']MژB:|p6LGL}ŀ)v:]⬸2I󙅪`hr:7t`n,V~P9ɘ$>̗ʝua*o2௃[lSqS[yxVXi~M+ 1(KYq>^ zNbp`6r>lldǖQ) :һun:R#e5o)FqUw T0c~ ArczK9^>:n(8[E= [hjnQg2ޅpWYv{$]Ԇ:Pbk.3L:|1e<9]uŐ27|볝k/CT!4r!+EQ~#%r64u-~Br|y6kq|<~P>_[{( Fb#3K ".=D{;7s..(b6P @wAMIRYŁ&=p.E sr` /̨6E> Wәx(o,"4UO㿧n}|c,dRỼ{ Cc`+ռ4pA ? d  / ^x|  I    (  H    hH @ 4 (X8`9:f>@BGHIHXXYlZ[\]P^bgdefltuv 8 T X ^  Cpython363.6.82.module_el8.5.0+751+b79b40beInterpreter of the Python programming languagePython is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readibility. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python36 package provides the "python3.6" executable: the reference interpreter for the Python language, version 3. The package also installs the "python3" executable which is user configurable using the "alternatives --config python3" command. For the unversioned "python" command, see manual page "unversioned-python". The python36-devel package contains files for dovelopment of Python application and the python36-debug is helpful for debugging. Packages containing additional libraries for Python 3.6 are generally named with the "python3-" prefix.`eaah11.rdu2.centos.org3KCentOSCentOSPythonCentOS Buildsys Unspecifiedhttps://www.python.org/linuxaarch64# 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/python3 -> /usr/bin/python3.6 # Create only if it doesn't exist already EXISTS=`alternatives --display python3 | \ grep -c "^/usr/bin/python3.6 - priority [0-9]*"` if [ $EXISTS -eq 0 ]; then alternatives --install /usr/bin/python3 \ python3 \ /usr/bin/python3.6 \ 1000000 \ --slave /usr/share/man/man1/python3.1.gz \ python3-man \ /usr/share/man/man1/python3.6.1.gz \ --slave /usr/bin/pip3 \ pip3 \ /usr/bin/pip3.6 \ --slave /usr/bin/pip-3 \ pip-3 \ /usr/bin/pip-3.6 \ --slave /usr/bin/easy_install-3 \ easy_install-3 \ /usr/bin/easy_install-3.6 \ --slave /usr/bin/pydoc3 \ pydoc3 \ /usr/bin/pydoc3.6 \ --slave /usr/bin/pydoc-3 \ pydoc-3 \ /usr/bin/pydoc3.6 \ --slave /usr/bin/pyvenv-3 \ pyvenv-3 \ /usr/bin/pyvenv-3.6 fi# Do this only during uninstall process (not during update) if [ $1 -eq 0 ]; then alternatives --remove python3 \ /usr/bin/python3.6 # Remove link python → python3 if no other python3.* exists if ! alternatives --display python3 > /dev/null; then alternatives --remove python \ /usr/bin/python3 fi fi p1A큤A큤`e`e`e`e`e`e`e`e`e`e`e`e`e`e`e`e7a9b490dbf0d3d41d35efec4eb8cf5f359a82bec26bfab70455fe093581a0aedb9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2/usr/libexec/platform-python3.6/usr/libexec/platform-python3.6m@@@@@@@@BBrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython36-3.6.8-2.module_el8.5.0+751+b79b40be.src.rpmalternative-for(python)python3python3(aarch-64)python36python36(aarch-64)    /bin/sh/bin/sh/usr/libexec/platform-python/usr/sbin/alternatives/usr/sbin/alternatives/usr/sbin/alternativespython3-pippython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3\@\E@\l@[[/[[F[][i@[i@[#@[r@[e@[`O@Zľ@Zľ@Tomas Orsava - 3.6.8-2Charalampos Stratakis - 3.6.8-1Tomas Orsava - 3.6.6-18Tomas Orsava - 3.6.6-17Tomas Orsava - 3.6.6-16Tomas Orsava - 3.6.6-15Tomas Orsava - 3.6.6-14Tomas Orsava - 3.6.6-13.1Tomas Orsava - 3.6.6-13Tomas Orsava - 3.6-7Tomas Orsava - 3.6-6Lumír Balhar - 3.6-5Tomas Orsava - 3.6-4Tomas Orsava - 3.6-3Tomas Orsava - 3.6-2Tomas Orsava - 3.6-1- Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587- Sync version-release with the python3 component - Resolves: rhbz#1658271- Remove the Python source tarball as it's not being used in this symlink component - Create a new explanatory README - Resolves: rhbz#1654867- Slightly edit the description - Related: rhbz#1633534- Add Requires (/post/postun) on /usr/sbin/alternatives - Resolves: rhbz#1633534- Don't list /usr/bin/python as a ghost file so `yum install /usr/bin/python` doesn't install this package - Resolves: rhbz#1633534- Set a special Provides tag that advertises the `python36` package as an alternative to the non-existing `python` package - Resolves: rhbz#1633561- Fix update of alternatives in the devel and debug packages - Resolves: rhbz#1633534- Provide the name `python3`, `python3-devel` and `python3-debug` from their respective packages to provide a sane default for Python 3 - Provide the name `python36-modular-devel` from python36-rpm-macros so it's easier to remember and describe in documentation - Sync version-release with the python3 component - Resolves: rhbz#1632637- Implement the alternatives system for Python in RHEL8 - Resolves: rhbz#1633534- Require the Python interpreter directly instead of using the package name - Related: rhbz#1619153- Add general symlinks python3.6-debug[-config] for symlinks modules - Resolves: rhbz#1615727- Switched devel subpackage's dependency from python3-devel to python3-libs-devel: python3-devel is now buildroot only and the contents were moved to python3-libs-devel- Make the python36-rpm-macros package noarch- Include python36-rpm-macros for building RPMs against this module- This new package python36 will belong to the python36 module that will house symlinks from /usr/bin/python* to /usr/libexec/platform-python* et al./bin/sh/bin/shpython3 3.6.8-2.module_el8.5.0+751+b79b40be3.6.8-2.module_el8.5.0+751+b79b40be3.6.8-2.module_el8.5.0+751+b79b40be3.6.8-2.module_el8.5.0+751+b79b40be3.6.6-13easy_install-3pip-3pip3pydoc-3pydoc3python3python3.6python3.6mpyvenv-3unversioned-pythonpython36READMEpython36LICENSEpython.1.gzpython3.1.gz/usr/bin//usr/share/doc//usr/share/doc/python36//usr/share/licenses//usr/share/licenses/python36//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 -fasynchronous-unwind-tables -fstack-clash-protectioncpioxz2aarch64-redhat-linux-gnuemptydirectoryASCII textutf-8f62188b9e1d2e142be258918e8b29e474ad03979c06b97512efe00b496f03eb6python36:3.6:8050020210401162706:982725ab?7zXZ !#,7G] b2 p a\P'T5SᬪV6Q?_b~Cy+஋>1\ L+Iu ajMy<ʎ6hA#V%$̡t/a0л+Sv몤QtDuiK4$ݴMϵT?ʯG 凶靶gP@M d#n|ӧoވkA6*rDma1N.Ek"h}<=rM4]dR*νw1P@޵9S}x{?( adLMաrL`s)"-l;&3eP^fhHt#L$ՀFTEk4+InyH+ \,AjޘhNjJ 0 2 w{ujmQs_x9f|ٖІ= i<\P _.0Z_.Md_N9o.g@#a0λ)s&0,vZ*+plXUTE}L89͎tnG<x-):(b]t3#2 n aS򥿂j4|ދ3~З^YBAh3;:%po7v}u\{Y >ݟrq6Qq1vߞ.Uw( P,})~gϸkՔkBGuYp @$9.ڕp X6Dk*ƾ0ps&%[SRh+ҀY\k(:tlE!EѼ#mɿB5)F_LEG !W *E_c'Y(ẆQBv G:`oCb'HG>2V5MHx9C`UfBDUc0UGU}~ї-=\۷E17 (i;"J0G`J L2&Wqa[\*9hz&\ANv҅U1F$MRMbmj?nҘgMT}H[:!]#'q=3 ĨP]\.;/bZ=iDKS}A$6(膓L?ͶNkOD͙ rq^x`F܍"Tȷk8'2lH: Ӯ")40Z-m7bVҀR"h~^QC{&6O~Ѹ g r8Gj>Ka3׿ ~#fT7. FHi ńj쎽k3~_h8uo=lS YnK͙>[E^2nw}q !W\x56)=>&cOe}-D/ gac=EY< J:;>z hBAЦ6󚍤Z*/V㷫yՌd7?|>]4i-;]3t5zIqOFp;\8)<.AWW>!bI6V-X Fjë0,û-;R'ZT\ *Ҧ1)-u;(O.,,t`8$?ΏID( 5O 0{°J.CLij C*^x٬eFX -oA !g#|%~R0~o5୯ fY?\l s/&23)# bf_`["wdU[ER,[)QیZž"YW&+NI,sUhh+ԧFW!7)" vjIs|= ðI^6KpUA("9kRث"h'J>HGlx,޳iF4~NLCa~g$^ BXc}+Pq. NP9j$R Bh$)gF^gD@fm|}f3 $%&!ڎzDGPE7omN/[413xI*Aig`Q"_XkPT""たpɖ}=-]h[ujQ9-pᏸIHj/,ngtGw~xC J@ 6}k3{C$6j{>²WoF>Ի@pZF5LtBd6$L(a{V1|埇3΅;0V=_E %ht%i$S+ZtV@~-v \ (\5q]ܐ=,s}[yVLQ@v{.X8*3)'BZoul[?=ҡ1ۦjϕIf7E$8zA @X@׶o%;9E5%Ρ<e1ξ3}/`7cU&5 k^HN1%"n|+ YZ