python-sip-common-4.19.19-1.52 >  A ^p9|lR|DՑ[ݓ A#1{7#wbL?32=^Pù헿s@QlOE LAnr"u؃󐆜x͸} Ir+M&܃ah>H,ؑ#-"Ye: (&JENpp0||`ԋZⵢ ` (Qg74zzxǺvx5΅jGJQ1(e41b9dbf97ca23d0a350bfa1ba0ed850b4386ad53573bc725a1366168df8f6c876b952f5aa68226cdbde3f23e697944e198d35d7i^p9|ش"uRsq;ꐽ oN쐌T""U("$꘲B2E-#aۍ#7!m; Pݛ$9B>c.Hx\*{g:I-d|KEay>@WQ"Qjk&ArկNɮ8F9ux\3Mi=FowZw E2x  |۠(DA@E4 XGa׍DR讏 `u嫖y# _Wxd{l>p;((?(d ! T )Fv|     ,Ld+(G8P#9#:w#F%G%,H%DI%\X%dY%t\%]%^&b&ec'd'je'of'rl'tu'v'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.^ibs-centriq-3HSUSE 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/siplinuxaarch64 ]FA큤A^^]tu]tu]tu^5aca270ba713fb3f3f3c03907337325e7d5fa255e87e0a27709211a3f0dd3b07accecbfda71ad4497bce0d451796706e734e405e5ecf3b3f9ee0cc68300a3d9c7ebb61006e46b9e9340dd135d5f4afbbcb1d1d6c6709f74473b35929007b9aeb63cb5f5c1ea39b732c495f354f971e40f6db84c567ca5573a68bb65af07741f8rootrootrootrootrootrootrootrootrootrootrootrootpython-sip-4.19.19-1.52.src.rpmpython-sip-commonpython-sip-common(aarch-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.ibs-centriq-3 15914065094.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-sipcpioxz5aarch64-suse-linuxASCII textdirectorye;1d mqyutf-853492dc839981ae4c2c8f1ce41eb23eb90cb5b2c8cdbfb7640f4bc63dbb8fa4a?P7zXZ !t/k=] crv(vX0fO894081j(17+Yh>CXRD5+od>Ң'pr-s`w.$RY%]@;* +;㗋|WF-!U&Au'TC0lB{aKPzwsCj_% N {шn)}F#ˁcG`)g!չ\>U:.xϦ IX1l_(UJeC,{(;D"Nk$8fs3Y+nhs/qq^/TP2o2ݻ 5㉪+3Ņ FbD8hHLWObYe>1ԊK-q*:Q]{\W1\\# @pF ^4Фtas/:ag՘L` Eߌdx&cu8".}1A`Tc{E?^_/Mް1P˂- ۀ/V`NwDO1c>:9Pp.-@3YgvP/vt]bi7J-4Y(jFmyK~n贄T0NpRF̴Ou0㽤\[]5ܤznH{UlTg}ZV-SOy@-~l1d 0f@IvwR:Lɀi8N`ijǖG҈> |hF_X~πD.Gf}cbBujͲ.24%uYS}3Ui`h+7˽wDv-i t3^H3~E #mkֵfeA)"}9PxQ<#qFD2^?3\BbGAf%]DԷ4p)mN8o]$;gg\ihe2޺闒/Q|f|q8,ٍZ1G"e^-:<_|I'aΫ7=*qR;kwT|)[VD@n:9 o>RYw$[i˳^ŠP Tw*Nc'&%zʟ2D*CW VBt"{a&+ZnsI.'S%{\8k*T̩ ːth %|>%l%8'3|'[Dw^+ bg0uxL@>ϩ:fPT=~X*ClxkmQû5>TYj!3dI3|jL#r@"8 8U]t4QĞ ՛lfwswYN8mf<ůEU~)PI -^`MV&X@Kڕ$%JY!~(SDwiᒅ.bĕSG4nf۩q;T\rHwzhZF†4x`r Vؼ{W'_l^Lm&H Ih HGƒLqzNAlF5 ZOdr+{j0 T eC*")*:vajoNW(z -JA {#Q0U36!-"M(pe\QveRЬ~83ܗƫb`w_{tnLY yIoi7\euhz# ˙vFmz(0nO*5wi6%ˇU83 ,7R<$1 g[#bEbz_F<`7Aj%^-Nоg,*3ӳ6O@c\W\eͿ ƠԌ8;gA{ kjkQK^6"9ۨbDBށc4$WDAvV¼ U`Lqx%K"Gɘ@7Dpp6:o u}Dc(;XVmbX%B}JVSr^f) +U/E~.4D©$e,kA)8\"bۘTbFK5(%V䩛?.b.Ǿ$mGSzGf}].noi`ZD s뎜k'1e 0w-3Ep&4/t)9\+W:(S8tdl0i5du uHfci[B{nlqY;2dg6 #+ƫKoEv!LkDkh[V- " ohQQk*mX +VO]zC+@$YuE̜I @N@bQt&w-m:y7$r{Ė'(Cy:-ho: 6bga`Ag k 8H?$oOܽ15Iși%m)DW¢]*=pG\_St囡! s2OA}AL+8%l/ghrldP> eVdM:w<`&0f}<{ -|7MZu/gcn23Q*s ",w38WژW v\ubX|;ߌǓD?"RAm>2a`z>#7ogkXSnLLFUUdʦV^^(vAPr'ғ#GA'dCGgDØot w s}~_@N8'ɢU\рG#E8:>j7@mE2sP*ϢO(fĥt& !VA[ 3Kté5<2w'޶H*RwkшI8䫽y֖ v_uK.ݒ1j DWhR5}M݌o<*$}֔i^`0qE1C+[V@gEMHtGl,~ojߤ':[W ٶg^2ӷ ~M*y\=%?Qꏙ1 P bv"KNqSpcf1|LdC?_pz4wA XDmH9mh^~;Hљ&v|9~;ob3DT#J$|MvI ;J!{Uy䤑1j֓Z{w1f*@Z Z_v( yY3G3er~/ڑgi|P$ƨ~֌! `T}4`<:0^yX\+cbVmF;J8 a4# $MuQ7̊Tă3g_91.O& %Сl15ii Aưj^.o b1Y#׷aN=,>Rݢ-+݊"p_Yw A=BVW;y~Kai2@OqOlҒ2/SDR#TG 镏B`1%:q/}F?uVCcx><sR]n_͔i$U{s2ރa9a>\7'%+hL_B8b3fK[؊$UfhlݑƝiT|Mq"VX|/-D2jG\ʖ.[*8‡02dn!+0c45Ͳf@EZoRDXqUSӞ="6_HDzZsʥ/b6r3]CwB/V`bghwp+7`[h[aDW/nduʹI<"ՁJ^V+E[!b5QoGIEFdh&tYʔ"3,8Ib:Ǽ gi!3VeGX<،o@@E>qnn%)*b!\qD](c TiMZ;v|NϮ>0(fL4BfVc]ӧ!J߽"?V cM=KN{*0.,`?,:pSɀҬ1Þ@2ߪ0: if(jЮX]6sfoDdUmZ3g!csbI/_9trqL<:L9F_IzoRɓ˄A[S k~yl}67( i`N#w"Zh0X2;"_f5LKLL6q!u.e.4h{g8Vݸ 3A>JAγ- odߺ`>z c,>dhլ7D`r*;{\$F緇ۥmgdt_دu<+y/q7F 'Fz>*#w'i|Vku1aFۑӔsL&+[xW)*̳d W)]fƕ)wtQ$WiF2ֲ s;IY˜Z9쭆Dh#R--&a0. )l\̧ۭAǼ0d%~',CDK: :ӏX ndY3|A䫠mAAWӏ#e{p|E}s!KQY|YFyG<6Hj]ڊZNzJ5~TFr#}(u:A0.h.'f3*~Q~%]JJ;ș1M Ρ[\b-5]&*:sHw5=.|i6is\SnU[eY.Q[,B TX!*?A<$ ,k֡D__U=Z}JGd[r3QOR`ϲgWpeKؿ7NpO`k'o^?s:OaV1D,, IfШmT QR6<6t &vL2Pu bWww ]Eߔ Eg ݪE5?} [øGa MnJKX.Rq0WNu8*׌NnϸF|[6;?~L_4F6'sMgO:`n8T޹b$wAѦ99h4[e־ǽmĹ>ID)(MLg ;ey}/\PL'3~uoٱt ,MQ`i!tNNwCvݽf-$x,H wv[*zU`XG}.rqJ,eD/8y6Ec>75OH$ȎAݹ=S Š(}*ZŤ΍eZ1*#̀{Q_[1`z#'wuBߨC7 Qŵ<t_qilcrq nI~@Yӈf"9 0;~eTIɓՃ ЯipœI-Uָx~hО)pԝUyeIơSp~<舩"?Kkcn8pNNK)Uzq ?CzκFG}^3!`3ןϓF(LGf.fѳj^&{$qFu{ǡ f4oO8[E%6M*ֆ )Qh Xyf~U5S’zmu|JLb:DP7*dS6i= ߑnr5K6QԸ/DdJ$iM  nf?ȈcS SH#=CIClOZR]9$ cd,~Q…Q.DۆKKע$:Vrߢ|:}Dp)r !uJ]_sk&h aA @<)qQA}\om FNTrٖbh4YmO A(+NR-CYIwٵŮRԽ=Lk7۰Wq~tė˿તC4Y׏a)  *ð7+f05T ɩ EvvߣXD dbC+M&4D^h|]"㧷 bjH>qm=+̡U믲nilǂ9WX"f O:K Lw51 L=\: h;aZ 8鑢@9 ِIGN@ %i_/Mᴮ`[7)|2uApiݬ'@#jl08,|0ko4[ԌD1c.[̳᳼vWNJGp rwuJޞJN&wpPFU{S%|3z`:#bz;L2UUAe5qJ|WR߀vzw^ /2RIJpۆ~5|;:B#`jGB 5}7o#:1g Tl\4ތ8! DVyW[Ȉ\5Bp6D`jxފ,ѳC_!^z G g4!jʼeur;Eei|}h-FĖlm7{:cЩSFCL|2'lJ[ Vר L 2 ??CGK|GR8΁L)|nWǀo "=$kΆ@M^9iz).v{.Z)^(+~Y&'*Oo:hՙJ 6Ӿ;U$"ѾGCG(vpW!8E$iWDRؠ7Dj+"k!CЖE2j<_WJaz\U;48k:*C9wٞP/'+} ny\s ˫ 1fd~oʀS"߄] b$ѯYQ{&Q*"g`΄.6TMW'J%]<_,`dyRoc7._MGݶl*y3IqVO#9lS5|9kLrg͓JZZ@s0 [w ةtu'Z W"#Q;AhmS h2:3]їzDzDF gWP—!ځd8ث*\IF5YOA9q09 dT\BPd*_@>vGHliI]'=+9Ohyi,J FD(E3s+aN^)x` f,Qq?@w^C c30BVj Z;=HxTA2zӭHuA{ $Rƅ+S`w)d 3V6O,fDhf#]D[!gޔ]"ejߠ t'mT+2vP'@,(~$Zܪ|E.>Y"Ϲ_:,q[.2N0A|M??ƉX0l1&e6Y2<ҧB5 'C0jD!&oS}u)9Djrŝ8Wb<[{ҎiWS(J_<1ON$1j2gV立Șr6LZ):%6jf[hLIṰHB]@*&Ef3opSJv'P9d?9^@fkЪeʩ7jgE臓Yc>,gxQf,0FE As~)er g ``;^NR}5&%cT/9joĂ*7h0ګGd=Q$ um{F:fMŨ^3ϖ3*&{) XT򲐖f)t" +^(Y#;&^_,E<򟱸h1U+"OJmяD"q}lZ hղDd$Yb&t4ۯakO A5(+=m@ߤt(QΪ۰Lh]]~2ə#}Yl>T`m1Ky3Ц !Zpr8;YՏ`Ju5X^;*D~6A3h u+7<#r7C 'Hc=c7s$\2nlLJ(w"I `9HHmi2qFj ֵloStis*{j˽T],9 eMDew?ul 4JNK=E }UF'^):L`v"iZ%p yW 1ʹ} # D0N}Q eÝ+Bxb0@hC?ٴC\XoaoMN`4rIft[H7! P_J22_g*G;cR0X>wC63ӴR^f a_:K+7E8?şe27,CLiFcJUfgkRx V)gEtBO,(y1EK \Ԉmu4"-E.oH9 a ylmQQ IsδߛPn)pܹHw1>%qód~5 sNrcvCo6mY)HgwvzhK -[V48 6-C%|: c/]lWsxlVzl=̪Oashoݽ&O : /-TeK[4~MZ|MFXȤ+oK>u7ٟq=䁕4D5aj.b[1RJ&&@HE5KsT:g{TѮH,+~äs7etֶHBjes7挸U2/#}bg1jX5~%70o(4P$p w3,4nE?Q۫E"\>{sɟ YZ