python-sip-common-4.19.19-1.52 >  A ^ p9|DZV5ԩ3.E(h9c3aA^̗O.6 bԨp;(?(d ! T  !>nt|     $D\#(?8H#9#:o#F%G%H%4I%LX%TY%d\%]%^%b&Uc&d'Ze'_f'bl'du'xv'z''''(Cpython-sip-common4.19.191.52SIP tool to create python bindings -- common filesSIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. This package contains common files shared between python2 and python3 versions of sip.^sheep91HSUSE Linux Enterprise 15SUSE LLC GPL-2.0-only OR GPL-3.0-only OR SUSE-SIPhttps://www.suse.com/Development/Libraries/Pythonhttps://www.riverbankcomputing.com/software/siplinuxx86_64 ]FA큤A^^]tu]tu]tu^5aca270ba713fb3f3f3c03907337325e7d5fa255e87e0a27709211a3f0dd3b07accecbfda71ad4497bce0d451796706e734e405e5ecf3b3f9ee0cc68300a3d9c7ebb61006e46b9e9340dd135d5f4afbbcb1d1d6c6709f74473b35929007b9aeb63cb5f5c1ea39b732c495f354f971e40f6db84c567ca5573a68bb65af07741f8rootrootrootrootrootrootrootrootrootrootrootrootpython-sip-4.19.19-1.52.src.rpmpython-sip-commonpython-sip-common(x86-64)python2-sip-commonpython3-sip-common    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@](v@\ \f\@\\n\d\b@\1\2[j@[:ZЛZk@Z ,@YY@XX9@XۡXX@XO@XXX@Xk@WPWzOW3V3[UU|@Tchristophe@krop.frchristophe@krop.frchristophe@krop.frtoddrme2178@gmail.comtoddrme2178@gmail.comchristophe@krop.frtoddrme2178@gmail.comfabian@ritter-vogt.determim@gmail.comwbauer@tmo.attoddrme2178@gmail.comchristophe@krop.frchristophe@krop.frtermim@gmail.comaloisio@gmx.commimi.vx@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comhpj@urpla.nethpj@urpla.nettoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtermim@gmail.comtermim@gmail.comtermim@gmail.comhpj@urpla.nettermim@gmail.comtermim@gmail.comtermim@gmail.comtermim@gmail.comhrvoje.senjan@gmail.com- Update to 4.19.19 * Correction to the docs. * Added sipIsOwnedByPython(), sipRegisterExitNotifier() and sipVisitWrappers() to the public API. * Deprecated the -B option to sip.- Update to 4.19.18 * Define SIP_NULLPTR as NULL (rather than 0) * Updated the docs regarding sip5. * Fixed warnings triggered by Python v3.8. * Don't try and acquire the GIL if the interpreter is no longer there.- Update to 4.19.17. Check the ChangeLog file for the list of changes.- Update to 4.19.16 * Further fixes for diamond class hierarchies. * Don't cast to a class that occurs more than once in a super-class hierarchy. * Added support for the haiku platform. * Updated the docs and roadmap for SIP v5.- Package .dist-info directory. The bugs with it have been fixed and some packages require it in order to properly detect that sip is installed.- Update to 4.19.15 * Fixed a code generation regression specific to PyQt4. * Fixed the handling of duplicate classes in an MRO * Fixed the handling of size_t as a template argument. Check https://www.riverbankcomputing.com/static/Downloads/sip/4.19.15/ChangeLog for the complete changelog - Drop fix_qt4_code_gen.patch. Merged upstream- Add fix_qt4_code_gen.patch Fixes python-qt4 building. Should be in next upstream release. See: http://python.6.x6.nabble.com/PyQt4-compilation-error-with-sip-4-19-14-convert-std-nullptr-t-to-int-in-initialization-td5248504.html From: https://www.riverbankcomputing.com/hg/sip/rev/7bd4d19479ad- Switch to a working location for the tarball- Update to 4.19.14: * The reference count displayed by sip.dump() now has the same caveat as sys.getrefcount(). * Added SIP_NULLPTR to the C API. * Added support for size_t. * Added sipLong_AsSizeT() to the C API. * Added the '=' format characters to sipBuildResult() and sipParseResult().- Build a private Qt4 module as well, that's needed by the latest python-qt4 (boo#1119636)- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Add disable-strip.diff to fix the -debuginfo creation. - Update to 4.19.13: * Build system fixes * Removed support in the XML/API export for deprecated features * Pass the fully qualified Python names of types for arguments and results. * Various fixes for the XML export * Fixed a bug when arguments that were templates could lose their type hints- Update to 4.19.12: * Added the /ScopesStripped/ argument annotation. * The members of traditional C/C++ enums are now also visible within the scope of the enum itself. This means that members of scoped and unscoped enums can be accessed in the same way from Python. * Private copies of the sip module are now easier to configure and use. SIP v5 will only support private copies. * Added the -n option to the sip code generator to support private copies of the sip module. See https://www.riverbankcomputing.com/static/Downloads/sip/ChangeLog for the complete changelog. - Run spec-cleaner- Update to version v4.19.8 - Bug fixes.- Update to version v4.19.7 * The %Docstring directive can now include automatically generated signature descriptions using the "signature" option. * typedefs can now have %Docstring directives. * Bug fixes. version v4.19.6 * Bug fixes. version v4.19.5 * Bug fixes. version v4.19.4 * Added support for C++11 scoped enums implemented as Python enums. * Added enableoverflowchecking() to the sip module. * Added sipEnableOverflowChecking() to the C API. * Added sipTypeIsScopedEnum() to the C API. * Added sipConvertToBool() to the C API. * Added sipConvertToEnum() to the C API. * Deprecated sipCanConvertToEnum() in the C API. * Added sipLong_AsChar(), sipLong_AsSignedChar() and sipLong_AsUnsignedChar() to the C API. * Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C API. * Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API. * Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C API. * Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to the C API. * Bug fixes.- fix have_python conditions- Update to 4.19.3 * Added support for type hints for properties. * Added sipEventType and sipRegisterEventHandler() to the C API. * Added sipInstanceDestroyed() to the C API. * Added sipPrintObject() to the C API. * Bug fixes.- Provide a basic api version macro- Update to 4.19.2 * siplib/siplib.c.in: Remove an unnecessary comment. * siplib/siplib.c.in: Fixed a crash when a user defined class uses sip.wrappertype as it's meta-type but is not derived from sip.simplewrapper.- Fix requires_python3_sip_api macro- Fix Provides macro. - Split largest part of docs into own subpackage to reduce package size.- Fix sip api macro. - Fix header location. - Compile and install .pyc files.- spec file cleanups - better use of multipython macros - include more documentation- Add shared data directory and corresponding package.- Fix python library handling.- Switch to single spec version.- Update to 4.19.1 * Added the %PreMethodCode directive. * Added sipEnableGC() to the C API. * Added the -D command line option so that the generated code is aware of Python debug builds.- Update to 4.19 * added the assign() function to the sip module * added support for the final keyword * added the use_limited_api argument to the %Module directive * added the %HideNamespace directive.- Update to 4.18.1 * Bug fixes- removed build-compare.diff: it is the default since 4.18 anyway - disable-rpaths.diff refreshed- Update to 4.18 This implements the automatic generation of PEP 484 type hint files. The sip extension module is available as a wheel from PyPi. * Added the /TypeHint/ argument, class, mapped type, function, typedef and variable annotations. * Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type and typedef annotations. * Added the /TypeHintValue/ argument, class and mapped type annotations. * Added the /NoTypeHint/ class, enum, function and variable annotations. * Added the %ExportedTypeHintCode and %TypeHintCode directives. * Added the -f command line option to treat warnings as errors. * Added the -y command line option to generated PEP 484 compatible type hint stub files. * Deprecated the /DocType/ and /DocValue/ annotations.- Update to 4.17.0 * This version adds support for PEP 465, PEP 492 and MSVC 2015.- Update to 4.16.9: * This is mainly a bug-fix release.- Update to 4.16.8: * This is mainly a bug-fix release. - Update to 4.16.7: * This is a minor functional and bug-fix release. - Update to 4.16.6: * Added the /FileExtension/ class annotation. * Installing into a virtual env should now work. * Timestamps are no longer included in generated code. The -T command line option is now ignored and deprecated. * The @file method of passing additional command line options is now supported. The -z command line option is now deprecated.- Update to 4.16.5: * Minor functional and bug-fix release. - Changes since 4.16.4: * Added the /AbortOnException/ function annotation. * Added the /DisallowNone/ function annotation. * Added the /DisallowNone/ argument annotation.sheep91 15914054694.19.19-1.524.19.19-1.524.19.194.19.19macros.python_all-sippython-sip-commonLICENSELICENSE-GPL2LICENSE-GPL3sip/usr/lib/rpm/macros.d//usr/share/licenses//usr/share/licenses/python-sip-common//usr/share/-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.suse.de/SUSE:SLE-15-SP2:GA/standard/33e5902b9976aa0e2d2fa82ad4c03e9d-python-sipcpioxz5x86_64-suse-linuxASCII textdirectory#;y&zutf-85c7be6c7d5c489a8bbe1f7f666a8b5ffd7f9ce4c9a64e3d10e4dfb4d8ec2a20c?P7zXZ !t/k=] crv(vX0fOܰ7#rMi ^L?%-ZH/An٨ ?j2JWqk^xg^Vۖ1ٷΘĬ<`J<̱"8}.eG g[NӠ_6$3PwL=64x*ʧ6 )F3Me]]Qrf`?„ע3KZE2e,@jC!y$xl@`@-[ [Ob YGoy=liT2RU&FWj?;1X32&MFAb1,$~ҚqՎ=၇6Ci\vQXdBV>?N5&|I4n#G&۝y\FK„pݎZ'a5i-[t-xswoDW"HLw.hZR4sVM 乳KZWvE_KZm2I/VwuILzNIh{ukk^+,gERXFXhXF dz 6x#]Oe8Y\ʮYzL 0AW yiY{ӄV`eDwQ5r@_`llA}gM>:B! ^lxA٣Y6vrVȧ%VET7%$M-6]YA,qR!{HjRo!#_w`PVspCz@>.{>7G$UDV۹3kK T;ai .B4.B24)'{Dٓ/ h%lUS;^aR^m򭝲<!o#зqX !ӫ75؂)A鍵 |9je.32otwj,uk $ʂ4pHl3̮}alӷ )F/M1pE㍰F%2<$|E&j[lmZ.彐jPJDgh\3AI6,i>?ub({>%f֒LZi$%VK=CXG`0Ɣ"~ibnPSbD50|4">Hdg[#}ў0҂V?7Nr%~U݂GO<k=-fjLx H iȝ#Gb,#,6B^PVq,`p,6Zoj/cq1;je^sjϥJa !zJ0N[`~/YwR2vh$V5~8Tܼv?Ì֛!3NEd}kXly/ ">`>JJ}P< b\ WVΈp xsIFj1wnv:̃9TE")$~[;C1),l!ħ9n,_&T삿:vUcfvQT5ƛ[w>#3r/?vJĤF.Gr=NLWϺvRnGŲ!-ɳ'+pMá\~tDB'elk#IfPЩfãV237B=90s@N(ZE՛:DM.TKp0a݇^E7ló$XnŻ"pvea45DTL3:lNG h"h>Om9!u9>-DwZY1̓QtY`ILCfQq$uU##nT&ğ/?/NAN?e:E>m' C'qҮE{%f7\Y>51B(/m_L8!OY`{z'J!4y 45`5%&4Q,!~?ƫ3,mV;j~?d2/6@& !>IRɞC譟!6%fh0a`AqNSG@jx|1 \F4뿜fg C!u{H">uoQR&,^܋ƲYiڷ1Xiv64# A0Se5i$;cB>|&\Nߠ!e'QtvMn`+bͶNܡ[@ٴ@eWpj']w̱g%zc@o9)(x^ʛUӇ頩޿Α-ŬeK" 2 ~s y6.`UL~&=B $CxUŒR -w xw rOUjP}_傣p|IC /vo8ӌ~BDճO Ӏ Ttu'HZc+_ ՁrK,H?_v+} h[(Iuf(ı27n `L t, jǦ7zPST2SГϮ$aDN:KJA~;g! ^y0:|^<}v"x"UW "$ ܨ[?t]7A*~׌~~l-}wkF@lXV NkRG6?P4Gsxޱ{'Pἷcw:rW^_09`:Tj*B. *_f_ɞ_G8mqNLPRpHϪ@wjEom4Nd3[C{9I3fu}d<-A8Ulˈ"|Ĵ%4@h]Tǿ\* ZHNR]8)$-B岡 "c[ԟτ d@yK :bڨr+#Jǧi[F In8FHl%]q1&TId\mNԮ"`,33D&[CK.[PxQ0Cs g$.OA J" i"CNʜh-a qg iQcUwff?8cE?plLl7d8XZ4Ba52ZYRk]Rocʭsm0q%ƃŪi0qMsTr;dOƁ= BA::" Hrߤ=ԾU5buTH^8\ž&!yVS{_2SL Ҧzi}gh(d4XqxgDH2a#1/@AN IFE3nL ʟ! 1 `H ek~mI%"mh,e)쁼.{v>5rhfjXtƞJ8M,KLlOxA? q}KI!建S}0y’Fe)r&Clհn&Vbp,!kة+#aN$fs]"NnJf Œ^y%R_!o0/CQvD;qYEkj;pg.jx֨v4|?6˷>dZH9QVEhtoUb Ftc<`MS1j5/H"d$ANsm89-C]jRK% o,Uo\\%YǥɸvF-nC'ߙ| Ǖ"ʃ  th!S9Y F,wn7HhB#atu87FI=8'eI¥Ӟ /c#rcW>x~奔^fϥm +A,0-A}Kd?3\f~Ş<.C4D#dl(B>{(ڒM9Ř(TqzA$3Xz%xrB!znhwerK7 hNIc_jN>31޸.0xbNqd2c6_w{Ǵt\Ctdm%_W*ZUb9X| eYYu$/Lu")q.ZfɘdT~9e?TV ~Tui}H=GweC= pP+:Ηtdn, hMs@77fIPni_*}ӎ'F5D"i)P@$KSɪRBnLr)__kd$Q4 v0!! @~$>d,/6O@RYL* hgl}/ CG쁠k ŰCTFʒ~OI-R|9ڪ+N,V%$fdC`=B %1̳k?SA0bFxMW&Vh>pbQ+.,gd ܛx5 O6s>+ret`#m}EyRuhCx,pC֑N"|I̚8I,m΀l nX:bgJ {ш ѨukR%e$[i+3MFr6 2 ^bS{\:mM"ydz+ 3lLLp:yuv;\ľ ݡqY+QT9ub<я4^$" ctU2O9*joZ45.%S=:`mwLT ܁Ħr驜\yw[Kg1뽢*ԌDKf`aI]*p^81,XN=)\~ϙ[05& 7S1ҜS Wbni<_$>`1|MkhE1׉"zg@AO9q1jWw-2[# RgnaWpH8̞ BY-wu?jj]]ha3FV0D\uq00j%<4.LVZ#[#7QxX-9x20XQܽfB0{bl(Aru:>>Q2z+[ݍh?[li'?!.]˿# z^usZRE@BeL>z+9cʈ֘$DKa*J4]ΓY[Dby$jeN:١s:H(C©65&u0ye'P;3Q]tV wnPVģogٕ~@=)kjqWŶ):@}|U%lB `2X$Ɍ`:漸L=qXJ4Z>ڳW0HǩR2'p-kMT7i2sF{;vOpNR>' 1@EQZ 5V-o2}Y&qY"m^Cti8тy;2;ش-A ="'O dNTk[P @3_"ƕre<6時YF*ojy^wX0ē[t:H@4nS%X-M3 sەRP47wjcaӀhZ vwyYhd̮0w-gzϮ 0c؜wnI}ϮV!I o|$Lko/^a9a h?_9c>iK<Œ5R0W힋v5̯|^Q*ڂ(c_bQ0]' b1I"~Ue(vjG* !OMl-DYjzu(`kT~b2H.؁l4 F<)]VPxN N0|jR}rY65Q?E_Q#L`yj[t,d2um2xs틴ugۏً]`F]WEyOcK "$bı#woZ?*UT[LF$DtԡQTQOfb_X֦m` +N8^}ėe2r6^CL,^ꭳקqde7,Pj!P49<;_x>{ΚС֧#Y=ڤ=..]uF^?n֭>}̳JmOr;da.C]RCBk\<4o݈a7C8~=4;1D{xqÞvDj7ٹ3O{p22_~t.G, \-ōc@,!lo.7xme +3Y7lڿ %t9GR G`)i#.Yc8K ')0Fj<'\ѴN=:$Ue&1PdIN O)\B3b.Bv+?dSY"8a{\1Y l|љ4㐞 )J6c!eB >wX x"O vXQ_ӄCi"Χ1O&-( R2Y0!wK`{ oX)q= {;؍UW+9,_`I`&%,6W/irMݹG]tӒtWfg0 Ee$L`>N~bSgR1Spo2nFɅhС}fZ5|xOMSy`~95]S&a]=.S4K􎧀'YLptH~<_3 L_iu2j@4EfBG&=(+F[+G:-֜՟Zn/%0/-OP',:|aYdk:gz>jу?IPvH0uh`b.gTvHh3 bY Bk!jx1(=Hp޶=6Hw C}{q^kD:/Bc+i=~+K9/EWEKztqQDVl q#ᖖcs/#+{7zCUe3dy1i1O+Ր @5iF~lSLMhFF;_#Ain qG$#zْ℃owab4>~بLږ{Ǐcy ],OD[#e n]v*"زo|`tTOx@ aq.4bblʇ̓> ( ]s.mR;iv]RA8VQj!zeeⶺZDN!-1b@A)a(w]'}^93N4Ff]]q\ɠ _ p2%*hU2v c o:x}b*v0 sf{]}t??'r5+JQTVFpeG7`Rupus.%Bⵝ3 }9s6 GTD[LJ52a9EDR 3EyOWV܂wr L(yHq/D4A=Xm?hs-ñnt>}0TEmPZ ,3:/u0vnU]00H!U VFcSQ|;2B(] ˂D MFυ {R 0mx/SXI<+Z40Fs"I7˩f eUm^\$MRiqŶ),"O_9%ӎH]zlUP0.R~Z'zc[al>5@Q3AS0Y,* 2vc@7O[`y_O1\?xQK2uي3#:`T<hv} "p4lJr*2pTKpWfRX,c:YF(F&}V#TK o(mJպF?dl?mr] s{C9*pPtbvN,Pœ'F|>H4ln&PҶ MOnG(" =՚k?Pt&IWXb)GhhC?z V?z igD\\a껠:c/kYM0󱷾nqR6/Z}}fg>9]?ݥXREK ~ǽb3q8I4gE.aܜSzN Ap@ڠU FC`+rho]zu`/mc$:@27d/ K[P$YN^W|Sb:#_RkPSllmǣOw>Mp<1kn7S2 B!X'+?4P*Lawޝ.SHNvw{EuSlun`X?GhGTDӏߥ zib8 yK˺PU$챆LħͿۋ$Ԭ U4d^YDͮ_d;ݚz=z.Y`#Wwo^Khor #(*Ld\WEo8y*%8)pִѾ!h<00@`ڬDDU\|cs84JmD%GnqM xLe}NULF\N9~E u5"*2]v!X W-j5< OiL_eSAL0MR:8> l;Ge-BK rXjx򖳘Q@5I6ms)ߓi<,^^7`[s>%VPob-]žm+CKY0E;y6NpH$3x3Es-p`?,=vr(5wwt~& ZT,Ds^ז9eԕHMR[- oX䅒 UBXOe|lHB)d[NՅ Or;ww8\<֙ ٵ| 9ȊI 8i=Tݏԅ3,P!>l]L {E{ eWO,9;1g,%)Vr*]Kˊ4;x~?WY@{ҪUc&([ʈѕsw!*-7:9և23Z-7YchJu?-(،ǡ)nRi{ ϕ>*'bԸ)J1~ElҭMjK ѺҸnaǘh.6ͬQT}^46%q{@|%m^vgI_""ZK%aXlKVIt%V}ߛ/zI9U8T@/Π}5h8 K2&Jv8Xv-u r<|ٻI03PJtc K7](KQ{wik6cs$pW^2FGl`~%peVo-EmF&LgRv1DB7j+ü~cZVW` l‹ zed3LM4ؗ BI!˻2j_ȺS`":dĥXנt"W>.CܞaIV*&BD|U;y[QU`%b};tdf:uܿݑ^OZ e3vx/#A~$)CEcON0Gtt:L$Ӳ=ygHb2YƳd`ON|Ȟ K}CovL(ر1&j%9Q| {7`x^؇P/L+7HWbp1>K`V{~,鵙ȩPdEzo5YD-cD-ܹMWȲIF-Tx0'!bg})s~zX s-y dG'{YU@Gu$!) {%\$ȧ( c{Q~+I2ŝ3. ]o/zȡ* @9b8Uح &ZhS8\Px塠ɎDFD b{-o2 iqJi+nD[Rm%!-s܆4)նkD+UOi0PC}MF!Z:0L}!qȗ ٟ xJY^0G 60T90IeD+3hAj[PKb{.!nwxe-{:kQ2LW[xw021snpz['p1ڟmi|%%L i-IBiO*M&1z˪ G?\헵vDkUcA?{tO+saϋѲAbHk͢SLg; S520:FwuaPWv.Sģ}[OyIqs]+%cDV~[~t' ŮUBkh3oD&8i hj;Q1{^#7I!N나띧GXeZ̫6'Xk> 3ݬ,C + h{>%=:2. ưo0"KOE9a [o)ŪitkVs2>o "B}}@@; ͔:^U%g1X}Eqh^WޮY;tEqB_쵛OßDxLӿb2'ﱃͪa0v?b/Gn;s WZ;/S9,MP<]f)#bZQ\${E-EO1LW;6an? 5_hjgjjjv @ZYB}%&~%xCf,ӎhm2M7j)+yOR=݂` FȬw qP..7`Yi <-2i礠z2{aN|#mA)M*M~U*} ]il킉sLUx~S/ @^j 1Ch\3Hfka#HqӂhǏ4m2 ˝TG̐.S+o6^Yh>\CJ8E ~{#͡}J)x!܍ۆsy0# ~;{_j,{϶ YZ