python3-CXX-7.0.3-lp151.2.1 >  A [/=„Xtz6X5i&ҿE]|I`a u X~y .KRwO(;֘tp2 taPD!+eG19b֛X(T0 3qfb۴,VŷnϭâH꫾Pv:#DVW'lsztEf= !<2q"370|eX5F98l$>QP(#40c149ed20b1326d0743ff846918345a7bc5e1232a6988d3032cc16b2db685f6e82d8dbf824e21eee3f3e120649282852b38726e2[/=„ Hz>=8úE"GA=~ugJ,B @C2eَ)kncs[*ͩg7|hԙlcγV)r_Ks(,w=V2ߗs3 E8z! (GoHw?E70t4GI14;5^tF%i* !i-"ev ¾@(dZ~D9bShܵ)o,?C-=Q9>pA<?,d  =48@DW`m        <      ! Nt S({89:BFG H ID XPYXZp[t\| ] ^-bcdeflu v0wx x yz(Cpython3-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 TT A큤A큤A큤[[W%[[[[EQXg 919b4e369dc590c22830cee33f27e24e31784e745195e7e77e4c553cc984ea5c11ea558b7ccd152aa962430d5c05f99cf1514a40fc3201332c32d6358840dd29613f1a13f94829e766931585762e2cc50b8032f9fe802bf2ff6fa6ab6e4791f0613f1a13f94829e766931585762e2cc50b8032f9fe802bf2ff6fa6ab6e4791f038b0b39168e2df45770c743e18596b178984bb1e0bc4b621874784a72d8ab5fa0e6abaf47f5be167202ae71089b1824f5defd2c2c8345eec3eb0bcfb4733ee4frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-CXX-7.0.3-lp151.2.1.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.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 packagepython3-cxxlamb11 1528405675 7.0.3-lp151.2.17.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:Leap:15.1/standard/347f6694f153376e0c72e41ee01370eb-python-CXXcpioxz5noarch-suse-linuxdirectoryASCII textpython 3.6 byte-compiledHTML document, ASCII textRRR~9&57utf-82e9ed329b75a97a6cf1e858787ce55d1e47f1cff395c8c78ab629f427b51653c?7zXZ !t/9[] crt:bLL y :j9[Ӳ:K27^p%);L05(Tky4Lrq-LmTGGH&Kl?EJ󦤾ub ҽ2__ȹПbɸpw UW{Up ;^ynr0Ug-.Uӣ'"[ ^I8J:ؒI5JӗHP~.s#ѭMCRX㑀>FR2?-GaXȀ09-*CM&^6"Ejͺ 0Pl8<[Ylު$؞7WCAkE} < ɰX/ C@T;l6{ {kYugAQA9D OSSvSΝv3"Bң *|6+tpj&enZ1g4e]dZ%p޸ʷEjk|l$z S Y҆6u1y@xr)h06?aQ溧noL=|Qu.M$~(RtӡMȓ1#lڻ ݖBCU쟎GV~ڻf,@7aet (e_C21<Uhjbw 'u-18fs#{- 3s.@!d`zZ~燕2 3|+4ۈ"'(8طTIϢiv7.x2pi7NBsΆ# Mz{CsQ%U^!ENz;JЋaj1N!?4|3 7{]V#AIhEJGR4OVr 0ћ@\@]EkUh,H[()nfni%׶o*Fc4h+AMlk!b57[e˯adO*^I8r_k q1v do EI¨ņTM/axTjMV1k,md Qjx|Qrh [z'H7wtl({)eD_xcX`*ך\mdzQIᡛj|Y֏zַ;}%}4\?З◷[_6!RpRk~Ӈ](Gk16?Rt MG2VwX߳3-Vr8+W,E7g(5a=VwKءIw4 o\BcffUj5>2/FтaH[!+ pjֽp\6`rͶcBT򂆹 1Wr>{pE6}܃ɈAk9=J!k`ܡ= Fo)tej/)hߪ)2 duXb8# C%NE45c9oS:2|J3MkX ܚ $VݶސnM58ӕ#2Skj>{o%YmCG9O|Px8ӅQ=X~qH:eUoj]\WP汄"`3ޙP_&Alı iMv=ժn4`hz{tZyN3 ;k(Ft!>Hazo##lPe=%`,D@fD`հap + 3̫ ʣVm5Yi?Y6/E.Ehz7L>1}k6s#l}Ȕx9UFKlR  3=V˖6GL\DIlJ[Qw-Mo73l:ClOe7eA0_1 RrJxpe )FD.Ps{!F~ص+3؄{LK'& ȎʺCWwN抸r9vҬMS"2_,A0DňrN1E_B̐ CnUjТC_ "o)푖c$K#WH.{^m4 {J->V* bRR'lIvc\=2dRŭω 9:RI !D *A6̕+KiGnr=#=/#]L(VBGZ1)=Z_%XW,Nw! e3H}ew 2{E#Mz3[@ck~@m> aZk ?؜-@4@z,X"J`}R#d孍jhlH ܇'@~U7Y0xE6,bF71W@'7f~Dt1>l S0dǝ*zlYc x0|ӶuzUw!wj!S=s?CPSAx:(q`x3 Hʦ5**c5yKt"x2'2c%I=Qp'*q8lڵ`^@M$LkIGV#j7RthvN^Dp1F`>)չz8xJl *;GInNW4|FܳWVclkꝃ?M6*Q|)Sac4=A% $ jq Wq.ύ]Dt[sF) n[|4OóǼܼo,sv-EQ 232BAjUw׺{ɛp41\.D7?z3sHEfgqJAs8Ǘ\_xy2x1lb>nzHQÝi4kO{SrwWbxc Z$m&< /6N.}8~R_sWȉ9&g@,5Qi6Cv- j!"\qm!EHRX5"RoIc/+4M]EL˴=y9|[lh.`Q!}HR=w HVy=H5fgm7 Ix$ sA$QVW?H`з $| ?#.H2W7G`tknfhn|ث:EB|e ~% uLh`8U&ĕBQms9o*\P05x@n#sahG3،U1dT]`{prW3 ٩&{"OE2MWw˺Ǐ}3=6jǩ|q6 =YC3{̥븋ڛ?[}|1ŕ's>. YZ