python-storm-mysql-0.20-lp150.1.3 >  A ZW6/=„A˝wjj?-OAV̽[:S0RB%Oz 14Bg&xĶ j/e_uF_aI}EgE:{ nC]&c$j`HÕ6 yfԔ%! ߁ii)DtūÇ{Rnvtu{$Vayـ%`v׹yP#e828ac12f08f7a2d6d0865f545c4446cffb3c98a2d72b9695e549a93e6b0767322bf9221b66fff03f403f54b8691b001a9bb2be0d7xZW6/=„S35&H;ת#هwnt<G|"x!r?l\-Ҋvڬ*tsxLP5d*FZCT(7ly1իlv\`sLQr9$ q0qaR2b!‘Fo)vdxaoh*I%Q~BecE؄5\,hةO7Ny ]"}9quiHcϽrTʬ^I<-M(5Dz@l>p>?d $ D $, 0 4 <  Ld(8 9 :F3GHHPIXX\Yh\]^bcdefluv wLxTy\zdtx~Cpython-storm-mysql0.20lp150.1.3MySQL backend for the Storm ORMThis package contains the MySQL database backend for the Storm ORM.Rcloud123>openSUSE Leap 15.0openSUSELGPL-2.0+https://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://storm.canonical.com/linuxx86_64"P/ZW4f0d70d63f1a6968ddb0c5ed7630e66b2ceb4a31c61d881b7c8d04e2884e6eba5b46e12368b5a8cb589f38cb18117f17d84dc0f2509ac6deb87b2f613f8ebb2frootrootrootrootpython-storm-0.20-lp150.1.3.src.rpmpython-storm-backendpython-storm-mysqlpython-storm-mysql(x86-64)@    python(abi)python-stormrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.70.203.0.4-14.6.0-14.0-15.2-14.14.1RRi O]@Ni@Jv@p.drouand@gmail.comspeilicke@suse.comsaschpe@gmx.desaschpe@suse.dedominique-obs@leuenberger.net- Update to version 0.20 + A new CaptureTracer has been added to storm.testing, for capturing all SQL statements executed by Storm. It can be used like this: with CaptureTracer() as tracer: [#] Run queries pass print tracer.queries # Print all queries run in the context manager block You will need the python-fixtures package in order to use this feature. + Setuptools is now required to run setup.py. This makes it much easier to install the majority of the dependencies required to run the test suite in its entirety. + Disconnection errors arising from PostgreSQL are now more reliably detected, especially with regard to recent libpq updates in Ubuntu. There are also disconnection tests that simulate sudden termination of pgbouncer . + Insert expressions now support multi-row and subquery INSERT statements. + Support in the postgres backend to use the RETURNING extension for UPDATE statement, optionally specifying the columns to return. (PostgreSQL >= 8.2 only) + Add a new Distinct expression for pre-pending the 'DISTINCT' token to SQL expressions that support it (like columns). + Switch to REPEATABLE READ as isolation level for Postgres. If you use psycopg2 < 2.4, it doesn't change anything. For psycopg2 2.4 and newer, it will keep the same behavior on Postgres < 9 as it's equivalent to SERIALIZABLE, but it will be less strict on Postgres >= 9. + Add support for two-phase commits, using the DB API version 2.0, which is only supported by PostgreSQL. + ZStormResourceManager now has a schema_stamp_dir optional instance attribute that, if set, will be used to to save timestamps of the schema's patch packages, so schema upgrades will be performed only when needed. + When a SQLObjectResultSet object was sliced with slice.start and slice.end both zero (sqlobject[0:0]), the full, unsliced resultset was returned (bug #872086). + Fixes some test failures around Django disconnections from PostgreSQL stores. + Some of the proxy-less disconnection tests were causing segfaults, so they're now run in a subprocess via subunit's IsolatedTestCase, when it's available. + Fix a few non-uses of super() in TestHelper. + Abort the transaction and reset ZStorm at the end of tests/zope/README.txt. + Fix the ./test script to not import tests until after local eggs have been added to sys.path. This ensures that all possible features are available to the tests. + If transaction.commit() fails, call transaction.abort() to rollback everything and leave the transaction in a clean state when using Django's ZopeTransactionMiddleware and DatabaseWrapper. + It's now again possible to use the Desc() expression when passing an order_by parameter to a ReferenceSet (bug #620369). - Use sources tarball from Pypi- Require python-setuptools instead of distribute (upstreams merged)- Update to version 0.19: - A new Cast expressions compiles an input and the type to cast it to into a call the CAST function - The storm.zope.testing.ZStormResourceManager now supports applying database schemas using a custom URI, typically for connecting to the database using a different user with greater privileges than the user running the tests. Note that the format of the 'databases' parameter passed to the constructor of the ZStormResourceManager class has changed. - A new storm.twisted.transact module has been added with facilities to integrate Storm with twisted, by running transactions in a separate thread from the main one in order to not block the reactor. - ResultSet.config's "distinct" argument now also accepts a tuple of columns, which will be turned into a DISTINCT ON clause. - Provide wrapped cursor objects in the Django integration layer. Catch some disconnection errors that might otherwise be missed, leading to broken connections. - A new JSON property is available. It's similar to the existing Pickle property, except that it serializes data as JSON, and must back onto a text column rather than a byte column. - Cache the compilation of columns and tables - Add two new tracers extracted from the Launchpad codebase. BaseStatementTracer provides statements with parameters substituted to its subclasses. TimelineTracer records queries in a timeline (useful for OOPS reports). - New ROW constructor - Add support for Postgres DISTINCT ON queries. * See NEWS for more details - Split of Django and Twisted support packages- Update to version 0.18: * Include code to manage and migrate database schemas. See the storm.schema sub-package (bug #250412). * Added a storm.zope.testing.ZStormResourceManager class to manage a set of stores registered with ZStorm (bug #618704). * When a TimeoutError is raised it includes a description about why the exception was raised, to help make it easier to reason about timeout-related issues (bug #617973). * Improved the IResultSet interface to document the rationale of why some attributes are not included (bug #659883). * Make storm compatible with psycopg2 2.2 (bug #585704). * Fix bug #620615, which caused lazy expressions to cause subsequent loading of objects to explode if unflushed. * Fix bug #620508, which caused slicing a ResultSet to break subsequent count() calls. * Fix bug #659708, correcting the behavior of the sqlobject is_empty and __nonzero__ methods. * Fix bug #619017, which caused __storm_loaded__ to be called without its object's variables defined if the object were in the alive cache but disappeared. * See https://launchpad.net/storm for more changes... - Set license to LGPL-2.0+ (SPDX style) - BuildRequire python-distribute instead of python-setuptools - Use newer %{python_sitearch} macro instead of %{py_sitedir}- Package imported from PackMan, to be pushed to openSUSE:Factorycloud123 13846896000.200.20-lp150.1.30.20-lp150.1.3mysql.pymysql.pyc/usr/lib64/python2.7/site-packages/storm/databases/-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.0/standard/060708f6732e116c75df0081845839ad-python-stormcpioxz5x86_64-suse-linuxPython script, ASCII text executablepython 2.7 byte-compiledRRyN-XV}#utf-8a89f77b5276ad3305ce9bf259f497d76685b73523131e7c24bb775cce87f8bb7? 7zXZ !t/@k\] crv(vX032.ٵUdPQ-/ΪԀ9 .3 K K2q| p7s*U$ :>X{G9;dwԭpwn.\3D³JRmADHji J1  Md.j8YJ{9JAI 71 VTT(-XAl2HO#|kp#2r 7JKʤToٔg)ʿC~_*̶bZYYR,trߥPrnu\rGWႫA{VE9e/|liX}]?kjgy`,e+RFh @#/%Y ܒ D_֚/h![6ۃ̃pEA:!a7nbheh@a3/k˧Pׇ$ :imnoTqme:yEG#~7Vk<"$0 P6s=V`rCTn\)p5P < l`Mzzt.*@Ӳ|[@6jyu ~j |O,&C [vlʣYf<Ƅʈ82elUy|vX|i"v @)Fom0I?TUIU orcDձ g k}$rUw3:,+_,> =}-[Oc坉{Cc.M | 8O6e"7*!g fTg sbG(/>!}xeAGC9܉ 2) LO 5/\NgQr+ j]Oqn߸AȄU-ڂuqVw_sY^|iu+N$cށ޾pϏ~/m+/ZSDSID.K={/XO=/AKJK9IlZ7⿿ \awQ<7Q~ưRTݶer'z1rNUҕ`݌{?7* [' ET%oCB}~áAǴWz2/pا,șk9t\o@xjEW̉ɫTv R%0'bԮCσ^v]opKnP\zNΐB(;Kj hn?Z%׋a0,o7F 4s$r!ZaIg6YO#.|=Ǩ p-DԭQJfን41ӥB~?2,껀";+sٟjYx)/Xq$y%!Kg6d_,%+F8_LUkձM2U?wuؒ2B!P!I yG˵3[L>j{)U6h7ns (?10)uu@&d׀@w }ڔPW'y-cLsEFSO7c,:4ɲۺ)rv]3= :2~CTWl;5jTNmNuۀ;XLQL)WR|p{+7~A\F"mP;`%}S[ 9,ϧtsoڻj[LŽ5.̪뺢217'M/G|qpxAhş J~34NT1P~6Tc @Rᇃo{>؁sb.H|akzj|;?; % +Â,ڊ0A^UwA.7E$SRTqoɲu"6n{472[3Iޛ {۟thL :GWvp`̸(q1=EMGeD>kK@|}2eRȨM"1E4}Vȅ5ñsQԥE38YH12\!u s+s܀wY&[!:09Kj,E0öy_+vKYcN^G%ڤ2-Kwa3*PfZǍ9xdQm-X~n8BmvjM#0R2澆]9v6EyE܃\3\]_׍$IdP1JJׇk} $D&C+HrMPATml=$}XyKqA~D_9!q滤Q}ǖ! 9N@ɀ]k i}/Vt9kV۝1~MXm_' 佷z^Jqʆ✢>GUl])CBG{sh&$!/@w>_2=6diz8!_o3l*q0PPfy DiݟpcS5Bj7n6j9i9p(0݃t hIq F^PY|z3B8ė*]rvBok7Au!moM`Ϯ-b5i[R:UꎬCYdbUԗJ1jZXthl%e"y[h&A?jONv<"l(팑Lg -uZq֭B?EbyaH4O$lzB/eъ#tPIv`5t~rmo+Oqf1\r-Y3!иmЩ15;N{: ):Z$)1QoiO7xXkXyq}]XT>_зԯш5W!K+Bm3(F %*ݳ=_P:".%.K W{Rk%W_T>Kgx5 =6vmÓ"xɰpu7!'k쳥Ep ~9l)z;YzUҦIΌ,@WE"]k@3$PH xS-%(0$cWT)fS[ُ?eMW\+c ٠ڄ}Cī`|pgZq ZeHJ+; ;b25~<;NC?^s8Pb괚A_{ p˜$;pkNl$[Lh0f0r) }>ci.>G'lQSa})2բ7S. z;ኘ5:`/PQjWZG`aD{qTCY73(#]i!+˟&JSnHVHͩR#xӍ4p@v4.\aH bp3PNb^5x`G^=>;jGL?ۢya,I PH; <}"6 5z} TUq<-QR*|EAiD9Ran@DPIXUO)=YĜNF/?[ rQQSd?$獅_xM=R9phCVuI GIU`Do {o[0y~E\ORH3nL~?ma}"s<:N%-7@CcxhU4 K[1hiǬ#`B&i  <[ | ӿ\|&!W:֓J50 PES.sK1N4-+$bH&oেRDܾQnHtŠ&pB)EYXK0*?|mNt;)AP.62+ެ}ׄڃeS{"Q[/4O~@Q%]2~ƶCRv)Y#az(ߤUFM"~%D=mgt-4 šuR oN*\"-.Gڻ2:6o$8ڝF&m ndK3~)8,{nK8+  YZ