python-python-jenkins-0.4.12-3.2>t  DH`pY6/=„My 1$VZb jvMF^A]{!K޸]3BWtRih9"< "R~p)t"QĦ̛ɨҝg\er*;IphRRg1 >_aٖliG-4U/cG0^T9Fksu7EnfcnAꇥ D"& wI*y.eeo6dde49768b1f894e18988de45b65bfe9e384eb1fY6/=„:{ m Bw^˶٬ɒ^}/ yݥˁ@g7DL1pB sTidfQo-+VpzWk "Q{&C%^8EQq[l77ۿҎZuX[wuf$wӶ_#El #@3CM_|Ʊ^!cX2n_X& Z^f?iron!uoݑ3P8|>= ? d # N #,9 Ro   0 x j |x0(89 :BFGH8IXYZ[\]^bc`defluv4wx $y lz Cpython-python-jenkins0.4.123.2Python bindings for the remote Jenkins APIThis package provides Python bindings for the Jenkins Remote API. It current supports management of: * Project configuration * Build control * Slave node configurationY6wildcard2openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://launchpad.net/python-jenkinslinuxnoarchp`.* A큤A큤A큤Y6VsZY6VsYY6VsYY6Y6Y6VsmY6VsjVsmY6Y6Y6VsYVsY3c4f34e51900866d3e09af0990789040602ad6105abb1db3377d53359e6c0229d8fcda19eb7307f2bd473140ae12d0d5d7759968722768a3dd8a737a7380f8337fba10567e32924ae0d9df6157ff43cea4d1a89b896d89269e236437c99aa5b0eed6a247c66ef5acb31ee051fb974848835d2b89efbf6aacc6f2cdf285321aef68b329da9893e34099c7d8ad5cb9c94068b329da9893e34099c7d8ad5cb9c94099d1e7ae1ad1e03314136c9f625bebbfe61083974aa92c86f93b099f4b4fe8f21c9660690c89f8ad7b3ab9e4264edfe3e76b8534993d4c3b1e358fbc387d25a4fd551106f49bfbf84637ea20a9227916rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-python-jenkins-0.4.12-3.2.src.rpmpython-jenkinspython-python-jenkins@    python(abi)python-multi_key_dictpython-setuptoolspython-sixrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.71.3.03.0.4-14.0-14.4.6-14.11.2W4p@V>@V @V3[U@Uc@U.@SU@tbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comthomasbechtold@jpberlin.de- Add missing Requires for python-setuptools- Rename python-jenkins to python-python-jenkins. It's openSUSE policy to use python-$pypi name.- update to 0.4.12: * Drop py33 support * Fixed create_node() Error * Deprecated tox -downloadcache option removed * Use TestWithScenarios to add additional url tests * Change repositories from stackforge to openstack * Update .gitreview for new namespace- update to 0.4.11: * Handle depth errors in get_running_builds * Use str as base class for PluginVersion * Support ability to install plugins * Provider helper classes for plugin data management * Allow setting the next build number * Adds Cloudbees folder plugin support * Add function to get running builds * Change order of tox envs for testr * Add support for quiet down * fix get version example * remove support for python 2.6 * Separate tests in separate files and classes * Create module member index from autodoc * Fix timeout function and add capturing of messages on failure * Stop specifying requirements.txt in tox.ini * Wrap url building with helper method * Rework the examples * Add socket timeout tests and helpers - adjust Requires according to requirements.txt- Add COPYING and README.rst as %doc files- update to 0.4.8: * Fix tests on python 2.6 and mark as deprecated * Remove unneeded wrapping of imports * Support scriptText api to execute groovy scripts on the server * Creates ability to work with views in jenkins * fix passing of byte object to url request method * requirements: pin pbr>=0.8.2,<2.0 * Ensure request data is in the correct format * Ensure data is utf-8 encoded * Modify tests to exercise Request on python3 * Add decode to utf8 for python 3.x * Fix examples * Add utf8 to headers * Add a get_nodes method- update to 0.4.5: * Add get_job_info_regex method to get info about a set of jobs * Set the server connection timeout to same as socket timeout * Consolidate raising identical exceptions * Add a jobs_count method * Doc Update: Fix formatting for inclusion of README.rst * Doc Change: update supported python versions * Add BadHTTPException * Fix incorrect indentation * Don't return None on unhandled http errors * Use empty crumb on empty response * Don't assume we get a valid response * Update and clean up docs * Add a default http timeout for connections to jenkins * Eliminate redundant calls to assert_job_exists() * Raise an exception on 404 * testtools requires unittest2 * Fix cancel_queue() method * Fix enable_node and disable_node methods * Handle job and node names that contain spaces * Workflow documentation is now in infra-manual * fix typo, must be 'classifier' to appear on pypi.python.org * Yield HTTPError reason on open error * fix auth with long username or password * Add a readme and make it appear on pypi.python.org * Add get_plugins_info and get_plugin_info methods * generate a code coverage html report * add get_version method * exclude tests from code coverage report * Setup pbr versioning for docs * Support node configuration * Fix it so build_job triggers a build * Rename doc environment to docs * Enabled hacking check H404 * Add MANIFEST.in * Six is a runtime requirement not a test req * Update version info * Fix `tox -e doc` duplicate id error * Use pbr, pep8 checks & fixes, add "doc" tox target * make JSON depth response configurable * Add a gitreview file * Adds assert_node_exists() * Speed up job existence tests by fetching less info * Fix remaining PEP8 errors in docstrings * Fix hacking docstring warnings * Make it work on Python 3 * 100% test coverage * Add support for measuring coverage * Support node startup with the JNLP Launcher * Add .gitignore * Clarify job_exists() error messages * Doc fixes * Wrap tests and linting with tox * David Strauss 2014-03-06 Fedora 19+ has packages, too * Fedora 19+ has packages, too * [soren] Add fixes for crumb addition to post requests * Add bug metadata * Change method name to reflect behaviour * Recycle crumb. Apparently, it's not a nonce * Attempt to fetch a crumb (needed if CSRF protection is enabled) * Release 0.2.1 * speed up job existence test by fetching less informations * Add rename_job() * speed up job existence test by fetching less informations * Add rename_job() * Add ability to fetch raw console text for build * Antoine Musso: * overhaul the sphinx documentation * pass pep8 on all files * Add support for a rename_job() call * Merged new node management features including using SSH and Windows slaves plus cancel job/queue methods * Add additional methods: * Merged bug fix and tests for job names with spaces * Open for 0.3 development - update Requires- Initial packaging of python-jenkins.python-jenkinswildcard2 1495217900 0.4.120.4.12-3.2 0.4.12jenkins__init__.py__init__.pycplugins.pyplugins.pycversion.pyversion.pycpython_jenkins-0.4.12-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safepbr.jsonrequires.txttop_level.txtpython-python-jenkinsCOPYINGREADME.rst/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/jenkins//usr/lib/python2.7/site-packages/python_jenkins-0.4.12-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python-python-jenkins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/5b2dc8b96426c6fecaebbbc9f0e4b489-python-python-jenkinscpiolzma5noarch-suse-linuxdirectoryPython script, ASCII text executable, with very long linespython 2.7 byte-compiledC++ source, ASCII textASCII textASCII text, with no line terminatorsRRRRRR;zk.GmT#?0] crt:bLL'6f)?g`u7fOWtD,)1u%|: k=H0Iq; lN;čEx˴  a_YTR3Gxe$gp0A115Ak7[ּsw 'pb0:W O*X- ;:%]7 ]S#G([ͤdbVji; z=FokĺılQYH1gnT͉Lv_p"r ?A,&T-Ą &>+D%)MTcm,$^r/@RD Ӗ7մt FY+B!!cըBHuS'VXÓY4ظhjIޔ!zX~{1yD+[,C{RpNV8.S_7m!mSFc3#()0e9(Tl2O0&@]g@NgM#kF32R.!(oNaŞ\6!mU@!C b0*'Ð*)P'xS8K@ =^Ms*>)>qM!5Z1p"ĢGܩCu3ڐOGEP5L =W$fy=%o=^pH)N[_)989I ~L91Fiި,2-%9Žmv ubM~46w_rTdU@kt*{!%gw Yok M" 4ԃg Ħ*1pފST!%1]7 * yu{v2@&_gy-Kwu2-e0#hoo(mjN`!)9v186uY0$M\g3i\2&Ol"fs4< v$BmW^C|!2j7m󀼽hǀSkCpMk}UY)2ǤKй oF^I^GAՐɖ%e͆UU^o5j9$eA@ 't^ fk :$@P@C']#G|kڿ.2vRQ@g{ ݍ lj0N\ !DLnaB)XHQ:ԤJ)Ә?;L~A_X"8.>$&7UZOǪ"JS`hs^*8э?Qp)/jCd;T6bɏ 3t߬a<)bvkw^ƤpJkM [P%cf`t} )BD2ҌkWz#`]8\ݟ&}e,X#swu t1~Dg}#.嶅/a uM[#|PD,Hz1՞OJ0Of jrVk;[qϲZм8Z?N}S;WasĀg^ϣM7O^>X^jKD6ºasioNB_j~sıjV uY KD6{ ۙz1?j-sVϫ/gGp^ AI iPBS3O#й&ڡKK?sH)mGz)Bd K=M-+ߋ9pyܙ o3%EP}ͬChYBcJSt94Mʱ9kAjȱ⪄KZ"oϹh 9Jj$*#.&!/:ɩ.vsj*Y}{lIܛ|`^8.#cDtM6R0+@>\mE5Ȳ-Ni,ADlU*5SPdٽS'l#Dd|.t \.Z@..`NT㚗T4C?&DWm\kr3W>18޹ Th8o`Ti}OZ#ӤOfVݏ#,zcœGBjX@xSVصO*t[4|pӘ"1?dɧAb̪l_U6P1[R} o-%< ( bHצG1ٍ TB VPLJJKSż; Mp3k o:olujp),_Ftqmq_Z8"bPERW PY 56ze[srǾޟt 4J!Q^A:b >> Nml#k86uK7rf2zt Ax):7X۵{t.@C/~d.{"wa1(=,d'XLKT2a*are"B'?ceO hk-r1o"ZOXNk 0xeق"qB5t~6A17YOKN*~M& Ekxwʆ ޽wZ+0 |@YD5FzUޏes݀O I9|y)Lb!F6+ҕejM5[u νŔ"^F35V6W`0M3$Z6lieX}*D9}Ddk`v^u M);D. M$|baKEB# @heg-d}lqdZ}LNѨVXHfSa#IN|3S}o`xk;scHvZA1*,-Az('?N1l[ߒ_y+e$vnFs-Jn晘C!wZ5"M xcL7g ~Y/nb~˽bʆe"bJܔo`x.MXUs%P ]rIMt֖wdaD4]p0! ȗmj6.ՙr5*Pɣ#Iʄ_أV8zTÿc@Y9RK0N1jALȐ{e0^3h:|@Ki뎖ŚĮWɠ084'Eq̧FKh1TÓm<7?=Y(ie)ޕz-#3 |׸"h " jA.K悾&W`'yQ[}>' n`wE )܇tMzͨϽ)5`9sr="[*Z$GoKT OI 1N0t&Rl$?'}\ _o}~R{QU1/sB?)G> Mp, C-}DG9!3dW}e42$H\(v\*K^=n"< $+x(Ǯbo>KzI+(X꭬z3o8|c[õO8Zt`EۇopWb2¢(Nǂt(>~y-X7`vtbWV-=WЇD_fŋڱ,JiXPא0  e߂ e BUV5ܐ8F@zb]H^(0(DmU1SoEDJԛKy+WmƋFEŘJ+ 8G3DE^1:`vxW-y 9eJZ(U(5@tb(dQS?hsvVLM?v&~-Gq+%5wjyEN aE10KIsK5KBFВA 'G J]kշ,Ţh d[ߣx4\il&Y[v#捃SCgXp.ЛO#M'cv:OyzQ>eBև2%P YT*AS '%t rQ9_ONj)28YUiQ_>棭uuaWƫ<)F^?5yv 5xCn7\m9(%k ݤX8W'I/[jk i3;gtmXzE85 l(آ)K=ܳ?="(A}^ee|R gtO7'45/2<^UM=R w<9=S :dJ PԱsZ8o.Ȟ*Y-ta0< M޲F~B>RǸGȑRD%K ӕHB](PO)nv]M ( 2q}6X3Sw=Q}ɋqo_h#<:b6/':-a,G/v4JG0]QLQ='>kuKK.[T[_ƺ9:ZY9Vmi 16gmJ2;YuIw]\nΝ_zVGfBs>3 ,-Ë+<RSX%5`y-n~^F.M1t9 f.'ub 2N4AތA]3krf=j0o-CN+o_`>J@{1RB %5̗ sш?)%7b4?ClՠB}? $lr^-Pmg۔4OOP"ƃ2u%t_|6zE;oL×(. y;eZ`"/GSA6BqW/G f 0G0TT L ~viPu.U QA5`՜,S%0iY JݖD=d攇)!lAs.IW=߶OIZ`z5v-K1$7C" @j-R`U !CI 쟓M5.M%9#v$EJh4gJOK[J~LW@d#J c_NgYb> <[,cH(`ZxR_H 2XǭIYցի|u#V7@sڧkv^h ؞+Ny 7&d#Upy媀V>;meZҧURJ.Z=%43y$yP0ۻ~^rVQ^[)XΣT3EN9?i9k}! 3ĉ_\Y猈Km(E=i'tb/4J׾`o 6eer*@?T/ϳ$}\$pz2\W?{OUά+~7O_(SȚe~ɰK3aa6q~UJHObhBK$%˾7*yA'=Wˏ`>U88ƅM[tXg>-N_;h"V7V~ec}K,_Ԇ5J1EV/^/c)):HTg Ivm#}H O/V[p͡qeu$Mx!gwl(3^?L?&5wI;0Qg2 MTe0_G n8P_nE Isq/lZtjuZvP_xl:y.Ņ4v"y0;aKsQUir@Ը3󣸪|'Jq`yu<1?,M4*{݁i*)4R7u(wZ`a IeG\ע .V*D@ıdHLˉWƉNO,-ބk؜qK@CF}kFi 9$wk OuBAX nWgOg%L˙M`B =Ȕ*0LyAIW99.m(]b@`/47˫ ZqlӧXY2SlQo7\Q y HYtHۆ\5 7(']mQ|( 8VhDj`?\HnIy ej%_LKS8pހ||XȼӠ??{UXL31Iz#EEd+(ijzE}jCKX562'6,,A`/s#|jg/ |}83q2V, ;no.=Yg7zƙ=d !_4I?GcHUi?֗O_, ojp4$"LGi6.@5/Bwtuy|(}nFjZ=B+wo[j+ܞB4}^AqRv08V Y3.hS\ [9/Je1Z2Ś gרIoμ4Tj=.x4=Q񁪚S1@US9{-yT cjEOC^p<-h6τzVpϦzsQK w/L *6)vrP2ǢE6^fYnGC,yYFhw3wYF } 邼n_~~0~u)p\FS+ȝt4URF6A4ǐcl]lo3 Z MgטT.%F?r'Mbr L;ժL\\xHS]݌\R&IT21s - ڼ.p[C4EBTEv&Tܩ,qfc"~^߫XXQs{eTb 4G*'&<퓸zB+;|PW:HBY/ ,HcFl^QӺ8D vms;h?Y~XH}]o&`7_爲@wSP&6!.Bzm4xw^vJT.]#A{nYB;ѳQ-0![ < pmߋkTh[Q{fcM4s pBv qIaY5Hy&ffpF|m`'&NiNsH)Ve:(҉EY0={V`7Z``{u馪Ps#UxmwFaۃ31ia2bt#7#J)R$VZͺS('хs2Ҽxߔ &zY/,jHiHG^iq`fl݂* jsEOhpN8 Sdz cU/'S'x;f ]XG| Qm\Ls^`4[O?Nw]cujp=uy84F9n@?H+H<uHѫƅ$Xeo-V"/]KR,QiT?)]gcQBߤGXdp,Sk ѦS/';-n3uTDˏW 07B&?ybŽOQԘh"f/ǾCэQD+P/,/P>Q yp@q+q⮋"7]yN',6a؈-Vġԩ6P{7IQv] 6*DP`;uTSH;(6K&ϗ15M\A8lSF]ڥ<4Ɛ3khpK 냹ubUUnn 05B@wi~]OҷR댔Dj6 ݼCM!@W>k#jC=v=x僡hC>n!M79mpD7e FB䮦Y:pXC'9Xb3Od+iN0(F}r|Zz-篇!abZi%ҤZ*w]v-p0z^ !>?0#Zx XQ0!]%^Kspe}~/}&̳ 1S;a5W7G{w{5" Xmä={ߗR*_1m󅗈VwC(OG a6!wCK=Ruj zN\]]ng9sTQP ՁLva*dw,IŌ T u1^XEuM顳˵kSvj3tĉYs$ s[SRG =5Cl]Z(W`#( ,bSeH@sdF(al#LIuNl.2.#hy:6 /Z&a-!|\俢8|ͣ4Bw( .7E9&Ip7<2&;]!7U L3ddը/!׻/>YaӴg-3x:9w8oU>nP4 aei꼑ucA$s \k1akc(1JmGpYpCo_vBRwSflZ~?O2kN=6* (%ۢ"$ww)ʀIB!@|z.TxΈOY["Fbޑ]$YZ [(Hq( |:+ ux=!a:g|P!|]:um'cJ^˿-i)J ~AW5E}0f &UJE.j>昊tt3tKR nDZ./l|`m *IWSri&-KY|hǥw3,!-N^AwրUQMJPOnM,?ȟF܊ F~}h]gQy !ބEZy Ĺv]:Iغ3<•M2?6aY PCuv=ap$lss'zYzGp…ĩ =mx:> 㾭ʁ&3eJ|ƕW}? +&me}POy]jF˱ȫ{Qrp="c!ܨns^L(=MX XJ “XgC,Dwh#:Jr`m L/@l3@_}w❳3 =^s2^׳ ~z8&yr\y=Q78#-ˡuwhSBѓUw8mvX= n H#Kr|BnRvU2-5SX+H'lc&scQcya,J13}4C:6]<= (l_%PMĐb5H,* Wd+I{;waUx_|/l#2笇28vs߆q%MfK<L0'Tαa!8QU Eˆ\O؈_C||_';(a\]ci-S$l.:5k4gn&Dw%,{@[")ӈHЦgPlBx$:8g TX=B-yXm,^~'pczk/h)zP巓åg̕t66KC7^t U|nHiɪKc'zRq2-6pW/*8!~ܺH9U,bwhfȣ4v,3u;/뼽ZFYVֈ8- %› |%+u <4p31H9"lXqk>1j԰[Dwut8醂i `9˼C_Q\ V(rq/\}G&ȫqڱig ֜XCp~{Y͟ZÓ({eTz-f i$R PU&/ 2U( Ciidn]I"}CB]TFgpv P7N4)#1Fuz.cxf!EcdU\5E^S#kf^CmRSe[m]hDkPIR۶p[]_PlQ~&K54,38 ;gȞ )>E8 VhQHB0tX-ţs %h+wvWWFں0Uڂ Rap"&j+ni~/j-FY43iH=j#]>NEi L!bk{(#d4uF>w>~Yjl$_:_P&8a$rL`Z "29пeZq z<9){w zf~I yIL{T^0@}t< t;N)̜s|ª+q952Qmk1`'$2+8VIpN~ RV>⮻kTdL=VfSeV,3C.3ee_"Fsp 8a`?VTeU8+ڮ]NibD{L3);@v콜P}1GށvЪ'[zev*Ϭ0҄vO5t&JtbmnOЉ /=1/֣$ N=jз݅i2ޙp@C_ks*mDC`V%O00|Z"tۘP ocg;ܜ.7 ->f{{P&^Im@%Mu=*ŸE/',s8*Q`*TtwSGM'\e Y^VApB%w9ᆩTp\a*4 *\YɌC"Cϑ-R31.t.T\-ߺ,U8h[CS-|;,TFڬ:7QB*^/ޥԱAG?灀7cij!;xbpo_;qLCGl_n[p$ 7Q2n;">#.;T[>_*6siˤs" szn2qҁ}uMɉFлd"+@M)ȧPShϏ:>yv#QI*GQv ^ιj_vf?, -ڙ_)ާa;~Aߠm 84Zr u6n {`;DeۮrT2w/oR\wb2&>uX(l|D 8~\`Ƙ P$81gJqtgXjKĽ3K[ + &(+CK7_)UAsoA1*ɔ x'W(fQ36A=ZVT{|M ľ\7" 'GXb'D),Let7vIfԎqI=Gu\_w\We#ˑm›Ɋyaq:P ̳)qs'/d !/9񈈚Q6Tow u[~] &Udg8wp{ YfLF1ϧ4,~9iV1R zs0"oZ˭reoz~BXnEP"" 0T YS#YiuwӸa6VReAqN{T2[EN*G:L۝%0LA(o3RԾv@)^'E˧0a9 jpNeCg$E0揲r yZw_euzm1r]U°( `"%7+J_?&7Xb~)G8~ú>ՕsP@F)f Mr-oIMr53I3׉xuiM0>3e:9I͘PxSq;:Nw!#.%m(t(Va12o: i/ T=`Lr{? [ihr!Q-~="2 후3o !K忓"hCQBjH>ypC.4m3D$jjĒ61qg&2ؙ %gi|@wY$s(Dj->=X$OoFU$cU1g: i$EhO׼]ϊt|yy7F@=$C)%fˈgU22,I8D{ K j ~CddNM{goxwͼgQQXE[pa 6!S4+eJKH'-]bA)髭4ܤJdOq{ inD-HHA]Mz*oi?Z{b@X7VCn`Ls]c],  v7LP؋5}M!|On'1YUߥmTџẄ́N7Qz˔TpVt+EQlzoW/t Pv1}k;FV?Y>#t?rh@%h1\ _*@d"/$gz d+xg8R] ԧ(BDLotEEH%/k05g+O(tG~5Ppnad@;sWQl'GVh#"EF"dۗµ!u}u ϊ1&]:{ ?Ҟwp 4mP ݏs-;I2.\/-4r j~=fMRݣn)*{hA"?^V>FjBC)\YAtX>yH%nPWhyFrIW6`PDL$uw:?$7.DQ=TPza~Շy,7w-.F?oMTbuzxJRI`_,Jlm`$;:Pdd)[*k?S]*VĖRz3 {$( vN[ b~-UMWMj٫"J7vPq{BrKVV'};V*j˗Qg"*cZ$: ؔq~M=r3*7mRb3b|­DuIUq8Yu"AuM }ZCݶW162a*VkĨ->dLfsւ$׶6c 8t!@r<I>]&(n6`kC9! c}Qce3*όNlo/dr((@X C}nIc2#1`Bz*TѕD**OMxpu}цltHA44> 92-UHV}Uki8c7)!jXX J_Q.ŧ]U #|09ժ)e]o,C')=rc/yqSmQi s!0~ŏJ1FKP Oz8qNDuz+S>ܗW1LZ(7n>7@9Ξ'r%iB,C+*Ua@ BT&\Prmu{2217_Þ;6!$gܳ5 ^ %.8a^iN Df"Npu1.Tt. ~,yo>ɛr p2sQ㝈RIu+:Y; ZӾ=ExSm=I9tz%J³xQDM0N~'=IX{4f,JwrUؑQe*+hg.Aѩ<z'.lxW%M~x!|-3[V$Գ)mZ8`+jrCvPJM֞l>$9}z1