python36-debug-3.6.8-39.module+el8.10.0+1910+234ad790 > 6 6_6 3!pQp)Tξ7]mtZ`gZ ]mtZ`Nah=ڱPٌ=2)ݮߝ%)=+#s;'ķǗ7IRK ``MfɿKHBƂSoUgӜ3QgAdyl`y#<;=$VϲqS%$ &1 l?`5Q-9\RʙTIdn"o`:-0?O4dȉj4Z4D/SL"ʗnLf뗨, 6RWdSkCu8E2f9P.cïVj -!',Ct 6s!ֱ#k,?a 0qT;H@:t(y7 'G]F:#,b뫻gHm3f&dRW*&FhE֘,*x{pK+t>\Bcov>󹰧Uv,){_m wvj6[rɘ,%CD (22WOVգRedcd53d941e4a613269f85e4dd39073f93288b11e72e75c3013648bb1256daa3a7681e40f55ed6fa76df08a3fea75457e9008c9a13!pQp)Tξ7]mtZ`gZ ]mtZ`gmO0U .("2yif?7Hw4wkc/O<Nk迷CRxK羪9Dlj mn2p儁ч/6ߋSd'ƅ34ߝ&*`E JkTR@|]+X;WtXRiT:Sإʱaql0'߻@?2_Qll |zqC)ciUb `TR$9'!نպ1<"θ 7@;Y}δNGXf9cOL{bA$i#wK0sfLLJCv>s3C%)W !2 3y>?yGM>;i=~R~ zwWmYA ^zpAj?Zd 8 \  8>Eb           4 `     4   p ( 8 9 :H>m@uB}G H I XYZ[\ ] ^bdJeOfRlTtl u v,0Cpython36-debug3.6.839.module+el8.10.0+1910+234ad790Debug version of the Python runtimepython36-debug provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules. This version uses more memory and will be slower than the regular Python build, but is useful for tracking down reference-counting issues and other bugs. The bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both verisons can co-exist in the same directory.gYord1-prod-x86build002.svc.aws.rockylinux.org3KKojiRockyPythoninfrastructure@rockylinux.orgUnspecifiedhttps://www.python.org/linuxx86_64alternatives --add-slave python3 /usr/bin/python3.6 \ /usr/bin/python3-debug \ python3-debug \ /usr/bin/python3.6-debug alternatives --add-slave python3 /usr/bin/python3.6 \ /usr/bin/python3-debug-config \ python3-debug-config \ /usr/bin/python3.6-debug-config# Do this only during uninstall process (not during update) if [ $1 -eq 0 ]; then alternatives --keep-foreign --remove-slave python3 /usr/bin/python3.6 \ python3-debug alternatives --keep-foreign --remove-slave python3 /usr/bin/python3.6 \ python3-debug-config fi !(/p1ہA큤A큤gYgYgYgYgYgYgYgYgYgYgY7a9b490dbf0d3d41d35efec4eb8cf5f359a82bec26bfab70455fe093581a0aedb9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2python3.6dmpython3.6dm-config/usr/libexec/platform-python3.6dm/usr/libexec/platform-python3.6dm-config/usr/libexec/platform-python3.6dm-x86_64-config@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython36-3.6.8-39.module+el8.10.0+1910+234ad790.src.rpmpython3-debugpython3-debug(x86-64)python36-debugpython36-debug(x86-64)     /bin/sh/bin/shalternativesplatform-python-debugpython36python36python36python36-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.1-13.0.4-14.6.0-14.0-15.2-14.14.3edaF`+\@\E@\l@[[/[[F[][i@[i@[#@[r@[e@[`O@Zľ@Zľ@Lumír Balhar - 3.6.8-39Tomas Orsava - 3.6.8-38Charalampos Stratakis - 3.6.8-37Tomas 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- Provide /usr/bin/python3 explicitly - Resolves: RHEL-2113- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055- Bump the release to a number higher than RHEL7 - Resolves: rhbz#1954567- 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-debug 3.6.8-39.module+el8.10.0+1910+234ad7903.6.8-39.module+el8.10.0+1910+234ad7903.6.8-39.module+el8.10.0+1910+234ad7903.6.8-39.module+el8.10.0+1910+234ad7903.6.6-13python3-debugpython3-debug-configpython3.6-debugpython3.6-debug-configpython3.6dmpython3.6dm-configpython3.6dm-x86_64-configpython36-debugREADMEpython36-debugLICENSE/usr/bin//usr/share/doc//usr/share/doc/python36-debug//usr/share/licenses//usr/share/licenses/python36-debug/-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2x86_64-redhat-linux-gnuemptydirectoryASCII textutf-893d463eb721425ea296e4bdf274f3a447cbc0d455ebe4e91772effc067b8d16epython36:3.6:8100020241211202209:5ae887d0?7zXZ !#,9s] b2qhVeacNB;`磃ML6O `+j*jGe|pR$佗].l2E1Rƈ#X}fdʔ+zE*qj erwo'w|}p9WOc K:MlFftӛSfRS$T~kr_  6,@@o,X==MFJ` .(=e'νXOõu;9ԡnk|J~^+bp(ApݷFOҶUx>aqZ޵l ݡVlE.#`WѪqw\DKi`/{zuGxCU·G$@|eY)'dvf-7MD{t8]B:6r^w$Yl䓯uLlA^XdOыh-"s.hXs}YEټ25GZ\ UF/c|rpfW df~IKڵE?sS3!0 oLX?J5DzQ}#]z5\k\\"'\:#gמ(_O}0װC 7S{B9@V%>[`> K+yۼ4`s$ jϰ8W Qq >%×N4k`mLY2d"yc;L j<=1WOۈφLWh(}uZHI&ٗhuK!8B2<_2 =R4N#DžJqmX=qoA`g'T/f?70/2bzzKhd4?$Ʀ{o-dsrn;NuPᾮ ߼<MMTȽ5}P*3qw iE$kuhJnv 9+1gyw?`OI¼)Y>7:.XLJ#*86izy1A =h[C XvZ sMD?H>3bQl.S?Jc2M1tŤ+߮i#, }A5Sq]C+jݐEņQs\\M`"k<-Fٓ,([ ?zF@7=T?#xu>RPBh.>l}5? `BF; 1P7 $>zcBե$XN_'uD \_5 T9䥿`~Aq FxBn>1N!?p6ʞVgPy_Д dB:wphADfKX qZ!TݬɅVolI(\E/}9þzOJ|#Q`,V*{}_-ƐM>>jbˠSzn~paISU(+_9ĂL!-+BC7Ҳ21i%dMOX,_3'1-8},K: 8h5y޲O+ح> .K \Jt;3*t8Xd(3D#PywAH6$t~.A׸1pʉE7|;ZN PZu0e&$r{)f7Ka~{gע,` KѠ86fM!Ӆj[X!e }^5c/$ePs|_{Ec;bAh$i`%ɗc"=ց>D8W& &`S-u8}`0,1 ʔ\AT(' wXm,𙕔OGR/@:!@QȎt8y~QBi{TIE 4&V.x["*ݓ=Ͽ12L9C,  FABZ >'Ud"&j\d_ZzɆw,a!CkӨv~NAAۀ!ه) PBnVRbAU;{ dbw^7MOq?"er\+lb%UȠxa{Z^(?Y!NfޭU=A y{qG/N>vt_oCz=T|=a^|9ބY _M?ZڇH.%2Bl/Y>!/:_1 ?*̡6m )k 3XeL\Ul"W @`=_$'H% 2ʠKd>0J"*E݉ 0=1-S M/F[b)ل0K-<&j4.x&WuBpWiZ#*X.*vE?[}xat6J#`sT A֦lNԗR2@!ٞqGh??V3}֖vDS@r.c=*?SBVxhbM+IV\0s)5uJ~ӏArL ?t ȸ35@4ꍖT?D]I\!++l. &I _U^_Iۇ_Y7? /vO}H:XН$(UhX?#=نUp4O_AO XݚGl)R|4M6|/v#1xu&3e 3Cq@=WWs7%rPQqG8q=H|-dRdEY2~TՄLYS(Ga}XKVCyg|(V4"rS(y YZ