python2-markdown2-2.4.0-lp152.2.3.1<>,PX`LX/=„,(R `8uy)JߜwWaR8;mXAQ(,\3/U@ yN8KKLY\I]m iD^T=tFb{s{542]L]Mj% bE.!MPERܦ;"x r&@YZH-{ub?be%i9H/74 t% H).egim\GJKםRmH jn!AQov*&+Z>G ? d & JDHPTgpt 9 " D    a(L x  8 ( ^8 h 9 : > @(B0FAGTHIXYZ[ \4]x^obocdefluvwxy z, Cpython2-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.`LXlamb12openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/trentm/python-markdown2linuxnoarch update-alternatives --install /usr/bin/markdown2 markdown2 /usr/bin/markdown2-2.7 27 if [ ! -e "/usr/bin/markdown2-2.7" ]; then update-alternatives --quiet --remove "markdown2" "/usr/bin/markdown2-2.7" fi9 B9AO  A큤A큤A큤`LV`LV`LV`LU`LU`LU`LU`LU` `LU`LU`LW` :`Vr`LWR`B2e582893ab39c920a3f830eb8b8dfc7d8477d5bed68ec8852e02b49a304820ba23d3923eed4b67fadf00491e0c0f314ead586f6ee7e8de7bedafa51e7b7941aa642c33ca549aa2ecd22ae0c376e573d490839023adfbd3a0d990b707d3253a8901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b7c38d922c04d6d39e2331cc7b0cb91cb37e6bd66c13a852495feb27152ab78d71aaceecb73de3456d3bc9e5d429aaf12ebf49438506c1a2c27b5f8f3c642f81ae46683a6a9611e0e0881e35d1e196c0a36ffb2c37944031db914868e08d6e8ea9e1690d96e901e83e8b00efa1e699e19cf86052cac0bca0e22b3d32d0f23c0e750e4d5570cc13add200dd3d5c11097a96ddbf4daa36b23daf8e8b76febf5bb6a05c7a4994704da5cd698d59823e16758366535d11f479a63ff0037ae393c4c45f4b90750365defa24d4f27fe64b24978509589f0267252a8b0dc9c2eb3d0bde1f8c7c4d554409cf621b8d653dbfffb719745fd36f5c49b8305258649b403ef9c/etc/alternatives/markdown2@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-markdown2-2.4.0-lp152.2.3.1.src.rpmpython-markdown2python2-markdown2 @@    /bin/sh/bin/sh/bin/sh/usr/bin/python2python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives2.73.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/shpython-markdown2lamb12 1615652952 2.4.0-lp152.2.3.12.4.0-lp152.2.3.12.4.0-lp152.2.3.1markdown2markdown2markdown2-2.7markdown2-2.4.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtmarkdown2.pymarkdown2.pycmarkdown2.pyopython2-markdown2CHANGES.mdCONTRIBUTORS.txtTODO.txtpython2-markdown2LICENSE.txt/etc/alternatives//usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/markdown2-2.4.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-markdown2//usr/share/licenses//usr/share/licenses/python2-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/20099cfeb98594efa422d1e83401c0ed-python-markdown2.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledUTF-8 Unicode textRRRRb N#m2if [ -e "/usr/bin/markdown2-2.7" ]; then update-alternatives --install /usr/bin/markdown2 markdown2 /usr/bin/markdown2-2.7 27 fi/bin/shutf-8fe1897812be1fff622daaabeeb21e6a5e26ab5a218f120fe4736e24748e154e0?7zXZ !t/{+e]"k%a kꚾ'K.%m6i%fr>(Φ0c ((7؎Pi#7 ,U%T+7Y#0^n\ mw&*jiŌ X 5C= +åC7|Vih[?>H;|gEH؎X٢A1\ aS0dxͯ4gsMJ>3 NN0XA$C_3Y ԆB3vJ7efxrs{rm'MЇOL" '_ԉ؄LS oHd!2 1c!d,#zZzIhɧ%̽ƪꑸ{I`1a3"K5;erbjõ Y|>YQ(!|Tl9q!rCVlN:-͝@U O /a銓 )ZD%DI  s~qiP-i+-*:ʷ9Mv)Q ̈́x ]m+هm%>e`'S25# p0ͳTlF%l1t.z]GޚRvQtRƱB(bid'YD?h㠋M"V9i视pve YJ t_=#T1!Fsy M/4@{wrҢQ54V\7?$kr 3I ;TbO(79 ٵ-|Ha#c9L$fᄩѤ&PGh6!*,2POm:mn-(nC\쮠x̓`m1PO4tj]l|-.Q̽~⧀D]@2?{X 0::4Z{F^3x[HJ|xhM6N!zOplo±-:\r^}1' :wj\^ `kpO睄V*+MDnfvX%-|0O}H!UW_þMp']'JbXIo tNlSzQɮU ,$ ̣(zviM9.ѿlFx mxvAg YJrЬ~Xsf+^P{oMyʨVC'dk $3R@9L-iy.RaH(# ˯sGSkɝg[OHs%(a6}1 : 1+K-)WUP-Д. ^(*`RK.Ёh}~'sZA*Y;ZPv72RFʭ fa;H'>=\pTcm7ϩja&75pφSW!1]YnٌV3CvW%Rnˌ)X*S* >08'%B9ɐVp3CEj-4\FVKsuMU;ۮy8AGVX5wSݛK7u۵Cĺ W+<(Ոf4=,Yhw<ۻA$H5˴rI1D-[XB:Ү5 <ޓ:y6AZ _k6Dhҏ fL%ֱ< ÂӂE\S0U̜6ˑꖠʸ)%. RbDO|30j_-sJNꙢS2>D !'?3ױ w {< )Z ! (AvP l|bmy[wo(9! 9mue!:g\MByh|P_!9R[^)2՞RQ+!Ѷm􈖌:2ȍ1B+d.&̨S:,,=ARN@7Bip6uFU^Yj“mp1R !d1/W-Ԡ igi $v__; 4\.a PE-8i Fq`QO?R.P)W{|@XU=5RS.{U.|&VL^3 zc}ݢ8ժDGgVʧK_geV0Β6 jyAD eN\Zě/(>D; ѪRHmk|>:UZIfq8)Oat˩7 l1@( _$ſqF aքPPKnfĻA%8wC7_><)tQ摴`@/r\PjOw, A)UHrAhz!Y&@>ql;|$ӷWtvm)ԑ1+I!P]YiXepe `k2 80"ouUW4]|o>ts!xY-Xki:dKZn1rt2rgE hHQWyNP99[A-r /ꭉ"rCӜNWʷN%r2UPHK9,&eشpsm5 b=U=@z"(`O?C&p~g9NWi9YEz4bCy_YZ1ja8Jw%ӿkjV.AFBpf>0FZc:aL+vjhL_s 2$3j-^GUV}&Ɩ3'ao$ޓ"[F?2GޗX/7 =w3TʻD:CÃO+oroy_)t>tQ!]ݬ"kCpVDGR's3Yr]_ &AFӢGv=`4AJŜhuVcAhFiRfS8v1AZ# C962?bу`gVL<)G!:ہX]8JPʦȦeb.,^^y%OF)[CB@fʄX/2fQ~1赎`m<Źp:媭х:ܥo'ZC3F0%%l>f;Be2YN*F5$jKHF~FsSiGN\OKd;!W|}Nf#ƣk4]tsl݇nvwJ)TGr][0/oQMI7!8r {77Ʒe= /z;/"Y~3Ev!u/_F>WgJB՞R3yw\`xm./9YR!)B֫ 4L%B|{^hRenToF+)X۔;gC0oe7)2~)'2 2l3<Fጓ;dQa2(4i-K71`7Cb{}פ$(0m΄[K{fc>hT3 'HDX&g$S+GDr2܃NBT̩,?M/2V쀬ސg 2CU`~?fRHh -+R-Mu@Y)CVgcRSlMQ P mKevhTuřS|tmLHΘl_Z0zb?+,`=15pRYFg;8-@mgQFㄾO:1EJ )Q 2hyfX)V`IEl0XN|X?AMQY)@Hj}GM{&'?jW 2*8򎊬 _C^C,q "ɨV*7=UJAp3X"߮{5:"kmW"l4ǐYQ 6kt92RһS4HGT;m KE~eC >IJ '(БkFm}KQlMsxLm 롃0V +씾ypT)CUʃt6GT3W|:Tsiwb?wxEN~|k& `*žzҵ2-P$ \gW )k hNRWz!1u@ȢAG8 .kk_&l ?rJؼeY n;sKU+=F?4M (AEvEAi[r`pǁ"p?R$h"Ȕ0-Akzq4х_%\-%SL&"ے r ?4898 Gjp9 iUQ-6 ߾mҀ7Yi _͊'yi%+ #B KV1gp`~Mqu tl>$-,%stX5S:1?Eו9ìD04,=f E-7#]`=LyMÕb>I_|W`Yk[" ">FT} &ϫrS4 zvZ4Yu*P8`KTXEie"~yJjAROie޻w,OhhT/R"cKD8 &{qs&~@vcC3&ܾ/E3p[Ǹi4Eʶ+1M[^;upgOY'{o [Cjn ~LңU0gǒ90;p>ai >޷Ntt0^f08_1ۇA-2ؑϪAcG<}<`ھb-'ds)D'_j2׋+yS)/!ǚ4G7 ԝj.ڻrR9 B<_'1AH[4XHSz/n҇p g3սWiOC L{NS\&9e3D(: KEyË*gPC#4"7,wι88,M [,+Z]%Ͻ? Tm%8d$pLI@gN]RMD@nb]Ap*(?Ǜ1ֹ\ 0CU <3~C"S1~ bۧ`aTH l?3/q0"$ע/QQX/Z΃h09~Xݍ7$jK>L(OZDV fYUE+9},{e ѡA(P= E톮T` p.%%Sֳk[} N:ݒUvfL,o+$+Y`"f x*KOdƯ8WNAJD)5mMWRIUADޥ=z/ʮനtxb(W(Hu֐\e#jxPqW-&vUK&qRtKtGK8Yg(M b殈*v1D[Ɩ |Tʏ?!GTe'R:]ֻھ{ㄒ#*ꀕ}h:t)d8G2),y!֨bK2w3BGƣFUW41%?TL\SHi"~FwGe:m烔D^Є?$iؑ쟢ǧ²s nOqK:l)$yy q?%qp, Ep="s t? 2{@ԛZպcaIO'ֺ[`E_EH9P84rD%McOwtGS$l54g//TM@+ƌmJٝuP*{'\Y&ɦ_ճN}tEgc{,UOvyߑ\_Dlv ? @U ea*Rd>I<;bS2.(kn ĖNF&vrɤ^•zO<(9ԹPm% uHzA >:d83St`l&jG3ϊaϧmo 2 6YԇZZM~ m.2mwt9:qA4]sAəgx*> W?Nv/'߃ϤƱHǵO(Ig˞°@Y@E2 onjYx=/#hO MthOihH^L :gRgB3$.HMh&EUޚPԐa¢))sԮDELl_Ji DF}X֓4`8 o,:o(}3E o?jcgf1J7M&+W\+,x^,OFh x(Acqp{$ Hz|SyZcP`ka[L9v`Ө\ |iP_Z%StF@L>_x"-hΦI9S&d`o(SmypC@xН@7SsD@˲e:a!fHO[lkRlx9 KS: ish *]!*AjlNUD7 zhOn$dn '\6@vߜW)ƥc>q =T%xnG4T KKIݟ_RMQDM-^4W7PA.NJmu'?+t@X- 7,~0$JA'÷N3#vSrHɪp.kz?:)[W FNeXhba]k %~3ͯq)ͳxaaasrs s?kdnR]:Hlm!((L|՗:>SSx+ó "O.:"U_?l%]`>cЍ*ReWԬ|tn6J#҅[Nyj$JLpbN(q> k5ҾU}8twILc5ߘ" or;Ncd&^ٚr{VEZ喎Ύ7cMD#z>i[ʓ|pcm@,qN'ɨw% D>֪ r#6t'~5&A)7c:BV*a< ?`LGf`~%э?> Q]`T(K N?uH8K \c$ )0v]vfTpzoKXh֓a62.&V"O)l\A6E)C*5"E5#[Mː69r$:)A{Q$%hd 3LOh'X0 TIY [yE0yGٷd筀ZL\J(<>| 2Pfkjma1CȕL:%Kc{L';U;vCk|VPJ=lA,R}TK*ч|Q ?ZC.ȺJr5QtSܡ: |-6p?ko󡈊#+M?k23Ob׺E7 T_$l.Be5 0hҏҗӽNFAzRP77w}V]yQtԄA<@|d8ކ8AqAx~ b)*2 _%PQMDW9x`7'4%:Ɛ?!bPH -0yn}!a!h2՗Lw ;rh Z_AAsd6]Lkl~_첯\}[A!Ɍ"8l Ie-k^ElhAʧߦ`34B%@G::9U#,z`KNy叱 's@̦#vЯBDĹHwC}hvfuZu6LHUD>,yBpDVp!dP{QhlqtO'ѵwMuE- j׃.i^_: _dO<4"|K έ֗@51B/Wh(]Eyj8 '*_A3@VYH2j2t1?79Xt? Q&VY;Ne*n!;ຸw;XM8V@97[Ū}J .%V]t`$XWgn YZ