python2-CXX-7.0.3-lp151.2.1 >  A [/=„jHyb)zDb qL {oZ 31乎~r%z*o w߉ mr6%gR-GH_(nj,X"i,~& 5VcH0;d_EItu>ikk!8^y)RY=ɱBJv=z.|9Tan'geYIM+2-7 N{j>ݰD<F a4Z9c09276748a6b33644819a189f6ac8a73bfd03d423be92afd4a3371254700e186743ce98358446300d9acd196ffdd58510aa78481[/=„r #ۉ')QݔX>%5a c-m"ڞI'i`V1I^M:$E(sIe9.H“~`$uFM)D ~OI$s~*(95u J6@A>l>utؚa:k^ʬEA~@ݤf70=6*nmʏ6BN) Bo7<5僽D]͟[ ԾN^NSGQb9>pA?d  =48@DW`m    0  0Tt;(c8l9:BFGHI0X8YDZl[t\]^bc@defluvw(xHyhztCpython2-CXX7.0.3lp151.2.1Write 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++.[lamb113openSUSE Leap 15.1openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://CXX.sourceforge.net/linuxnoarch RR A큤A큤[[W%[[[EQXg 919b4e369dc590c22830cee33f27e24e31784e745195e7e77e4c553cc984ea5c11ea558b7ccd152aa962430d5c05f99cf1514a40fc3201332c32d6358840dd295673baab7d00914bff560b1f1ee9a37229cac7c21ea451bfd8eb6f1314297ca85673baab7d00914bff560b1f1ee9a37229cac7c21ea451bfd8eb6f1314297ca838b0b39168e2df45770c743e18596b178984bb1e0bc4b621874784a72d8ab5fa0e6abaf47f5be167202ae71089b1824f5defd2c2c8345eec3eb0bcfb4733ee4frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-CXX-7.0.3-lp151.2.1.src.rpmpython-CXXpython-cxxpython2-CXX@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1Y@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 packagepython-CXXpython-cxxlamb11 15284056757.0.3-lp151.2.17.0.37.0.3-lp151.2.17.0.3-lp151.2.17.0.3CXXCXX-7.0.3-py2.7.egg-info__init__.py__init__.pyc__init__.pyopython2-CXXCOPYRIGHTREADME.html/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/CXX//usr/share/doc/packages//usr/share/doc/packages/python2-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:Leap:15.1/standard/347f6694f153376e0c72e41ee01370eb-python-CXXcpioxz5noarch-suse-linuxdirectoryASCII textpython 2.7 byte-compiledHTML document, ASCII textRRR~9&57utf-8d514298015a91100ffe5d6ea92d16526695348c7c80af518187ad961261a2763?7zXZ !t/9(] crt:bLL y :j9[Ӳ:K27^p%)0!G3V޼ T9L禢5*y(әe >(v`qsXf! fIMZly_A 'An6eYsov̜K KONuhN)W[=CiÓ{_h_ "i@g{uxF.b?bB?XmZP 3DC){2yS.7ƹRDvj%ejCwaDV% mGuHA!ph/'6 ޜ%Yk5$8 *ο7hnpU kA>4p9I?Qtv#9|t! iQ㖧}PS[3XU URzOKc[a6$EBwY>jQ^XRb(} qpF@u*&H oA+$B7_ JB$d*/!FZ-Ƥ|b+떖TZZ;<<ǣ*kBCmO)"p4qdeF_C2|I9V.b^ral>nrNjQUls;OR;I&\ )׋{C sA[fsL'%v@ݍ#GH!_-:EL(~PGUl<ª;<XUH|S"4L$bg{ iUP)B*iC=Or$$lq+#ޱG_YnٸǴ燸 S(1. u68z ohܞtбDd1i k [ ep_pD٦qZ0#2S$9.eC\mTcGhgoTfWa`^R/.&%,|A8@%u&7haElS/|ƥ$[Gҝ[WD hR=K mR2.vpq]_faCU$ |?3 iRqjaB"XfȞEtv~U?FJ- OK ق6h)9(`Z`j+a`%~jͤÇ-7BY!/XDglS**y,wJt;/C`i*8_mtkц? ^Cu5I 6k=Vy/e,&0x`07ӷQ?˼OՄLEh\i:*`R'79->˴!2҅BWgπZNkǭ_\{;AlpEJ6w9RUw"c[E4몫+8!t4]>XfQIUt(TL|2fYo)-9m4Y2I/'9/zq6A`<C.ѵ_ 1+rHqǷ׽Mjy.zn焄f4D{)9|YzȃOO7 >L[=+8M8z{@KS*duʔMʗ.JqC"`~GHE4{܇Lp 8,9CᄇEW.@/vxF65 M3Yظ]nSxfw!4,^J8 0m+lHսb?å`ܩ=OoQ[~+#IheF6a9&BJ/r) Œ-)qe>@sf_ Nv~I+ߛ Ƣ!΋@ͿQTɎĤ}ۊٟ ÝD~p:3'G_@sizgls/4u<8i0Sm*_ET7!`߯^a2 l!>0I;V :d"~_;$wemOAZ1qvMpFd;*WY>ّN7!t2dϗR NYbSq%-mV(z$.ĆFU-'r8W{|nrBw%Gc'rl3Y+0 gĚo9>mzEwng\r#g7)E'l& mO.@w& (RٞjOiUߑyx'7B"LQЭO]+S-u ffߎJQ$&?gBS  DdJ^C5h P*G^cW̦*$uWwɸxgqf: ra=umBKd>NÈ % Pp5j/p2hʞWE56P位:3>rf֡ ze഍Afk%zp L7t dS0̄^KφQZ>_{1i"%\٘k|LJ3 n^9z|Ԧ~J-ZkiDxpAoyŒY$(lܢ]r,>pdª6+цbMV$b6{1z0اu`1gExt8;2wJ1%H?o{sg-Z(巐d \(l;$73ؠ ͜+SğܡB=/X׼IWm2 2>=r'7Ʊk 72Du-bt+|U(y ! @^{Md&n!7S$rÒ{x][괻YMh pOgu]]*A )6儑}^cI`̽ p (ۮ1,MN5Ņ)j[%_z0" ycFvҤE3 w[%)j4h'&@-]gQy%17o\{Px C BEo.GQ6͊wu!;9paKdd4!c>Pbqp!}a0X>Aq\4 t4E4ٛՍc:܉NyJY9_ߋrX}ĤOc"煸iaޟ?GH t QdmyFC+  tգ0xxrCG"nɏ_*rkeせ!] M O<P|ii#]tGv~lʨ0yzT9tC}vf&>vjm7\ܔ9Q=c^ґkQPE?Sdć%CZݡG >N|L閚'CLP瞎Vb;Q EۺrjA h=E컸~޲g|%Z{$-kSof#|q_ qAGЙHanƼނkdú VA[S. i wB NIId! YD%~&.h؏ `]'Q"[2"` kPJGAƳ|wt_+b bcۻ@II$fOBwR߿X^-҅dIK, *F v*Ƣ̐lhL\J M"Yge\b %6ӣfxح¦~M_Y 2A8D 1-},U&G"9Ś@KtʊDEWvD;VwlViBXl(e#IksXu*M{Δ"t_!7AIqS)0OŎ2b{wo8'fgV:x¾-nn OWSlǗl9R>8 pg!,L]`W?CZ={aqESŤ#?Cag'WFUZ/*'錱.`pz˲&I.$+P 1{Q_še +.u8QY`l\.lUUv40D!')c&ȼ. AVΰ f=2Mj Pej qX4tf]k χ}*{}rKܼBW1|A|lя+/rG,I.,A"3Z)̔S=m+OQ-djZRz:6y/VC[Л&rXǶ YZ