python-sip-common-4.19.19-lp152.1.7 >  A ^/=„!w_@ wGrҾ-RjGvָͰt@)ޒ1Zqb!gl_M,>@zޖ"9&!i؇)6FƵW8(^_hd|fhRR_ #a$d! V=FPd0WNh m|`3.K4ԳḌ'A3t( TѳU?oRƑzQ4O ȕʹ۶4f3ad27244e805c1f0e050a08f7989460bbaaf67208e83e25f9f849197f3ad4a68dbb59c3d0cb25ebed9a280654bcf1ba0dfd971j^/=„H3fxRY>}"a"+/7w8 !ad^q ŜEK_"5h~rhK]y9|-1;[W'?PBgz*ZP΂"S~lT(=KT ޒ'AӬހTFaoMW^%9-ߧUrXr|e4 EՔnժd=m;³SUo_2~JYNzyCf=/h4\Ngl>p;(?(d & Y  (X^h     8P(38<#9#: #F%G%H%I%X&Y&\&H]&`^&b' c'd(e(f(l(!u(4v(Lz(a(t(x(~(Cpython-sip-common4.19.19lp152.1.7SIP 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.^lamb66HopenSUSE Leap 15.2openSUSEGPL-2.0-only OR GPL-3.0-only OR SUSE-SIPhttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://www.riverbankcomputing.com/software/siplinuxx86_64 ]FA큤A^^]tu]tu]tu^5aca270ba713fb3f3f3c03907337325e7d5fa255e87e0a27709211a3f0dd3b07accecbfda71ad4497bce0d451796706e734e405e5ecf3b3f9ee0cc68300a3d9c7ebb61006e46b9e9340dd135d5f4afbbcb1d1d6c6709f74473b35929007b9aeb63cb5f5c1ea39b732c495f354f971e40f6db84c567ca5573a68bb65af07741f8rootrootrootrootrootrootrootrootrootrootrootrootpython-sip-4.19.19-lp152.1.7.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 Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Todd R Todd R Christophe Giboudeaux Todd R Fabian Vogt Mikhail Terekhov wbauer@tmo.atTodd R Christophe Giboudeaux christophe@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.lamb66 15896464744.19.19-lp152.1.74.19.19-lp152.1.74.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.opensuse.org/openSUSE:Leap:15.2/standard/33e5902b9976aa0e2d2fa82ad4c03e9d-python-sipcpioxz5x86_64-suse-linuxASCII textdirectoryrŏ ӕ8}YGutf-8b340a60f262ccfcba9112fa7a25247cffae1dcca1d06a6cd144f6f07e9752bfc?P7zXZ !t/k=] crv(vX0eyd93ڃ$t"n%unҔo,)q-T?ԗ(_2ů)3R!5;Yi*wKNi@($~#3.lcY $Fo %ڦ244wG7nkLI~$ҋrI I6}7Ϻ&c`|qxj>4vY?1N*|M洎w~M/\b3ٹ6dT|Z$z(Jn?hw,)^kژ3͋"\C-:|QSJ M :r@;ጓ`a(Ib`J7!ul}?V/ +bdxlSbLk>2S*w~>Y).=ľ0¿6`=A_w@ /vpGx)GD$41+5vؒ)Bd"z6 . 6wԍR?({yۚMW i{ $ 7`57Ys92)1*RK֣Q =X\f4j:*|y/%<"1Fgp/ME8.5yQ:c"N_]p\>¼]58?f/H?(C:NS\>n/xtOiMF8RiQ1B8 J*Q'Kc 7mF%mcy*A;RS NVp.W]ree`fiKL4i'XeSwf K>m9^$끷lZp4SM"Jw1m~<2$` A1hB{`JZvO9j?Qv0năЏ?d8ro2p<ꀫ7[hnp ̔QL{6(a^vWnaeIR[P}_s8a6SB׍ToՂpzftSeD|bV桫N$SU/%^$._yNv9ISظX/h o%6Lٯǯ69fs3ױ)ySTw݅'S̓> 9(TfrG+ GRyt=r3]IP8f>Hz8DWZ֜&[w췍~gp(3 U,gzO*26c+4%݄Vp1 刀'[^3n%jlh5'R6@ҧ#^Fq Y{xzY*|&3qLF:QWm%L,ۓPp9QتL(8^$AEǰs%+$~o| P(9'reT t4_+zSK#"Z̅1+sȠN`%|iO=ʕQ a0piE ]&9r^* ])qT(wloȟԖ\)q|S3{W-^[IJm9JR6l G/:]^7@5ǜhTXY B{71ג;/3SrU] xyイ>4Vo(XTrp᭭;2KK!!9.[Qq:Ժ<\:ϳ0G;],25]rb :o[ F*Qv*T|@YY׉e_~>õX_q͹ QOb}BTn8n!%s^nE;)xf>_FsFrё;Qė.JysN (u Q]!݁W8{(s]lf8PiHʆԶ>PSs1cm~ʥ Tso*櫫cVvrU(⽃( \G/Uy9M4wc|trKT0p&S23)2MgM*}'7AA|)ՓtbIpYc}!%?Tf6T~9D.Pًײ``X[H7a!N.4BA tzZK ^N X 8˼ :-[_dDH^ZSn&F%R0XkjQDpbmEJ/Jokc;# @s!rj$8q<}o: '&*5;a<5]:`V3W2"Igq-]-Yj~rg@jIZ0 >R k*NAC^`m;̦Mp,{+v>+I@ݠ aircĮٗvU)#cQc $qD+vpc4K n 7`e-O6S' |RE@&')XZkpKmܾ.wH)닏k]⾈$h32ܢ.aJa б՜$E߂f\`01B>R<|8B]q?!uy׾}kHl$l_fIN!.!</_D"og+뽽7㇭ؗ:0t C 4:+ܤkoE5'FqOb'2jی y;´Q.EMR?cs\i2e;g? '+45 z@v~bVĠt/9M//ƭ<$#"ήL?%X_c5gT\6LqȬ*Ƙ}%;q̋ UQgSa+Gѭ)M3$01NnhFv ,k'p6.mn(`BfFy/?4}}ol\OۧsDɅe\c BsWP0M} CR8xUVi~9·3$;m10騄i!G:/`LӲ$؏:C'eg +!p+3M<-< bbg\޳Hſ]BjuePtJ{M(Ԭ_5ԶrIn"[IuIh gsٴe%5.[. ˆ RYKޠqNtYhCpE'N= Zҫ$[}H=D`DNKB0kZhjC(6.EpMr5KYyFDE?L+:AmxzMbЎe.oF:fA,R+hOI bOUdɸzW-I!K2Do'8NY~JB_2ٛ?b(QzEN; zp!m*\* -ĊslV< I[dM Ed(#hHwoQss3 uGZUAkxMSʣ xj{ۙ9+mbP`3u5 yLf={_١PG1UT~N#X]5j|8B +}0 rϕɪq{\Z FHdɪT!1]ih٩,*]ErAc%X!Y5R1]55e vjugj6/1@Hm߷BjEԹ_;a7X`?unh%`4,.RgN!+Ds]t:9rc486GYǃQ h%g#&q $۬A)wUsMJ.䤂ƤԴ ik@e%ܛw3'f D3.$ޥɁ G-\4G8r2ӽ"1/G?!, ȌYIx(\ϞV"ѷdrc m,|HN?))Sh*k12UIf9I nZn>I=[v*'6Ty8*!ϻ|g%;Ҹ,k8`NVto҆鍃~b4;==ߚugFr|jZlXq!=nBQ?BȪ. {Gf@$7x]+ouЗ Aje&v?s=w w˕S;7wăpyI*H"=nHi&Ccg*?!52B#;!e_J;LSaz8Bx3zo()3`$jE `), 0SV1 `H!{O#MQ.oQ*[$ekdZS deV8UKhxmYtKAzqKbc@Pv] :A\yLykAWog'lɏb6"LhmEms7s֣e뭗%$ (lzޗirFprn|c{) ;s?\5/Yf93#3wDN9} L XGw>rU E1ς x5֧ Ɋp^cOj8򚵁[f0h &uj݀w| AI'7>4NZdpb7wi#4vxnm[>j?Co7̬ODWKݪI=Bҍ$J[}&yu=U`e&dQi6r Й j]g)Pt< M`Ըٵ(^3+ǚrwm뗁f*/SIV{&_ѧH^R 􍓮ˤYiI{Hdr ep:Cؤ=F;XXt4S2JC) ~!S;yRkzBolS}aO?2;}GN6MUo';%8 MrX}L@V>Nzonty@3<6b"YqE5bJ`ESj,(P b`Xt:┮@nb^י!fyͶ@Yiצ@n^Nwb]}QO|SLڦ7ED{Fx^k=p]-xGM~m8WCV<KTr+;^z6oƂDhy+_?n*td1v8밺 4+I$F=pE+NI[sYNtlrwʺ4*n>pY|}ݢ,ɇh#)[E N6l4T 5ΐ9KJ)!Y]9J.Qz[@"Ͼ $c)M <-,c›AR &o?Ș".~~MW1g9C.&3d@OKdYK@΍Ռph*)6%k:+/Cp j\,D4 ]WPN q%Xhl#.2Z]]3֫*Gq4Rh0ff@73Ӏ+Hx:[(@~06![֥0@2[tBS[. -r^8џBAP. R&&זSb { v<,6'kF12M0קyar>ю]AKɡQϿFLWj`MBɊ'M{qme- hXSX?CR;X_ EΓB^QKSJպ,B"3=$/{Vto@(\B!%aӶFjW&HBWV&!&p[v;[!FȂMHka«1mX:| B s(pfK[2n&喚^ʹT/1]~uGչcx 7݈hP<2[;7gwW2w~=2S-aΖEE=WGu].*o 7kL&_ruL\Vߨ!E,Ϗ?symD,ob0( p0}詨uM#Ѽ:!]j,ZFz~OtԈ䉐w9g|PWӚuQNX!&:1f'SEf'e/{9G$ 8: C44ZN&q[(62);os HF)>]Fĉ$hoy]B" "W}Q;8}`:rvvTp9gWl QtXh2H{ࠅpWE-u4c]B38/ܖ̒ag@mb zM1$Xݢz6VtG1N!o-G`h6?DǛ)f۫9:G<>ʘ9pr!*l}s,m cY-Wѩ+Vҕ@4HANVIor;6ށ^eweg8*\L{7֎{d{#1k~0PpwSJyO ɥ 05#C30Olaܐ=TEi;F&%I/f)y)t1IABgvB%&s`ƚPCʝ7Anvr.PNV!hk堑!}DHf+6JD7"C 7ZoZ-RAE D ~^5SFl4xmMo9͍>?_VaDy)jy8 g:e< 5k$mRzg.AW:?׉OOEj2jrRSn#&,"D}n_B=[>T۷_o髹P>g^kwvaei {-E{ձ sź8U{4kDIX,/-Ok`}|~ĆJ< W𪦯ycżgvoZ$c^ S"^xomLD8RUNj~/ŒϯHonDG"n@-M~_~^`V0D]2Ls*gC<%08#ok#$Ψw]\Kұ}g>.e_ȕwː';9VS D9[9 Lm!Dؚbnp mvÌ4 ϣ-xC9#ZQÉjIwe)2ęy.s#2D2V3 Y SƴVpDe1̥-|VF ǥy,]JAsiԮWO֟I뾰ڏvXRm)[eQh#߃73~"Tڻ܋XlhH{յl<ԓBt,bIOSIMo\ H A-|s<]嘊_D[½ MB]NÖZS 9)cUFv~ʨ"31KӏM310ޏ:5u?$=j15EiL/h8#E{3a> 4`7L!B eZJFeEoDLe'd`$fn X?a^H߬˽LaO*^k.W^!LHxM Q'K'_K9;l){a8 ExBHǼ`j vϓ47 08xLy C(?Z7J]O3tCٯ,ȩb~w.sVH4hƅSv_B6cIo^yoLћ\.ܨHW^:R(0}&Oh|R}9's%GO1HlHJPgjЯPXLs9е蛫+bj^. 5.*Qk6z/km2'yv_,ӌ5 L4y{&kv!O դjUX: ۦV`6+U0@ i}/T? 9P^([Lfp'$}áv h-1-$;dM,rdMα_J]/>s=GF '!&US~wʱn~w v.d=l]8.eE"86䅬hkӾ' ]IFvby-eslQPf:=A7e' Hb),fx)j')g ~X/ !NhG6—ՔbQǎ@ٌqNO'ρE#+EN 9yc %vxpv:N(X+ ܢ<Βݏ0?j.rJJYͫė኉HyWq6Bb O~ _3δQ53&@eƢ}6Q3G{R3-Hg m6F$̈́Zs?A%Qu\pzll.fF ` 0{v^Ք!%mOY2rUL\2ˊ}hN'MF=Zɿn'me(Ӽ? pI\.Ly5\dwm;݉373з 1Eҋ^ +Yj1dL'Oo"HYͤOT1IeE{Hec#)' r}{%oȖm1g1֕L5kp΁ Ž/ޯNNbp8Uu5'`*X _6;w-1:a@W.cJ8tK7(͟LTמ>R^e݋՞IJ7(f24I0<G3 DBI,+H턹z@e3᷑; )oO-(d]س3"w\X qd.b3 PsXvx`X85VK Ja )0fY]QPFGw=mv߃:Vg!.Yzĥ@ɥ#C_$OѮt|٤iemPÂ23M!?uԁ-q P]ADL$攄$ \Uz4VatZf@r_ V! O|1/rK,|!!20{bǒ5zU@çSܪLdh2$$'(][}?llT1/[h1v|V ?rEc8ܲA&  9H+&^oO3z;;9ߍ8 LOZjDM&ؘpBٙՑS'7?Y:ϴPNe!# 89Ǘ9Y $&g6Q VL_DkS&