python3-psycogreen-1.0.2-14.fc40 >t 6 6_  6l3!]W>D] 'p~[yej 'p~[y̴Dŧ:AG .ta ^R1:+PMϧ{ٷl{Ez= N~o"=84SRY9x)HB/.8OV.VwV dw"5ڵ?~' "Y3H2dO? oCANpz`VMiCvuuc@mKSe܏dYW5&Qe^h1ELz/D4qbW) %ǮMpZQCJn "i)}^ d1>bε2ܛQ){abc8d2d6e01fea43fec748924c111382fa6803a37d52aa0c35c00e71686499ddad88d4d5037c05b07699f35242f777a91bd8af98030204a3204a9e00473045022100fb50ec9636a031131002b13822094262d260cd640f1c19dd19de7cac959d2e0202201dd566d99bfcf369506473ef9b9d43e3a57f184e3b3f0859ea26b80b042a7728030204a3204a9e00463044022016547adbea93a9ab3620266d15eda9ba13b18ef5d43c59928084e694e2703d54022030d39095733f6b1e9781abdf85630a8d78bd96dcb0d2dfb5faa56ce5e56619d1030204a3204a9e00473045022100f467cdf3bcabffec575001e5b049f2d8c98ebb2aaaa1f122d86898f974f546f8022069779c98c3f0e9f0c3c56834ade2e8d268464d274b26c03e45b5a3353981fdc9030204a3204a9e004730450221009bbd076afce602a43563cd05cd4d41e6bfe6a9289c34eaed9f0e0f94333bd3b902201fa57e2fd6de6e0df7ebb3e34baa1739f961e1cfd2956612f6d9a1f52018a9bb030204a3204a9e00473045022100bbd57b27d2a05552167a6271a47d55f8f5cf166c5d6bf980b09428a09760f6e3022055023efb00916ef67b55eb6c9a223da268c91b53f5d6ea6cea609611fbd1bc72030204a3204a9e004730450220115452df3d34390518a6b38dd8b9c6b5851b8f5d600c01030d3788e779d70952022100acac0f340ded6f0c507a970e11af395596926d00a1e76aa102f7638659e80f9d030204a3204a9e00483046022100cc1f505a7d350bcdc4b73e6bc790699db4c427fcb232bd6ef1cd4fd54d89ec1b022100dbe6c4102046508e2cef9dc205457f8f22e38a61222cb31dcad80c82e506c576030204a3204a9e0048304602210088deca419c02429182d93fcef5a5f76e2c7aea5e0583c8d9b2a443e58d5b5d290221008aaac1a9594a430412e6c05beaff9fa7f92efd1c508f246e16f32b7a4e011485030204a3204a9e0046304402203658e5b530e26c73f4454e93be49ed080568d9342abf6a1e55990d5c929d940d02204fc648773a3249337c551b65d7a5a98f034ee710cfa1f85ed48757ac95bfdb24030204a3204a9e00473045022100db87f544650fae3bfb417f5a3eefaee9633ba52dd8af19d0d392800d6fa78e38022079daecef7c72deff426d4f1c9bd4698b6be1aadeb8a7bcc4e6475926175eb600030204a3204a9e00483046022100f76888d9edb78975fb4022d5e591378df870fff3636815dd0b634f77efa6e3a10221009101b6786736079d95ec668a1f4bf814e7af13eb467782551dd3bcae99bda7e2030204a3204a9e00483046022100bd998d5e932f6fc7b43f9b407d824edcb2258f859f0a30ecdc7c2d838c385b3f0221008ea6c00bbfec31853bf1d41d13b5e86157fa73fe3a33a636c01ebbf64c936e16030204a3204a9e00463044022057028dc204fcea68811fdbf57e3a8dbbe737c37aa3b4804468d222b905f5d6c6022010ca0446c855196e9c3e6b01ed792a178449dead5e71f35258a6c0ca15676df2030204a3204a9e0047304502201f2606e1cf9df4fcb7a1a940fb68a55e0282afb9759d585aba2cf67f12c86fc60221008e900df32b6ae90af9fa9008d425cd5170e9b3959165aa0c250ddfc95784f10f030204a3204a9e00473045022076fb1cae6b5ff4adc6372a68509604c644f5128ba9255fe63f1935eff0836821022100e85c18faea28cb4fe70ab041e1793d9947ec62e3d298d3f7839aaaf311af7cb5030204a3204a9e0046304402205db58665b9b63b83ca7f8cfe1c04801a0cad6f0fd78ea8ee840823dc3aee2e5f022068306ce6975e701501e4d733dc42251bfbd003b1c2c17a9f137de4eb6b055def.53!]W>D] 'p~[yek 'p~[y̏!BS:ҵOu^[08: 2~Lm`BHi#*%lظ[+Y.Q6{hMhn?#T5*[qM'6,drGp_fuX>fܖYoYY}sxG1n}7\B`g)SE`A?d # R+:> MY  8     u   \   ( 8 9 : B/GDHIXYZP[T\d]^0bodef l t$uxvwx\y \`Cpython3-psycogreen1.0.214.fc40Psycopg2 integration with co-routine libraries The psycogreen package enables psycopg2 to work with co-routine libraries, using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified. Psycopg offers co-routines support since release 2.2. Because the main module is a C extension it cannot be monkey-patched to become co-routine-friendly. Instead it exposes a hook that co-routine libraries can use to install a function integrating with their event scheduler. Psycopg will call the function whenever it executes a libpq call that may block. Psycogreen is a collection of “wait callbacks” useful to integrate Psycopg with different co-routine libraries.ejbuildvm-s390x-19.s390.fedoraproject.orgR#Fedora ProjectFedora ProjectBSDFedora ProjectUnspecifiedhttps://pypi.python.org/pypi/psycogreenlinuxnoarchk r AA큤A큤A큤A큤eeeeee^Qeeeeeee^Q|B^Q|Be^Q^Qge^Q|B03025b220771509f561dda48b3f7e00589f41c7fa57d38255ab5a2386eeb1358fa3d7e17e82d10532b21a5772ba61196b70eb9aecfc18b5b34772ab16390961001ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bf04e72a31433c07e595683e1495d82c69a716af41a2522983a6fc1b6b35a60115b977c3197c27a30503567ba103267e775c9478d049080f09aacede881c1c8c00a259e2d54e61daaf2700037e35569f6c98d67c5b0b553d441a96d6a7afe73a60a259e2d54e61daaf2700037e35569f6c98d67c5b0b553d441a96d6a7afe73a67dc899357d32d8eea0d927393c1974ac02b4edf6230b0bce9fa87541bd04ce837dc899357d32d8eea0d927393c1974ac02b4edf6230b0bce9fa87541bd04ce83730b94c4c83b76192ab032eb13c883cedce42e324c10852cd319c4c5ca5ed153730b94c4c83b76192ab032eb13c883cedce42e324c10852cd319c4c5ca5ed15332edb5f6b29aee3fc9a12b69223d95c4f809ad573eabe0e5370647269d2974b2cb7bcb5d1ed14d2c421e2092dae1a9a8f60693cf2efe7f26d12e0023ac60b65d7bbeb52a1753ddd29b5fe8d38a8a44d4ee8b41908c00f97c3c363cdd886181e1db8a0dc601bf9198bdca3d34a46f0253def238203838c310571a2aa7bd28e6f43cea097dc8de669e6794898a0ad0a1be9b6c9d7ef32b044c2b49b70253d161a1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-psycogreen-1.0.2-14.fc40.src.rpmpython-psycogreenpython3-psycogreenpython3.12-psycogreenpython3.12dist(psycogreen)python3dist(psycogreen)@     python(abi)python3-eventletpython3-geventpython3-psycopg2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)3.123.0.4-14.6.0-14.0.4-14.0-15.4.18-14.19.1eeXds@dZ@cʂ@bڑ@b&Fedora Release Engineering - 1.0.2-14Fedora Release Engineering - 1.0.2-13Fedora Release Engineering - 1.0.2-12Python Maint - 1.0.2-11Fedora Release Engineering - 1.0.2-10Fedora Release Engineering - 1.0.2-9Python Maint - 1.0.2-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Rebuilt for Python 3.12- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild- Rebuilt for Python 3.11python-psycogreen 1.0.2-14.fc401.0.2-14.fc401.0.2-14.fc401.0.21.0.21.0.2-14.fc40psycogreenpsycogreen-1.0.2-py3.12.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txt__init__.py__pycache____init__.cpython-312.opt-1.pyc__init__.cpython-312.pyceventlet.cpython-312.opt-1.pyceventlet.cpython-312.pycgevent.cpython-312.opt-1.pycgevent.cpython-312.pyceventlet.pygevent.pypython3-psycogreenPKG-INFOREADME.rstpython3-psycogreenCOPYING/usr/lib/python3.12/site-packages//usr/lib/python3.12/site-packages/psycogreen-1.0.2-py3.12.egg-info//usr/lib/python3.12/site-packages/psycogreen//usr/lib/python3.12/site-packages/psycogreen/__pycache__//usr/share/doc//usr/share/doc/python3-psycogreen//usr/share/licenses//usr/share/licenses/python3-psycogreen/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=z13 -mtune=z14 -fasynchronous-unwind-tables -fstack-clash-protectioncpiozstd19noarch-redhat-linux-gnudirectoryASCII textPython script, ASCII text executable PPRRRRRRRRRRhttps://bugz.fedoraproject.org/python-psycogreenutf-8c9dce86b8e5e04690e5fbdce4c3738f3f65f798a666310a31bd8454868a30e29c658d4887c955423317fec3176b46fe7fc9bc25108333a7d3fe45658b97f2b82?(/h HjW'ОLE|)O-E<'y1_0C mlbKJf^grdxEw(%su/V#,ilY)v}#M9܄''Wa&ڍ0QP dYrpb7B8IʺzT$i?9G _v}H1WiYV=32O)D3* NTq!Y 0PP5ca6-< 4L6$g TPK+ M(%Uz!@4BA& ϣ@f&jkh?Ӿ79ZeG,eWm0+kt2(G݄FlzmG Zޚ&#"k1IfS=??XeusŠ#i!K;Mi?eu6JwES۾\jI-J6K ڳ)Cnvh},ܮlLw, ߥҾ*{(t犧XISQtuډ=hQD㜛gdLZhne`E vxt:B0\G`.=dȔ\lL W\ۆP(5p0y\#/)t=B* ofO l^lIHߝl`֯4mzep*ۯ1ibPMSirx>kp`XMYeEi-9 X, ,*$RY8lBc-a*$3iœ~쪞Vɬm{1p3?bJь$Ixi2@39BD@D$@DHAҌK2R/6yF'cQKnsFB f&Ji:PQ4hߐO0N la+aAO WB}M\ᶋ/b X@iC`{]N9f}e%*!(>" JEi=bT9JuBI"`ޅ.M]zmC<dv Vm|m_B`Vn DS/).K#e<Н{dT8znnq-TV?Lp'@ݾ1RIzJZj2.zuxzVjGFpMع׃@{SY"݆g5aœǷdW#A8Î淟ё"pȽaS`pEHp<#6!Oϱ\kCl YAccQЮ2=k9W!qO[yq6[zm8Gߑ C}bMBF_ipje(Za|^6E^L8l;0PXmBX-\[^0~S¦)Et=R큊pWq+x==)P=,>%F)>q A\J4#z'יi@gފCVޙϢ{8BK4!ybybȾBni4&鞲m~hdcfr p447`"%bB (pDy`: y(SO9Y  G'EDIK*RZEh{G0>_O~#٣8UZyم7LBAJr;t Aµ9S)e\Ď?\.)JEKTu(G %F*_pՉ7(aߑsPQJ60`6c,sX)h3Up}Rx|]JZndI̫,j%_n錳>c9J]-uXY_sA70r].n7=|x.Owvo v?[]ޫkw^:ܟO\/7t~u9ff]ָ up͘\ q}z vBؐ!EiP7dnrAdjfbj s̒Y5t;93 A '哶sAAƒ?.Fy3٧0#٪0\$,KER>dF1rXCr +YoR -})5 'h#K0PmT떑S+24RkjKDxHp'pjladC h)$`u$- LN"8Yg1O)[ [ 6r9缲T4r)Eu!td^|pAmOW)*]C{̤TLv|A'SVɎ@hZM#I6$D,dΫ&P?1 Ij!spY\VDVC`!Åsy@AA#,G JG "ꁱBE F T~ T.@F*''!q2@9Gq)㰅I). DԊ [, $o?133")HJc")HgaN!~҈,F!!B1D@D@"2E7i % \fiQ hCFXxX2-BB„KC~Jx?),d!v诔{zBU  :#Rr [A%P-JmppT!w'Kd/S+囔paJ 1ş}0XRIJs_/vpQZIhQE@#fW䙶 #.acOŬy+5e>mķmxXZ&v y.fEC"&&"M \,%!A`Yܻ}c;PT6q]Wsj h= !F!0 zC1n] -levǘ.& s?s8a2Pj1$qA著c Qq>IϊaҝQ>k~Yz +0mI1= %ϨCk0`am3HNx (d =x WWb3dB&_X?qf9y@=O4C94,'n e$S1'AЃTCl(V =hs'^Fq|a.o ,w\?ىg|dkk'1'*_A4{|4iDri?*b [yfG ( !+yNDwA6bš2nAaٴ#jH !1޶?7o>NJY`BqX7![:녁ds'S4{vlL`ݡlhk}Xav:drqgqU_&i濽bhHR|fFukNScD*Eb31_":%ȳ a;,aS`<%'Lݵ:Tn $l >mP:B"pcڿB`y\*dȁOg͠Hm_WfY\sbP G~G,/CcE0d.a.Y ӨgPeaeM,j