python2-storm-django-0.20-lp152.4.1 >  A ^\ /=„eV4\yZ9)*}gvnyM; [n1l [n[c$ V 3t9QW\G3 vLpE+Y+e dq>҆ff@$jƋt @XYN!T%e6>:) f3*%nWqU!aif?+}UZ~8171622ce054a188725868c5926f591326ebda7aaf0e66af37faf8c2c521325267b05a11e348f648f75a71503cc78250c422a693@^\ /=„I ;hKxVo0b=q[cQ$+8|yhzե#%"] -}YQ/B-3'OHShX3҂nYa̘=(/N}슀ݨ1<ϹОXacb߄Y Fp}[4M8Tq WUi:{JN/%\h}@ӕ%ŀx*:ѫnVVB zwFyP@ j"9Zv>pA'?'d & G  )/8|     ,@t(89: 7B!F!G"H"LI"X"Y"Z"["\#]#H^$ b$c%Fd%e%f%l%u%v& w&hx&y&z','<'@'F'Cpython2-storm-django0.20lp152.4.1Django support for the Storm ORMThe python-storm-django package contains the Django support for the Storm ORM.^\lamb15iopenSUSE Leap 15.2openSUSELGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://storm.canonical.comlinuxx86_64 # ,33A큤A큤^\P/^\^\^\P/^\^\P/^\^\P/^\^\P/^\^\f0ac0c000bd7d4ec5ba6bc57f929095e83b1582c81bbf639f4f26f8cdf21796fe4cefa5a1551572bcf39240ece9d9c662a297e1b943251dff1abe2cbf26ef60ce4cefa5a1551572bcf39240ece9d9c662a297e1b943251dff1abe2cbf26ef60ce3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855217ecf225dbc605868862b35018a1f13cd3dd41765fe822ff259299ce3b3f005217ecf225dbc605868862b35018a1f13cd3dd41765fe822ff259299ce3b3f0057ccf981b78301e62d1985b9c0724c2a69b0dacdcf180b5d6ee9adb0b9d164a166ec73fd733b8b1ef004d9c75552c02dbc21d394185715a4194b9e8b91fb30bd68928003162076fc16cf6f9cf26a3e69e90d3d8e65b187ddbc9abf753a26862cf937dd6ac5cf7e128fa23a62f1938e3c1c91aef4222bd0cd0fbfd1f17e72aa29a938fb30cdc8d7a151d0a032f64f1ac22aeda0496c0d02981d5f90c0320e15897938fb30cdc8d7a151d0a032f64f1ac22aeda0496c0d02981d5f90c0320e158972dfeed351691f485a73e051922af5bb59a6419d432b1d707c552d10eb0aa3f43caf4a3f4858f93bb38c4bd79c7704d0d08a686d840dd6f8ce8bc397ccef2dac8caf4a3f4858f93bb38c4bd79c7704d0d08a686d840dd6f8ce8bc397ccef2dac8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-storm-0.20-lp152.4.1.src.rpmpython-storm-djangopython2-djangopython2-storm-backendpython2-storm-djangopython2-storm-django(x86-64)@     python(abi)python2-djangopython2-stormrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.70.203.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1[@RRi O]@Ni@Jv@mcepl@suse.comp.drouand@gmail.comspeilicke@suse.comsaschpe@gmx.desaschpe@suse.dedominique-obs@leuenberger.net- Clean up SPEC file and converstion to the single spec (py3k switched off, though) - Don't package tests/ directory - New patch, storm-0.20-remove-ez_setup.patch ... ez_setup breaks py3k and it is unnecessary, so I just remove it from setup.py- 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:Factorypython-storm-djangolamb15 1583152387 0.20-lp152.4.10.200.200.20-lp152.4.10.20-lp152.4.10.20-lp152.4.1django__init__.py__init__.pyc__init__.pyobackend__init__.py__init__.pyc__init__.pyobase.pybase.pycbase.pyomiddleware.pymiddleware.pycmiddleware.pyostores.pystores.pycstores.pyo/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.2/standard/ffb69da99bf4c868ef9a1f6f51e74290-python-stormcpioxz5x86_64-suse-linuxdirectoryASCII textpython 2.7 byte-compiledemptyPython script, ASCII text executable RRRRRRRRRRRRRRR56$yaZ@_utf-8b8b2f972b574b07c6c5f5a00a01bb009078bd5766899920d7af4c59796dae780?7zXZ !t/v] crt:bLL WGu+ޘie;^|aͨ\J0#'k˂ ]uK kʼFS7lE}™Z-m[Dbo:OvqU*f3~oNߋsy,L8~O8_\7{v_Lʷ;[dѳrf\>^@vHlh$ HE@5]_1á:E*W8v+(QLGgb"7PӀD);E -¸8: ^C А:1OUˇPMӋ!,GfAOy? QGDI("cIV˂xAD@N! hG0_#3">aqMJHZ\ 9@ߠ[E硁6X YNꏹ+ϥ٭"I3]USln3!`?w%{\@oGV >^$PLED^$6c$9$ASK&3XYP; ]u 0^51ݷ(X7jSH@nu= 5hV Pvk>[ꯄį֚ifǼ!$F% &_F\ n=-KgX>-i52p޺X4wj#WpsNlx-Ӟ)yL[fuQ\nNpl6.EiEͰ>l!4} so&`x]Bôx 暧h\ u _x .Wg/9 9&;/af֠La;IRk_W꽇W2AJ8>9HQ \ھ %zpHX,hK{4?_%" NK4Iy_XI*mʶI}6z#[fo >>5%ۊhgM;O].A &s4G^46r@';F-vzU<(u1qV m:mF_rEz|/ʨ炍%jqL,4~}}4JA)g2ϑZ\ܮ1-+a; gYIS 'JqOZi`s*(jiܮ`{L]r F &%=j%lvEO*ȍբLCwH;Ӊ&IORNMR{T6,]>|$ץ|8ˍ0E5 u iuTf4?C5]9cݺnS~1L2S8/< ] [|("'I$ao5 EK2H :)$:_ms; UTj4B.&֜ms%U!0W9&O&66ɹ2Q?n2)SqS,xb=6 S>ҋ?cPĊK9q|Ϯ^vE0k*_]x;'ڭ ηt@~}Mfkفנ`gnLS#zͅr4C1ʡ<^XdAam~Cۡ$hm9ex'1 /SV#2`0=tW@" !ր3[" x"R򕯦^H^(oPХ8PXlBL+($NOxmÚ/?$73[|H-*YhԳ,u S;ݺ ++g\֨fB)cCkM @to0oFl秓ǒXG!Ž@2`a̦둘"Ur+))s/k8DB:MY>q^O y)MQ5hDJTO 'qO#O.}tS;u[rR=y@IҨӞ8lms<#*$#$9&Z4:bpoy2[,J)AU(Uq# m۠T)Rf-g<c!bk9c)3g#xخުvӊ袦VDSc@e16?毣U@{Ӫk\al}ܩY>y9pp4]mHo`YlF6Ո`N{=TM ~5 #ķ+i*TZp6k(I|P!eR=W@s4䂘BY*tn"i{Y񎘨'pџ>n qpavի}LFaL$ϚOi"i. /OsM~^ "טޖ -#v3ON{%YS=+v8"Jar$  E/#߻,FtgI<^0Nvہk.Čd9Gi0St{6davvR!?虯_"k S#z"$"*R!Ўw ǝe Oh6^tL[E.e(e$Yi; a뫖 ̌D;