ruby2.5-rubygem-sexp_processor-testsuite-4.10.0-bp153.1.16 >  A `!M@eeeRx5Qb΃^B!0eӭl'ߧ3(ӊXVPTںET IuyT1G*Drq2!Aό,WVjbdz[N{Z`vf&v6ᮯlu=D/7TDFr5q:`^!vV̹cv]\odpݯO2;#G5J3Z;cOb>2iSee46e2e3a5d6f12aff3fd5200afa835bef856c671869ba4e1cb4792a289a3f6c90c1767d7596b17f3013b7e8e2421d3bd74e921dD`!M@eee ɋ_E2vX.S ,i &6'5+,q'TRH|^v#ύ-b˯M/1$on@k㇏؋㆔ZD/ECR ) ^I@q9 rP]-VF~3$,yǟ Rp;?d+2 = [ 39DX b l   t(188 9` : FGHIXY\$]8^b cd'e,f/l1uDvXzzCruby2.5-rubygem-sexp_processor-testsuite4.10.0bp153.1.16Test suite for sexp_processorTest::Unit or RSpec files, useful for developers.`tobs-power9-06ńSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/seattlerb/sexp_processorlinuxppc64le3#A`r`r`r`r`r8487a8138cd40a186a16fbb6c0bd8c67bb7171101bcbe38fb83f0f0f1aa6aad0cb48bf47c1cfe158de8732013420de452df613343b0d5314a7c092f9e9ad390d466b7360f5c372bfbf82aed5254091b0b3a40ca65d3d8c3f62d82a2171bc388686fda37b42cd65ede8d7626a212730664ec91747d8d0bd78480cb73b815427f0rootrootrootrootrootrootrootrootrootrootrubygem-sexp_processor-4.10.0-bp153.1.16.src.rpmruby2.5-rubygem-sexp_processor-testsuiteruby2.5-rubygem-sexp_processor-testsuite(ppc-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:sexp_processor)3.0.4-14.6.0-14.0-15.2-14.10.04.14.1Y@XX@VV@UhTU?v@UTT:m@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to version 4.10.0 see installed History.txt === 4.10.0 / 2017-07-17 * 2 major enhancements: * Added experimental pattern matcher to Sexp. Forked from sexp_path. * Extended s to take a block and return a matcher: eg s{ s(:defn, atom, _, ___) } * 23 minor enhancements: * Added $STRICT_SEXP to crank down Sexp.[] and friends. * Added Matcher#/ w/ real functionality. * Added Sexp#/ to search with new patterns. * Added Sexp#map to ensure you get a Sexp back. * Added Sexp#new to create a new sexp with the same file/line/comment info. * Added Sexp#search_each to recursively search w/ new patterns. Returns enum if no block. * Added Sexp#sexp_body= * Added Sexp::Matcher.match_subs? and .match_subs= to extend =~ so you can match strictly. * Added Sexp::Matcher.parse to convert lispy string to safe matcher: "(defn atom _ ___)" * Added all mutation methods to STRICT_SEXP >= 4 * Added deprecation message to Sexp#structure for [s(...)] forms. * Added strict_sexp.rb to help you clamp down for future changes. STRICT_SEXP=1+ * Auto-require strict_sexp if $STRICT_SEXP is > 0. * Converted a lot of indexed access to sexp_type/sexp_body, etc. * Finally enforced SexpProcessor#process to only process sexps, not bare arrays. * Made Sexp#/ double-dispatch to Matcher#/. * Made Sexp#gsub work with new patterns. * Made Sexp#sub work with new patterns. * Made SexpProcessor STRICT_SEXP=4 compliant. * Retired SexpMatchSpecial & SexpAny. Never used by anything AFAICT. * Sexp#=== goes back to default. * Sexp#=~(pat) calls pat =~ self. * Sexp#sexp_body now takes optional offset. Use instead of sexp[n..-1]. * 9 bug fixes: * Extended Sexp::Matcher::Parser.parse to lex more forms of regexp. * Finished off all missing doco. * Fixed == methods on all Matcher classes to include ivars. * Fixed Child#satisfy? to properly return false if failed. * Fixed Sexp#sexp_body to return a sexp using Sexp#new. * Fixed map to use Sexp#new. * Only try to set c_type if it responds to it. Make STRICT_SEXP safe. * R2C has a hack in SexpProcessor to call sexp_type=. Renamed to c_type= in R2C. * Removed very obsolete attrset test from pt_testcase.rb === 4.10.0b1 / 2017-06-13 Beta of the above.- updated to version 4.9.0 see installed History.txt === 4.9.0 / 2017-04-13 * 9 minor enhancements: * Added Sexp.depth * Added Sexp.sexp_type= * Cache Sexp.line_max. Massively speeds up large flay runs. * Cleaned up SexpProcessor.process handling of result node type. * Extend pt_testcase for ruby 2.4 tests. * Extended Sexp.method_missing to only print on every invocation if $VERBOSE=1 * Extended Sexp.method_missing to warn if the expected sub-sexp is not found. * Rewrote Sexp.mass to be MUCH faster. Helps tremendously with flay on large files. * Warn that Sexp#method_missing was tripped if $DEBUG.- updated to version 4.8.0 see installed History.txt === 4.8.0 / 2017-02-01 * 2 minor enhancements: * Added Sexp#line_max * Extended MethodBasedSexpProcessor#in_method to take line_max and record span.- updated to version 4.7.0 see installed History.txt === 4.7.0 / 2016-02-18 * 2 minor enhancements: * Expand to support 2.3 in tests. (presidentbeef) * Return enumerable for deep_each, each_sexp, and each_of_type. (ridiculous)- updated to version 4.6.1 see installed History.txt === 4.6.1 / 2016-01-21 * 1 bug fix: * defs should have a nil node if body is empty.- updated to version 4.6.0 see installed History.txt === 4.6.0 / 2015-05-28 * 2 minor enhancements: * Extended generate_test to deal with 19 and up. * Extended pt_testcase.rb so add_19tests means 19 and up. * 1 bug fix: * Added and normalized tests to deal with canonicalized block args from ruby_parser.- updated to version 4.5.1 see installed History.txt === 4.5.1 / 2015-04-27 * 1 minor enhancement: * Cache processors and rewriters. Significant speedup. (presidentbeef)- updated to version 4.5.0 * 1 minor enhancement: * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.- updated to version 4.4.5- updated to version 4.4.4 * 1 bug fix: * MethodBasedSexpProcessor#in_klass clears out the method_stack for the duration of the block.obs-power9-06 16206477964.10.0-bp153.1.164.10.0-bp153.1.16testtest_composite_sexp_processor.rbtest_environment.rbtest_sexp.rbtest_sexp_processor.rb/usr/lib64/ruby/gems/2.5.0/gems/sexp_processor-4.10.0//usr/lib64/ruby/gems/2.5.0/gems/sexp_processor-4.10.0/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/bd5d0ef26a3e4f6c55b39bbcda80b66b-rubygem-sexp_processorcpioxz5ppc64le-suse-linuxdirectoryRuby script, ASCII text>0%QQutf-8a40a7c7c9e562ff78158e4303d0f96b7a1523beef4c9a2c751b50c299c285db5?P7zXZ !t/ɷ'] crt:bLL ^zQOsqϼu<5W[>TV{93HT{Cgs>uj˩uAip Bs.LtV94 U[^\'&\|έ[hnD-M!I;oxz8bOn&+ e^iEkDLEGW޴hso[xz^]2 yR+xNh [|ݯӲ:WaVMZʣڅ ˾@9Çh)6V0Cw JLfD7Iq S&8ty~I7.jĻ̹;L:$hFN='/L5QEw^_{A.`KU#`92^,$o}_]&H"VpejLJ )B@C0-U5k9й\ϰAz3*W iCA>.##Z`NPeVቛ :^=u,*2=Y[!}4d'_ ؉AIؐ/ۇV>1rsʲ2<$RѠʇD59'D qMUj`o2j,[f a?)g/i\:l[T6ә!H]Ϋ v/DMȾ ?niZy wu\y$X[\ q)I (Y=09[}fWLInTK<3-.%d{ony`gcݪ|8EkK󎩒.Enφ =r^)LFDjv6)K+` !^zH6! _r1rcx~>l$0(r>\םN[( rj.gbA?LjG^JvxgЌ6eD/A_Y(Hnwr?Gч]G .D`eN1( z@|1)&"Vg"uң(8Α5eA"HjtDT|b?UX"Nn ='?S7=,Uk*x. IRYxk8K[i:,CӸΙ^>bR8J)(b&H. qmlCA~aenH%en$ҕG'~117{d B1K oJd~xD|h(5"Hu8~DKQ,IȊ=3'Zpt%{r;[SanThRq3=8(6?d탈X Id/ &|̱bfa6EJꓵ\c ?+śa !],qnjq.qf UFsX(dpʉX;Jҕ2Yciâ5`Dsީ.y=μP93,s+S+ f+׸vmv/^_ȃ Gv戙@)8.DŽL 2pզKO>gxÕM ,] ?s?qhA2d8 \#Oa؊¢K汎tL,g\M =C"r Hdj}Do7e{Ep=]y>$7{DQ;і;/s؏},g2rH2-)sm\A>{m~VuD,fxYr&r! &Y):9LB{pq1ddwYɰ^/Zr6jZjRUU 2zU^i_\Ⱦţ$F8}Ӕay4AOL{wz& L0p>@U]JG?o2T?3Âނmph!Hf2$:!+5W>!y.p03CjYRN[,2=m{i4mxou6O)xki#4WG!:u v3 YX.ˠAZ*eU:*?P7'23@>2#>$u 5=(C:lgZ׭mC--UO$\^r*l5NeL3sF!1g'U k[ .wK_A{S0 rcM qHhtQ)GƲYw_sWoʓk^A_uF ~q(&Z Q=|6:J-V5b!L'1L0 ӆF=3<0!LZ- IW8t\G:ďu~Ψ5)-koyo\~}$IA]1s9qAQwFt3%Q'qi?ݵF8k(Ծ"ya2MĤYߒzh> xaů,i\jjϾqqDŽlτ[^gQgձ + /Gd{z IE!,},#;-tm5l }^Zwň]w@dX0Gjn8R<>ZDi@Ga=4aQr7V (5@1asI'][2sBiIR),{ƽBE$ +_]p!DTo7^}!i:rᎤ$032 1^GIʖM7Nrm5-*yqQ.iD9yh imZjV]!O8ԉ4]N2Ù7/(G%saI,HlR|i0ώ䕴ћ.LF*amꢾ 4z>^ρ{Dbxwvh"*`zY:{dzBe*;   3;jL.d|еCpkEq%JSQII"D߄"0@…؃V5~^akhKB.WE+F}5Ӝ nњ df}+F>H3a0q•B u't& |:!X#~Ł5$C[KLz[Ejr&R/ܱqEq1t˧%؍TZg~2jR^0#̲';fAČO̡fU%w,' Jk+e'# Ï#_p萏j궱6= ʶлt^,BaURYDժ.9&y_%PY|PB,hUaXNXAZ,_zLp-1f0%iJF-OwyXߵ@nƀn:Ґ{RlP.; ddd4wQXɹvJ5,or_^pDfWlyICsi6C:Bt/MVnVxf)_cWYEY Ѯη h;j#B?uS7M4_Ǚ(;@G;޼C;W7\-/ZJ_v}A {%'^O4`0Af^x5 o3rRdAaG)p'1$y֥Mw6Vg?ru8M12do$J`v7i'7= D]kkP^僑H5-HOų+k Gڢ4Gc dpT|쀁p6'@eC޽۸sZn}k>Vk.B^`v?_ JiOW'j`Ͼ!-4Q[ޤzp5cKNHEQ mb?mXo G-m4);e2c&3ì[A=9Yn>E =\XBJk)P75fݪ^QxN~*!%k8R !҃A̽Pp}Lxu 9mܣCjl|/ۄEg ˛0֐)R1LC!8!uF#vG.O'2>V'MGIU<ĦJݡPG~*ny > ~S+Qea.\PC$&6 ECTBfE}Tm*1̙mky $FigHBY@oZǗ f UצNz[~1BĪU&MjFx>[6Qeщ˺Y EZ:%7RWWVh.geEm˄/Pݙeh<1D? sAO]|E,Ƣ~i}gߊJF xl^6"gEiĘo"&i;K>7OEjEvU:A9)왝яޤwNOW|YxGnwtjnMTZ %lg>n<09qA9i2}OɗOY*ަO1(:Xb)xݫ0Xt^qn-`*,cxƌvtRT =EwyM4 T>zZ+m/DtuUCOqs&1l.m+|2"1g{T,%߲gCUurcWTR˚NEH2o_VLL{c/C] ޑ 9o:@VG?DᎤ18- d",6Ι71h;j7WcMott5;/ UPn3)SpUGo+\]4xjo4x~v~7o[1̑rm+3:VA3ڼyhkaFo ]%haFM?甒}5 Cv=G:",*jysoyW6rQM&QOv҂_|th#&V[UKWY72ٴ,|rm"m_F,PWK%+XB'[b^iFuMo- 9gQd]*E;٢1\(5vBh舋|;+m*!Hq )DqP @Śd/mě+AbWkF#LmJ%ˆ)#wolS?V[9[Ug}x\@<0bQOfwG[ wءj $.(2n$7 Flrrǔ2 '2a9&I8&Oh /' ؀ 5;dUʇseNNDV y]m`bHVhePLUHyR D:!\ϥN ';!P3;?Z^Ea: coQh[ u56)"u;ʟ߯MF4K%>ʆ5gB*۩{)u!{qDžu†Pw*A3J ؆y vO ̌:\E~,Ѭ8E]!TO;0VyϮ]~f.})!kn7^UQL5QV n3H&kp9yCd@ DtulT̞j?E5;j}5xkPb1h,T{v+GMʹ룚 ٭u'1Li`^au~T#C̥%8Uha,Uiiqy8ffgwQA'^N H4[];%vTQ(:+&.vf~3z,4}q|CA!=I4TRUS doL*%qά2㟂#OmFKf?2a ?.D~}x8j]a䣢X z=R (DN2DHpP#Sq.Ieʞ&u]Kn EsGIb9gٯLJߗh\*lCcEk3m64^-Zyg ϥChq6p!^IHc.=-*jITF~PVȖ9Dt/*ANC ď0t*-W(o q؉4(O-o>@IHnvtq68!O w[Hإk5(uֹ :ƘUK>IX_?chX]^mM1NbB#[Wk7dο &lj=!ZUd((x[LɎ9DП#@_-݋5…Sw\ wUx6J6ep_g#lǠm_?߄S_nmE\6A3 8 p] Ir E~0K4 Oy%\r qA3*9Qx<&^I{Gca\VTֳG$yY ۷תSVHJH+C3BH$G`^ހO_K2?+YNOJAz0Q,iJ+F4Z*VxYpS? pF4k5 nI-RVp|E$fV#)6;E]`0:NLզf.xXV exPh~^=vH ,h5 O$0k#gO/@:p?b.9fwe. _)REpMly.'0f͔x_T<X*;,}A䰢?ZʱYҢ,:k„& "$Ք=Ղ3)L}& C:U>KgL&Խz{AI%QEcw