python3-markdown2-2.4.0-lp152.2.3.1<>,U<`LI/=„X3njkIPLL @ !锿2!i EςL)H_ey*\ ;_?N˜ayDSʄ~fjU22Yo e™DUC TWMzi'RBDdZ'`cPl C=h {(YH|k$7r0\ay,"Ȁ$ɓ5:o@5\ëV'ɇ2`>o"ąT|y;]Z# 2egC9~w >B?d & JDHTXktx = , P    zH\   < ( a8 h 9 : > @(F0GHHIXY\]L^k bcBdefluvHwxyHzXhlrCpython3-markdown22.4.0lp152.2.3.1A Python implementation of MarkdownMarkdown2 is a Python implementation of Markdown. It closely matches the behaviour of the original Perl-implemented Markdown.pl. Markdown2 also comes with a number of extensions (called "extras") for things like syntax coloring, tables, header-ids.`LIobs-arm-2hopenSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/trentm/python-markdown2linuxnoarch update-alternatives --install /usr/bin/markdown2 markdown2 /usr/bin/markdown2-3.6 36 if [ ! -e "/usr/bin/markdown2-3.6" ]; then update-alternatives --quiet --remove "markdown2" "/usr/bin/markdown2-3.6" fi9 O  A큤A큤A큤A큤`L6`L6`L6`L4`L4`L3`L6`L4`L6`L4`L4` `LH` :`Vr`LHR`B0fee4c41af3018292d47404b03ebfa029bd3c5c8f54218dd4a4b812fec2a3fc7f7dabe70a10e90e2196689291e50e0bce4356b4cb11d8ff975fbea6ac764111ddb1f242152df3edad2887e5b029c8afb84c4a0f2fff763f33e131bcb6ff626c123d3923eed4b67fadf00491e0c0f314ead586f6ee7e8de7bedafa51e7b7941aa642c33ca549aa2ecd22ae0c376e573d490839023adfbd3a0d990b707d3253a8901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b7c38d922c04d6d39e2331cc7b0cb91cb37e6bd66c13a852495feb27152ab78d71aaceecb73de3456d3bc9e5d429aaf12ebf49438506c1a2c27b5f8f3c642f81a50e4d5570cc13add200dd3d5c11097a96ddbf4daa36b23daf8e8b76febf5bb6a05c7a4994704da5cd698d59823e16758366535d11f479a63ff0037ae393c4c45f4b90750365defa24d4f27fe64b24978509589f0267252a8b0dc9c2eb3d0bde1f8c7c4d554409cf621b8d653dbfffb719745fd36f5c49b8305258649b403ef9c/etc/alternatives/markdown2@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-markdown2-2.4.0-lp152.2.3.1.src.rpmpython3-markdown2@@    /bin/sh/bin/sh/usr/bin/python3python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0-15.2-14.14.1`U_:q@^@]8H@\C@[]@[Y3U@Matej Cepl Dirk Mueller Petr Cervinka Tomáš Chvátal Tomáš Chvátal jengelh@inai.depetr@cervinka.nettoddrme2178@gmail.comtoddrme2178@gmail.com- Update to 2.4.0 (bsc#1181270): - [pull #377] Fixed bug breaking strings elements in metadata lists - [pull #380] When rendering fenced code blocks, also add the language-LANG class - [pull #387] Regex DoS fixes (CVE-2021-26813, bsc#1183171) - Switch off failing tests (gh#trentm/python-markdown2#388), ignore failing test suite.- update to 2.3.9: - [pull #335] Added header support for wiki tables - [pull #336] Reset _toc when convert is run - [pull #353] XSS fix - [pull #350] XSS fix - remove 0001-Fix-for-issue-348-incomplete-tags-with-punctuation-a.patch, 0002-Fixed-code-highlighting-unit-tests.patch (upstream)- Add patch to fix unsanitized input for cross-site scripting (boo#1171379) 0001-Fix-for-issue-348-incomplete-tags-with-punctuation-a.patch - Add patch to fix faling unit test 0002-Fixed-code-highlighting-unit-tests.patch- Update to 2.3.8: * [pull #317] Temporary fix to issue #150 * [pull #319] Stop XML escaping the body of a link * [pull #322] Don't auto link patterns surrounded by triple quotes * [pull #324] Add class configurability to the enclosing tag * [pull #328] Accept [X] as marked task - Drop merged patch fix-build.patch- Update to 2.3.7: [pull #282] Add TOC depth option [pull #283] Fix to add TOC html to output via CLI [pull #284] Do not remove anchors in safe_mode [pull #288] fixing cuddled-lists with a single list item [pull #292] Fix Wrong rendering of last list element [pull #295] link-patterns fix [pull #300] Replace a deprecated method [pull #301] DeprecationWarning: invalid escape sequence [pull #302] Fix "make test" in Python 3 [pull #303] Fix CVE-2018-5773 [pull #306] Drop support for legacy Python versions [pull #307] Fix syntax highlighting test cases that depend on Pygments output [pull #308] Add support for Python 3.7 [pull #304] Add Wheel package support [pull #312] Fix toc_depth initialization regression [pull #315] XSS fix - Drop merged patch: * disable-failing-tests.patch - Add patch from upstream to fix build command: * fix-build.patch- Ensure accuracy of description.- Update to version 2.3.5 * [pull #238] Fenced code blocks lang with leading space * [pull #260] Search for items only within metadata header * [pull #264] highlightjs language class support * [pull #265] FIPS compliance * [pull #274] Fix for double amp replacement inside link title - Update description from upstream - Add pygments to BuildRequires - Replace devel BuildRequires by base - Apply spec-cleaner - Add patch disable-failing-tests.patch to disable failing tests, upstream has no fix yet https://github.com/trentm/python-markdown2/issues/281- Implement single-spec version - Update to version 2.3.4 * [pull #243] task list extra visual changes * [pull #245] Don't let "target-blank-lines" break footnotes * [pull #247] Translatable footnote titles * [pull #252] Add pipe escaping in table extension - Update to version 2.3.3 * [pull #236] Fix for safe_mode links regression * [pull #235] Fix for overgreedy regex in metadata * [pull #237] Fix for header-ids extra non-alpha character issue - Update to version 2.3.2 * [pull #204] toc extra Python 3 error * [pull #207] Performance improvements * [pull #210] Leading paragraph with fenced code blocks * [pull #212] Target blank links extra * [pull #215] Optional metadata fences * [pull #218] Github style task list * [pull #220] Numbering extra * [pull #224] Metadata in blocks * [pull #230] safe_mode changes - Update to version 2.3.1 * [pull #131] Markdown "spoiler" extra * [pull #170] html-classes support for table tags * [pull #190] "strike" extra * [pull #201] Allow empty table cells- Initial version/bin/sh/bin/shobs-arm-2 1615653193 2.4.0-lp152.2.3.1markdown2markdown2markdown2-3.6__pycache__markdown2.cpython-36.opt-1.pycmarkdown2.cpython-36.pycmarkdown2-2.4.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtmarkdown2.pypython3-markdown2CHANGES.mdCONTRIBUTORS.txtTODO.txtpython3-markdown2LICENSE.txt/etc/alternatives//usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages/markdown2-2.4.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-markdown2//usr/share/licenses//usr/share/licenses/python3-markdown2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:15931/openSUSE_Leap_15.2_Update_ports/20099cfeb98594efa422d1e83401c0ed-python-markdown2.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectorypython 3.6 byte-compiledASCII textUTF-8 Unicode textRRRRa|[ ]_dutf-8394565ae19ce804083f2e88e25ab2e5554173f5e9bb0f43b7a101d4c5f3d6ed2?7zXZ !t/0]"k%a Ú'K,я?`āeM%1Df2 G)5PP_wÎqc&R0"{,QbkO\>ajrNkSOf$yv?K>ŚmV[wD|Ǻx>eO3XCA̔?Rˉ\NG]dc.(4 F92KAXi%kѴsrR`nCeK^+oAɝ/iY W,\JNiwXV{Ãކ[zLƪMymsִ@K#hm9;eI-zƄ^@ #|sb"ݟ۽-rZCªg\&2Vvkԇz#X&vt]Ű'` Uh0s'Pd=#.~+=FR̍k@ v [Φ>g15anȋhfܤ}q3τR7T&,P< OhC67t'eR/+${/zR߇) }Q-Sxr -zYQAsک0EpG^ E6sB&sM  H:)i pa"W{& [U-tdS@X:ifV04 &?isylV]6%ڻBXr^G'F [H|,}E$dMDg]ȓeC>H?ȑVڞy{7"}i3LS*GGF QE0~(y-Eu^^2Nb.%xt.G "dq2 CG _㒫,Pҳ\wjKj7(vGqC@DJӌDNAiIva$Al^2KlT|)-^9p++xp/< zr~!, ΃`fwh!8 h/o;A;cR5rof_z|";^Pݯל ETc+?شQ&eamd0)PUZ]bN32JiRCA~- @$H%'vHLI<)Y).cn- (z|kv{#cqo:kqє˨18_N1] QJ{9vq-)N1&R%v H$}^z)S n0k~xD YqA]~`g9o2,9MGn1CbpZNVL4Zʅv @oaNtTկQW t ̬ h ]<Ծ,aF)ןf)/i%]ʝPҶm韰 vpmE$a슣V[ssoO~.}8ua%Z Slju)H9`H,lCrS y UU<6"R d:Ke 2ӸKrIX jT/}}YM _$TNdJVst&m17VIN1bx|w@zB{~*vBsEW N< ;ވ> @<;c/;zF3̘|݇oɥaNք֖Ъic>ÆE9Y~t(eXQMP,|ƩkaWx+|A^ḑ]eH?I=&T p:߮m.q~6-ޖ\׸rETK7|>sЭhsc{llE;Ay@ |xMpyy<;MDMҀ%QLP*gEtY@Gx`Ϳބdl PkSzm-jQ; ޟD7ň3ٓDiWN煯w3oi.,Of3@8ʟFA ?i f(ǴA.H#P \9:EHxeSG u=Do-7W,n^R\|㇎ [ sHO% yñ0lXU gYcQ"_8d(և V/V 5WPquuBGlA9v[1 'N~YxCܮ^;P'΋G R2DdCŘ>'[0bJ)NzW;š櫢Y8_IKX3#n|R8RWČԏoHڊe,rl=xE,Su-{.̩dxH7qR#E/}D'٫Kjľ@hY]P'{*o؇@Ɂ;4>*O!u ;D29;]˭w'^dٿhKZ>MZˊZ H*1@*8fn,Hk,qvje1L `Jt:6vN8Vu u%= 3mCصڊ~k ՋC>fzXeO MrQ7ԛLe¨5<Lo7zۼlzib;z>Tr(ש/b#z. &=Ӑe״!5rqm2?-X#W<:o~QAy"rT<'K4/q <β6n% s4ijkWZmnF6S?)-X)f@vNkI"?B1j !b?@`M~$<3PL&ppsVb׷@*)6s>?9m">v{ׄ@₩fnzvȤpnFN|kGlOɭTU]7 e=PTInyTd˳d_AcդB_T#xP{u䗱тi|:+@ꚪ y=4 "lM'܇Ah麈8Թ7hWз-{NHGjil<=3A +H ??vWqyb⇭~T3,1YWT  !Mv9("4*Z rq" rϚNאybFJoV'W\&$uwZc0}‰K̏[1j5DS!*ɹ X}_?]73н6uS m!-u&Q5& -kʵJs0_pޅk#ƍyYH : %6˟. PZ_Шd-B|'nc'B?]u ܉a&\G^')R{3'u9M0HҬvZ0h).Ȋo6Ҝ!p¯|)A1 r*S* 1kC&cadWt,uێ> ##b,#|`sGu*Ţ9GRARXt(hU9]yUFj~˿*NQ ylO"\1.{7~}gr6KPOkR">qxa4V.-pkq6 }~c֗xkY6fv(C,kյ4Z@kT}Z.BZM䠲;spڃC$GW;?k ޱkR~L"c.-Ȇɀ+-s6ra$jK8 xNо/0tN۷;t(8+.EC$csv><T1C+lG[4Ey yt%b=]hzY7} F$lmLiTL\ cGF\!43ut9(L7L H}WOb߮0Nj42EwByㅑ4RӡR1E$@alù]קYtJ8R_Վ}G*(SB|=я C/D\DZ/=]рLNj.Pk `Dd{iVmN&lmT& f^l`O[N ""C"pvggaO8ufpm?S{hb/mMtU9V"-".:)VfjIv,LGv+`ـ`F~=i'J?EooT/qF. #6ݸ]O Z,]H )"$ LU&@RU:\+^ye +*o]urǑ%<<3"9Zxp[1aΊ9#L%f /"6TF~)S.4!}Ý{I~xmr0@*zBTxZт5~y}|@LU8Z캛=LPH5D T S9Fb~0jR9{$G|-35\H0'9] ս =rX}2;牖{dTڲ.|B33-yiS"M4yq!I1u8c:۰J/i0[Bt Fcgd8zYR=GTt4ˬBɵ?[}>]i3gub*+foz QYѡ򨊅T{^YlQ(NX?O04a.!N"k3#g.jqD3s|Yi6+_ ݃I3`}je(7f2'}Oӥ*G[ڝE8B|,1Rv.BN,0i#ш=yޘ Ja,:kMٓg7%л.01={6l Q-]Ah|JcbBt<NW[ wT\ 0O )+f͗! ЅPn9U*dVnS9@ܳ81q[Kq/uM,嘕iMpy߉h=[?}Hā\4Me"epQ P*r$nNy!1 ){> ƿfi3+=^; !gtOsL,"_tLYPPs[;Qդ``NQA, 20"jpݍiC_W)2JPUy(jFtnw%NU?UHFQgs0lbXXjV'~Z *A*nR+w)El 5<&|UIdKx(}-4~3v*i,%{hhh\,JXV THɴ77TG8*y_̇cb Q3^(xAptp |ixD [(J}5L+IHgeȒRb D&_3}Z_>&3ծ+OȁO^ pUU xx;B#}e22'E2P/Gej _! #EwkӕX3{"Ж$ZU' Hle}A( {xlAFE,/rmN*^< ÃMufգ|WQz΀eBX"O͢EP54b0c+b(r΋!LFr9_! 1ykH9ic2ՒR9~= F,hp3r6 rW =@׾ Q SZ~P$_wkl6'U/tz,c/ o X/MRB߲:4di'!z^h芙_IBUtg(1\wI y)wT3W@A‘Wy1/Jx_d~1K*_{.#FkY4*pbrnZ$d|(KR/0Qq܎y8p;t rT-~;ҀJBڦEJ&iuJJM04b(9 !G{VA_<#×W")a2'28g z5ueFk^A0]w?\бwWjx-o@Zg$ mD:nRxw0X2XYqqi~ =ccƐg@w-Cb44:c<>6AOx'BΫ9gVX0]T8ҟcͯ d++3Dċ4YSvIEgܬwMZ6ni~ƴa(@t=,8(3+(>g@SREym#*2݄/lڥ a{%fz94;r@֐ʆO4>9;"TUQj_FP{&n֡9B YU};Z;b36<1 | M~KК)wşQ|ı\]$׬?6&1}APB%iծ QNacxlRr?(pUp( d^\:Ać`W"}im&zYݬoo 2\ ULNPWUWps?+:N#S'K9 [B&Q)Ihcؿ1j.+Pgޥ\'Kz! 1ڣsuЀR78) hE#-` Tixi~P*j _KmN&$`KlUhLqt5a$>]8+dJU=T3Y0LJlwdD*ͱe։>Q?"(нU>XARd;`6>@O{<1AxNҽgi,Wv:cr;.Fy9Q4ɀ1k H|:xf#X_NBm( {EHhCQEF%C?R6ܕ'+ G\*W]tѱ|q#Eʌ׺n8/U1jV}b] %\{餼l9};etducr{|͗VJtv%KBzn[6_ Xc5z˘U9؀HAChMԶpp"Wgf[w&C&_Wea}#s]]"5xkNc$OYe_<WWqZ"LXPM,tSX7w;e)UcqKU(SFM%:b\Y*xnO1qwbQDڬ:K3 =`don։riHI;UAU@Koұ\A2yDcDtoi bg^`쁙l* LlO@2~h۩h1![ S9 n,.ưfdË'l"y`hNS2x $]n4(5 c0>{ FJ隷|~EPXfg&?зMdbhRfnD궮e<8=N!Tz_0Ɵq:f)$j4́i,ZWHB&h"1sɴAq!m{PXe~pSGlbk4}+St%QgK@o|+'XE{WNV\Q}Ǟ^V}NSݴl^F7|Od}6(`* \u%뿳E3 Aż!`u{Evqzd-@ɥ`\j`8dqV噢R5[PLOPw Qi$W<=AywԲ9O -:Ll햩"=bb?"\};CQy _bT+/]A  }yaSInWEKHZ(F~;Bd-m'̦QxsgN|5*EdGP]Yè6#9**-3s/+oTE'?u7ЅHݐW=&! ]гv@ySF&W6t*.n;eRA[