python-storm-django-0.20-lp150.1.3 >  A ZW6/=„5}lT, SW82*+Ǔ- erP,*jXh>| %ko`Qy,3vYgHM{Ӗ\N/!Л[q! 702u=5KQ??J^pWRJHQMn;SB_o3cZ~nDqUk%4,7(a Ie ‘%9$'K\ZDz ()zimԀ885d16c0182d8f824b53c4c2e0b6d1a69dbb8824c1b06afde41fdea72aee6c3ced42d565e37a4975fb78c8dbea8c96611bf197d5;ZW6/=„KȬe 7o-Lj>_Ҁȅu9fO8 * o>.,B}|oI9bHw{<- C.*URsȊ\ ` /V 7m8?1|>M}Tyuddԫt7 lCùeW]8YjMs,h)&aPt\IƜrWY!7c`|+LMPe;3Q^&4rq0U5Z[>p># ?#d % F  %+4 d  |      P  \   ( X.(T8\9p:FG H I XY \, ]\ ^b tc!d!e!f!l!u! v!w"( x"X y" z""""# Cpython-storm-django0.20lp150.1.3Django support for the Storm ORMThe python-storm-django package contains the Django support for the Storm ORM.Rcloud123RmopenSUSE Leap 15.0openSUSELGPL-2.0+https://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://storm.canonical.com/linuxx86_64 # ,3A큤A큤ZWP/ZWZWP/ZWP/ZWP/ZWP/ZWf0ac0c000bd7d4ec5ba6bc57f929095e83b1582c81bbf639f4f26f8cdf21796f893869907b9f8342396caaba75bada1edbaa9842fe617539eae3ee8a9c10ad9de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8559b1b22aa15ce4720188c0e65219efcee620ad73928047bea6f9053a59b22ec797ccf981b78301e62d1985b9c0724c2a69b0dacdcf180b5d6ee9adb0b9d164a166ec73fd733b8b1ef004d9c75552c02dbc21d394185715a4194b9e8b91fb30bd6937dd6ac5cf7e128fa23a62f1938e3c1c91aef4222bd0cd0fbfd1f17e72aa29a938fb30cdc8d7a151d0a032f64f1ac22aeda0496c0d02981d5f90c0320e158972dfeed351691f485a73e051922af5bb59a6419d432b1d707c552d10eb0aa3f43caf4a3f4858f93bb38c4bd79c7704d0d08a686d840dd6f8ce8bc397ccef2dac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-storm-0.20-lp150.1.3.src.rpmpython-storm-djangopython-storm-django(x86-64)@    python(abi)python-djangopython-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 1384689600 0.20-lp150.1.30.20-lp150.1.3django__init__.py__init__.pycbackend__init__.py__init__.pycbase.pybase.pycmiddleware.pymiddleware.pycstores.pystores.pyc/usr/lib64/python2.7/site-packages/storm//usr/lib64/python2.7/site-packages/storm/django//usr/lib64/python2.7/site-packages/storm/django/backend/-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-linuxdirectoryASCII textpython 2.7 byte-compiledemptyPython script, ASCII text executable RRRRRRRRRRyN-XV}#utf-8dfa2e54bc185993170a433cfede8d08358adb466f1290da27297267ad073ddc3? 7zXZ !t/[S] crt:bLL ~ګ~"f(ὒޭJM"\\N >6.7rR*荥"60cDкF_!7Fpi h8CCUݫ*W{Ͷ1yql|/AT>5ЛC 5Hr;kUalU 6?p`tXDd%r? mmA_'Ft<I<i|8++мd] 3Z:䘠*dYݙ}3v<І܆?bFu( kܺry;~Dqt:-є]F%Q'Ѯ*al4 sߜm:ytD.o>I`Hp&"+\qyJ׃ˎeQx_x E^|5{ Ͽ}XĤBFx&KC>?io[q6@OxkP%~jqHKdgyt#:6BN :؀6oij~I|:1KOٟ )!…)T ͈pL|\p=J9 p5wZ.X $C}ffHg .;$(]X5{O'dEvc{aZA3bz7s*bܴ<>{8BБ) 8 Q'G}>@DELU_ζ>8Ⱦ+tRDNkc"9)Bv2;$sh(T'M҃-~_uUʙd(Z3޸z K,:B>m[@=qH%` n eD]0K`,U=\ ;"_lx^BC1!irg`rn!?qz)v?u,̀׃\TŶoD7en7ƴ \8i5UJP \wKveSܤgG7 =diy<9fR*.'`",evv^d/qqN70#_Go6|o.Ra?ȰY[V[KVh/ {ĜsbaFسz,Q*#][D﹎]P/Ueo_՞V]d }|>+@Anrn EԒ{K{o~n);H}=B'ίmmeN>ѓ; 07$Q,H p$dh!v"3eRN!ٛ$cijPq ɰ,Az,ቷ?T@ %'5]Q GAgw<mX)G2 4.VW K-w9&} L]SJ2>ZAާLA,Slj ExYhUTW\(h`x,B"`R }e[dg3\p0lE[tͫx^X׭p+vZr$fF$hAB68 U[f %(̚#De+:P{QFNhvcc y]gU΀ с1ٶ:T^dF;GKZ=<?{I]_#vEFUNiE( O̔] *1BNlec|Ӈj0]{V]&_a׹R4FL h#t)y@𯕣`9IuσFʥ>8Sc5DĒq( )&j&5{g}=4 OS3EhdHd"Y !آ8 ױBymP}@b)y>(}'4~bD!J7fd{|Ck/懆 1)<e.G\kp6U`od=WAGޜսң}i1)yjoaJ5*k %T'B10 "fN;]YM~h!e_f99"h ns>{- qE|{ NA vCO6G"P0%0iȇ t~몮,b[ %dxWT`Ɨ3Ncqm.JkׇBR7ҕfmN,5{k" h3.pef8kݎ"JA=|iϥ$o_!tq"|$RyJ{Ֆ F)!0]5cۆVp&C4G 3gp$iV>_@\u)':sPB|)mV-.uHG`E礢BnC=hgj PxDូY>s9bjK3<b% %Ϳfo2]T堲V;(icoFoJV$hxDT,]`r:<ۆu՗)4fUYT@YlT$X5h/b8+/@?mLϛ uA&6bJë@eXߐԌaAk_cVn$U'uLe{Xt{g8[G;4"'#C~LV.ƞؒ~\ "dC`;k pogNX.zr"k.Ig^,O7 Lv{GwO3Ta7¾z=@9Vk?=]:Be]d 0TV X u0񩋞w++q>RN]";iqE׳­M=YbI.Z9V|yb*jݙ渶^}K2D] a?uI;2qX@+dܐ>bgZJƞebgPaNl<4,Di4*~+tgV{c+Tl.'-B-[N9PƦ>=r`)rr`LE(8nۙ.CӁO̸̮Ϸ9tFm aB*-bkKf3( -&Mj%"7[.q;sumW{@s`>'橳W m}%?YGcDYqUR2Ħv%LM 0uVI ^Ɂ¨P~z$ V-O-[F\^;mv}VΗ' 0 (/Z)6U>o[VQ, XSݧ!ݣHcLET*٨[1 B} /DW`y0W x'j`]=VqBseKt.]f'˧rS6@ ګʬ砾qۊHYu UL'C(cUtG e.-!i\w٣-{bV0Ъc6 4 9Qf/?K#\sdW7}NpO:To9w5olFƣJ\2(ӎĉͭôsd$Ʉ :䤽:S`%_(FosGaY95T{"43OH%` g9$>ij^ I `ጠ! L9rLU5D>G,w~m[|o%"vuog .q-衍E_8i$^G<$Y?,8^`JW Z{w%$6ea b1 pOӾ%9bOۂ ֛@uu6η섢JJ3^f*q E*Y{w4 kMb/ Fq7߬vTU_p5.Z$*)i i|A{0j(C0 {L=?F~`2uʗNY;nOzڶe+'(\ Kt-vPt c٧ 9<(Td] nx-|.(S kLd~ci>>rmwvתgDJ~tߐz1S_"b/{KvaN΢TQ)/"Z :L eiz}ktWTLj[]A9Dh1 xt܄ ɔ`8;5Vm`vww%psңaK(x (+R2n#Io:vג(:ַ#Oxa%yb{ 2[USտݎωo)x/d<5/o{oj+Ԭr6=`ȂG3c=}νt$,8`]tnGR<σbG)x YZ