python2-CXX-7.0.3-lp152.3.3 >  A ^[/=„2Nxfy0ˏHz¤e%s5+|'DeXتêIm @|.]PƤ[orn&CۊOl^˗@@N\7},?LIf15:iO>WEng|v[鴵`'YvK7 }5{41*a2ݐฅ7 {c}ֱA%e۝-.1蕗QHxL9gPV]2ͤo*)_M^bs?kՙ439aa1f4484c45dce8fdaf824facd21a4afe49ed57e15967ddad20ab7ae89df6782ff3a036fb399e7d863c9656eeadae1f1a40991^[/=„g(܎Q}rݰ)K ?Ф7P/r9*ػ^u΂=pqOn;[RE46tAGw  8`n-_\`WPML0|ԯ hC.-4i7$v笅WxGo4(@IzVZsut_%N:dfhfVr QgrTnF0?uA}NPZᥱ[ <1-E9>pA?d  =48DH[dq    4   4Xx?(g8p9:BFGHI4X<YHZp[x\]^bcDdefluvw,xLylzxCpython2-CXX7.0.3lp152.3.3Write 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++.^[cloud1303openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://CXX.sourceforge.net/linuxnoarch RR A큤A큤^[^[W%^[^[^[EQXg 919b4e369dc590c22830cee33f27e24e31784e745195e7e77e4c553cc984ea5c11ea558b7ccd152aa962430d5c05f99cf1514a40fc3201332c32d6358840dd29bda5f4c7cfa89474a5045fa376542f17f05d80e72a10495fa316b1c805b8ba0fbda5f4c7cfa89474a5045fa376542f17f05d80e72a10495fa316b1c805b8ba0f38b0b39168e2df45770c743e18596b178984bb1e0bc4b621874784a72d8ab5fa0e6abaf47f5be167202ae71089b1824f5defd2c2c8345eec3eb0bcfb4733ee4frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-CXX-7.0.3-lp152.3.3.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-cxxcloud130 15830619377.0.3-lp152.3.37.0.37.0.3-lp152.3.37.0.3-lp152.3.37.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.2/standard/347f6694f153376e0c72e41ee01370eb-python-CXXcpioxz5noarch-suse-linuxdirectoryASCII textpython 2.7 byte-compiledHTML document, ASCII textRRR4TUїfutf-8ab5442664b3c0133eca94b1e8ac24dd6292319e34342ca1a4368cdb7dde1caed?7zXZ !t/9(] crt:bLL ܵݾ"0k|R}RIjrJgXl{H6N w Ɯq *N!1+֕H2r/w_mA|%I2ق!>i=EO;lZqt7GA b] T 2obLq4V ND7GRaʓ~L zZ9YS >[F:@M4nҔܾE]Z((6GZ@=C=Rz/QMV=(@ 3ŬB ug0?B8?Hq9i҆Gz'9& -llr ~ ʝq]Z66Jg/‚H{U>娷kmR3/d RȢ\Q=[N@ɘ_t!mz jYNs ɺ5u`/\( vB!ScWtTYw~kTdex;I֚0&r]_:2O|]9wc+f<]|Ʌ/ 'JuHԀ47?ED{ArYGKC-=DHvM39t85fWw:+Sk,-TYL׳Y"b ALiֻ~7&Z,۩U=w1(226>uL=~G$[]w!,7X$Y2nZսRr OR]o۳ȩJ"e 4Ξx'>Ǟh@, <׍BЌ'Vq\DpR\ޘ+\aZyeVsϣVW9 3U+Cj::'O֡/}e1na/7KLT1_3zY|I|esFVNS=Ē'q־Z>]Kb!9Q'PrYd{eVZqP0t.Pxr;U6jL~(QK} 3M㤁luRsȾMٶzH27e^︰w ?b1YMc&KNָCCK"K #mWrCtl5wGsVkbt0)6Et4 biYvŧNF+=uk,53+͚[6idHF)MOyv+ >ñx4`y.ygIAb ˼Ϯw_G.NY.[87Ƥub>p2@?̅IAw\oiQam>N.I'd6zgu"nzﵸ `u|zquvHEv4z4DW-;"̥e+]&G1Χ\n۪$%h;tiIjP^JKYz}K*=: -In>L+Up/Lb(pl )Qyy{ӎ/KkVJ)V'VJ'B֡X=jwٸZ\5a6F"e̷>cNoXh-뉚.APWbK|k$:CF`Bua. *ZeJb5!l͇;6ZQ]mr.6bQ*0qĴ$!dףcl%0Z~ojOl{jnp0LL"ޝXȆO۹/Rtl֕DEƹ!vŃ(CTfсz4|KA3$[$ɍOP ,A:xbHAs0I"_+mjq7I|B`35WjK{zW7 g͢ѰT^ n̝ts^s}H]G8c](d$PK+D/ [A V/]WZF|nX8mQ-1Sk ~E߲v{gI[q@Lo]>c^oI~]D!"a2fymѰ=?/Vʡv0Kn0+Ԇ|&NUW~%c#uB0J8trS^ASz0d1&7Uvs$c#=C1Xĺ3P6{ΟBȠ\q\6e*&+q8U Y@Jy,isb[U éS_G5MMLNe(p(kgD{ξdOC4l9[P8@̔D~nl3̖ ̫ BUXҠ_R7PuɈ#YX5>lֺ-Z߹O<0PnuX,NM Ȭ"ޝo±y+!؟yԇ1e#j x?$0WPljBx"86:\A1Ajj*B!"I])?< 젛6uBH[g h( 璵 ́Nq5@n)- ̊ϸO\6ٳT~oN]N7Fft2ei(XH`Xȇ"Uq&2j (Ͻ?ˉ7FE.R /+Fu,H[EHEpycϽuF+51lceg0XU yT=`&df5:|e?Ie_u2(GJPXRemvȹ䗛*XS|dn#oi#ōKrPw1͗9jRt՜}?p\&uWnu~y 9~՚JlC5|w׿xx 9-h.D}PIfNTA_Q0N.K*Ì'77%|FL}zAN v5݀367nq>'9 \{d I)WB.N ΒHnS J@9R:_Xhk1e;+l!(]{ǺVKh) {jN2|&rXǶ YZ