python3-CXX-7.0.3-bp155.2.10 >  A dkLaI%z o>'?4 8`ѵ鷶+D v)c⹇WU>$ E-jGq84-#hpRKU^<OL%2mE~!._ 6up S\e. ;bgԦfIf fv?s^wj@7P S/,66~p=,z=Ax}xX `ɞ<[kb K`(K$4I!C`:_|8.PTdVLYkTeAjbne-P @;l3bC_LS/r; ~nŴlx<co.u!YU˸5ug ҷj19ÂA"ZPJ- ׸B7̄^րuX-О4Lx 73l'pLaHo947d07c73695aa8251a1601fa5c09593853fb62bed6c644f10f721f6351cd113f744bff0cabdfe6a6c8c3015ae44fe478d19d0422,dkLaI%z ?ϼf6>gsyVc^ph (mۡaJ#X b"aTCpՕ?f܎܀58A@e}zJܕpC[ݚR _dSK(4mg,+]#2bS{K+Z%>%D{~'vQplː)lN)U`B -M;ʋnUXZE6b^ *5&QcT[*7S|!\i[Z&T]V>F'l{J85c8i숞 K@=zp"Ws%i [@fG[H9 +)qY콒551*N5IqbmXDzdԤgVhIv2lRzڠJT3]<"eW1yC "q<;'K}pd3l}:8c &ޔT|{Fd 8E-a3fl|3*(S@A~Ɉ3uF|oR{,_9>pAP?@d  >48@Dajw        D      ) V| [(89:"BFG H( IL XXY`Zx[|\ ] ^5bcdef l u vDw x yz<Cpython3-CXX7.0.3bp155.2.10Write Python extensions in C++PyCXX is a set of classes to help create extensions of Python in the C language. The first part encapsulates the Python C API taking care of exceptions and ref counting. The second part supports the building of Python extension modules in C++.dkLXlamb553SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://CXX.sourceforge.net/linuxnoarch TT A큤A큤A큤dkLWdkLWW%dkLWdkLWdkLWdkLXEQXg 919b4e369dc590c22830cee33f27e24e31784e745195e7e77e4c553cc984ea5c11ea558b7ccd152aa962430d5c05f99cf1514a40fc3201332c32d6358840dd29613f1a13f94829e766931585762e2cc50b8032f9fe802bf2ff6fa6ab6e4791f0613f1a13f94829e766931585762e2cc50b8032f9fe802bf2ff6fa6ab6e4791f038b0b39168e2df45770c743e18596b178984bb1e0bc4b621874784a72d8ab5fa0e6abaf47f5be167202ae71089b1824f5defd2c2c8345eec3eb0bcfb4733ee4frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-CXX-7.0.3-bp155.2.10.src.rpmpython3-CXXpython3-cxx@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.3Y@Yn@R@O.@N@Mƅtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comsaschpe@suse.deandrea@links2linux.de- Fix provides/obsoletes- Implement single-spec version - Update to Version 7.0.3 * Update Py::Long to support long long consitently between Python2 and Python3. - Update to Version 7.0.2 * Add Py::Char ord() method to return the long value of a character. * Fix String::size() that could return twice the actual length. This affected as_ucs4string() which would return a string with its second half as uninitialised memory. * Fix setup.py for the Demo code to build all the required C++ code. - Update to Version 7.0.1 * Add support for Full Unicode range on Windows. * Add sym link for README.txt to allow testing of index.html. - Update to Version 7.0.0 * Warning: This version fixes a number of problems that require source incompatible changes. However by defining PYCXX_6_2_COMPATIBILITY the V6.2.x API is restored. This is not recommended for new code. * The first version of python3 that is supported is 3.3. * New source file needs to built: Src/cxx_exceptions.cxx. This file implements the new exception handling features. * Fix the type used for lengths and sequence indexes to use Py_ssize_t. This will require sources changes for users of PyCXX. * Implement smart handling of Exceptions between C++ and Python. You can now catch exceptions in C++ by type that are raised in C++ or Python. * All builtin exceptions are support and are user defined exceptions. * The base exception type is now BaseException not Exception. To upgrade source code replace all use of Exception with BaseException. * The documentation has been updated to describe the new exception features. * The supportSequence, supportMapping, supportNumber etc functions now take a bit mask that defines which specific callbacks are handled. - Update to Version 6.2.8 * Fix crash when a member function is called via callMemberFunction() and that function raises an expection. * Found in comment on StackOverFlow. Fix memory size allocated for new objects. It used the wrong size calculation, but was big enough to avoid problems. - Update to Version 6.2.7 * Fix missing ptr__Unicode_Type. * Fixes from learn0more@gmail.com make python2 also remember the m_module and add accessor functions. * Fix for indirection issues from Vivian De Smedt. * Update to work with latest Microsoft Visual C++ for python 2.7. All test run in Win32 and Win64. * PyCXX.html documention has been updated, especially with 2TO3 information. * Use delete[] for objects allocated with new[]. - Update to Version 6.2.6 * Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro). * Remove support for python 3.1 (API's are unstable). * Add Python 3.3 support. * Patch from Michael Droettboom to fix compilation issues. * Patch from Michael Droettboom to add buffer interface for python3. - Remove unneeded patch `python-CXX-6.2.5-fix-version.patch`- Update to Version 6.2.5 * Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro). * Remove support for python 3.1 (API's are unstable). * Add Python 3.3 support. * Patch from Michael Droettboom to fix compilation issues. * Patch from Michael Droettboom to add buffer interface for python3. - Remove upstreamed python-CXX-6.2.4-fix-indentation.patch - Add python-CXX-6.2.5-fix-version.patch This will need to be fixed for any release where the version number is wrong- Update to Version 6.2.4 (3-March-2012) * Fix problem compiling against clang compiler used with Mac OS X 10.7 * Fix segv when using getting the type() of extension objects * Support PEP 3149 * Support Python 3.2 * For python 3.1 and onwards use the Capsule API - thanks to Michael Droettboom * Fixed memory leak - thanks to Vivian De Smedt * Improve setup_makefile.py to use distutils to find paths - Rename to python-CXX to match python package naming policy - Add python 3 package - Clean up spec file formatting- License is BSD-3-Clause, not GPL - Fix build for SLE-11- New packagepython3-cxxlamb55 1684753496 7.0.3-bp155.2.107.0.37.0.3CXXCXX-7.0.3-py3.6.egg-info__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpython3-CXXCOPYRIGHTREADME.html/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/CXX//usr/lib/python3.6/site-packages/CXX/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-CXX/-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:Backports:SLE-15-SP5/standard/347f6694f153376e0c72e41ee01370eb-python-CXXcpioxz5noarch-suse-linuxdirectoryASCII textpython 3.6 byte-compiledHTML document, ASCII textRRRZ'zyZr&*hutf-8b24d01f55d45a913e5b5f4d1271761ca2349434455cb9eff4c1162188bdef374?7zXZ !t/9a] crt:bLL ؝. y˅LJ^ 2П4ϨKoAia I8O BYvjYl_!ےz ̇p|@H*jf< ,D27: ܝZm>ܷ6`TJJ=\֕zN|&ʦ(3~CD׽p~2sġ%>s{`3Ir)fuu!jRjwaUd%r0%QfIȃ!,"9<CSRQ._jbNnױh,nsçJm68_ZU.Ҩ W3(&r'G4Dd Q56TV~Vk /Yj7qEʀ o@_1g'o@1@̯7V^EornVzżZ#R뮬#P_n[#s^{mT\K!SQDs+}'ԏC*nfK&|,-\ɢ`<|d~-Hߴc^ս>).2;?(LU.}RWէȖr_z"WLQLfdeK8yp2dZie?FM5tzG.}IKhԣ74&:t2 = !Њ*>-bGbuRoڲ:&9҉x߷=LcB.HWF!#PfteݓJN`.U8ըc{ ~0sK6bRm0VK$ vn4Jto^9z^O#(5.86TU(^ҰAŨ#kooҴ>'EAxOpUU-l* T(}GC['%c.8 2UuAy]([tvbi l=-ka,zly/MXgg~`:.i~fhSgLqԝt;+ۈOe)g[m:e1up/>9OXD6ScD/uь Cz{ZhAu+vM~{vW눲(lёHR3Vet>#=ܭ JY)-:n*c=n۹;RzmZx6n皚z"E1֙Fq#]$2VRqd4഼js8#JtJyu-jDf( #z_gڂDOjZs@d&(̇+ HW;PC{r|6tz<΋3.!^_(  sh ft xE.sGsvu~PEpAhDWPWA=7(6dLnVd>JDO a/yeDV)&?bK-`i6qN_ HrIŜ-yRLt`m9}/0v]Q&f?d~#^\ax)GV_U7)1DeVN9j#vtPi7N;{WtPfۘ wr9cz HaißZK .:0G$Ū å-9\xH{,O*/q8?a Pnxΐ:7Zfm愳m3e+q 9KkX;!R;=_ J?FO{r?|*͍Q=ǘ+]Jvnz~ua6=U4`iH YSZ h}[@Ho21BhO(\?e'1O%+.Ѵ-^YX%J!ɛ Ц:(C%WS) zCg_u5"nn 8d"{sIl=jxgbGTqIְ-EZ  4QB@ׇ{^E\qtQQ\5_aI}5PwO*y6.ʌ)8ز籎EߐٯܵʀJ'[NtF,!uB@Ǹ'[n7hkBB`Ȇa."Xz?Ȏ8xZ>BomHpd87n[<5fs-A6gF+\>δ- %9KFԺV,3ڹ]c?FA$F0@z0dF;:Y^AߵJPSo5aU}#b(*ƀ@҉6߾qv1vϖjϏ@&.|@j˂$F/CP`x&ACn$':;IBa q0A8'NJr*9ZnpHIК۰XMWcH;N.:XZyNJxDxiD/_~H 'F:}F}VhdA ;^;bi.)c #gm^jewG`"r2J --Qegk(OfA@mnjYZR@mAZ![5udZGMk5rd8*yX[`WB:}2<}gec'uhTqԤcӝ$bmT5<J-~ V̑k"B/%f ?U;< DCW{+7 Ԓ^e/߰mj9-Y'2g-2װi(_?V(FH=Vu9N,I|5 V1e+O&gޑpQfi4F ooN\&DQ|ogHHd,$P[Ja N$lma8}wێۙivR/fیx@cO4Q7W!)̈́d1[(mf@?ZVSƟp&8OPҦQQ vGwaqo+ɣ1T6/$ ei˫ʛsp$=)ZȲClڈ[YRK{V$5en:-JIӎX.̊m~z X`% %kM_SX2Yv}?fNzmWHt3is:LmvMoOg?/Cr(2<ԣ<3ͺ4g7o,H;%aOzG%r8E[[&0,7st5_b&9U0^戕=