python3-gpiod-1.4.3-1.5 >  A ^p9|Ș)rWL#oڎH?1|3 0ʹ=1 >čOSyqa617b4d5a7fb2308d76a2a9f852366a0b76bcb4085e784f760c40489861ab0be316df0900c69c5a05776f1b5b83567f677e7c59eRT^p9|@qC?RFk;d79r7ȬJC=V){qb'ɰ.*?PX+d8:t/ kIP n{f`asmj=b5t{q߂8aDV^Ʋpka#)iRI`Y5 /39|1Xዣ]6>5E"܊)Au])[0 u)S0+!Ár5{P݊@ 7Zר>pA?d  6 %FX n    ! $(-2PT   ( 89`:kBFGHIXYZ([,\0]4^=bac ddeifllnuvwxyz<LPVCpython3-gpiod1.4.31.5Python binding for libgpiodThe libgpiod library encapsulates the ioctl calls and data structures of the GPIO character devices, the latter of which superseded the GPIO sysfs interface in Linux 4.8. Python binding part.^{s390zp38֐SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/Pythonhttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxs390x֐^y08be74aeeea31e7ee78b2c75e063356d2a85430e28a2a0972d31564614fade7frootrootlibgpiod-1.4.3-1.5.src.rpmpython-libgpiodpython3-gpiodpython3-gpiod(s390-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgpiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpython3.6m.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1^˳@^s^^g@^8 @]]{@]:]:]:\}\C@\C@\@\[@[@[]@["X["Xptesarik@suse.comptesarik@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgjengelh@inai.deguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.org- Update to version 1.4.3 (Bug fixes release): * relax gpiod_chip_open() for symbolic links- Rename the libgpiod package (which contains the command-line tools) to libgpiod-utils.- Update to version 1.4.2 (Bug fixes release): * fix the major:minor number comparison between the device and sysfs * drop noexcept from direction() and active_state() in C++ bindings * fix a segfault when calling Line.request() in Python bindings- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow OBS to shortcut through the -mini flavors.- Rename python-libgpiod to python3-gpiod- Update to v1.4.1 (Bug fixes release): * fix GCC8 warnings when building python bindings * fix a bug in gpioinfo where lines used by the kernel without any consumer string were reported as unused * fix a bug in line::event_get_fd() in C++ bindings where the exception wouldn't be throws in error cases due to a missing 'throw' keyword * fix a couple bugs in the test-suite * disable a failing assertion in the test-suite that stopped working after linux v5.2.7- Replace *_number with *_soversion- Enable build of tests (package gpiod-test and libgpiomockup) for Tumbleweed- Update to 1.4: * New features: - updated the testing framework to work with linux v5.1 in which the debugfs interface of the GPIO testing module changed in a backward incompatible way - factored out the code controlling the GPIO testing module into a separate shared library that may be reused by future testing executables for different language bindings - removed the --enable-install-tests build option and the make check target as they were redundant, subsequently tests are now installed as a normal program whenever they're enabled with --enable-tests * Improvements: - removed unnecessary std::move calls from C++ bindings - added the explicit keyword to bool() operators in C++ bindings * Bug fixes: - fix out of source build of man pages- Add conflicts with libgpiod1 to help upgrade- devel package now requires libgpiod and libgpiodcxx- Move libgpiodcxx to its own package- Update to 1.3: * New features: - the gpio-tools now have automatically generated (using help2man) man pages that are bundled with the release tarball - support a singular 'default_val' argument in Line.request() in python bindings - the test executable can now be installed to the bindir along with the gpio-tools and the testing framework will look for the binaries in standard locations if it's not run from the top source directory - gpiomon now supports line buffered output * Improvements: - tweaks to the C API documentation - treewide unification of the naming of local variables - extended helptest in gpioset (explanation of the way the character device works aimed at reducing user confusion when a GPIO line reverts to its default value after gpioset exits) - the source directories have been rearranged and the src/ directory was dropped, lib/ and tools/ now live in the top source directory - minor coding style fixes in python bindings, ctxless functions and tools - automatically generated documentation is now removed by 'make clean' - all Makefiles now use top_builddir instead of relative paths - code shrink in configure.ac - add a brief section about API documentation to README * Bug fixes: - fix a segfault causing bug in C++ bindings - make bitset_cmp::operator() const as this is required by C++17 - ignore 'remove' events from udev in the testing framework - don't segfault on num_lines = 0 in ctxless functions- Update to 1.2: * New features: - new contextless event monitor that should replace the previous event loop which caused problems on hardware that doesn't allow to watch both rising and falling edge events - port gpiomon to the new event monitor - deprecate event loop routines * Improvements: - many minor improvements and tweaks in the python module - new test cases for python bindings - add much more detailed documentation for python bindings - coding style improvements in gpio-tools - remove unicode characters from build scripts - improve the help text messages in gpio-tools - make gpiod_chip_open() and its variants verify that we're really trying to open a character device associated with a GPIO chip * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings - fix gpiod_Chip_find_lines() for nonexistent lines (python bindings) - add a missing include in C++ bindings examples - correctly display the version string in gpio-tools- Add python binding- Update to 1.1.1: * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings- Update RPM groups. Reorder sentences to put the library first, and the old sysfs interface last.- Add C++ bindings- Initial package version 1.1python-libgpiods390zp38 15914120911.4.3-1.51.4.3-1.5gpiod.so/usr/lib64/python3.6/site-packages/-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.suse.de/SUSE:SLE-15-SP2:GA/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e4c791a0eb2d48eefa4ae14e8be5e3f5bfc64aef, strippedRRRRRRRR=?o(@Poutf-83aaeef30e21e93e789e90766cb83e6418d4057e491f2cacd41ee172450859cb8?7zXZ !t/ק0-] crv9vW9O>O!Rͻ~|-07Yݓ:Xڞc6LG^^#E(Cܩ+ZGH-<*GbOZ,~Rkr/@8sïy )Py0PU0򗐤lp2^ʰ0 DxP2n޾,pDvο$6A NQ4)GĄ&u Yt|dT-l78XҝQ 6_i 6"a!Ɵ2fzo2^K(&V&@JB[.(w둱swɂie]NLW 42gHcIjEiEVKDv9)KS5R94ꃮ m-{QQ'^\ #(VAkVMǬNacM5 9GMh/侹3zhc&:ԧȵ"¯←<> w5£)OOༀT>’N~y46(pesA/)3gRn6h"\`*[x Ǽ2ԛc#GoA C[Uq`no2c_#%ΑhUj06{(u)*~r~C)lF%VG$&` @X*3\Y]Zxo&ZcB<+lz;cMz7]c,"ndaKbG:ΘE_ "}f|✔Ԟf[:a?jE.9\cu9QN'g)(Ƃ%T<^QR\yF}T/luY/*+{8ğ,e;ÖMiXZ7 %Y*)P_"\\F[V,=IQکACv208?ֹhWM8gWq h(TRjv(VV)ՅW=X0xuVމ`&DKEC8.0JhlĜ#Í͍=Xz<_3x12pNZZTPU"e<bNYPLTCNK%X|Cbk~AsĬywˍVMVCEܥ !Ef,C y5Fz$gs{lߓLI;6LsFsJx@;ȴ{TUTfftBpF$|,wh5|R%)MN?_ \bKj/#Je TTnDsO:2ћv0F?,bl>B $9`2b?yxTm㎼@B/20 \z mefվF*˾󯍦{7e%*IBIg$)BpjH-@=#8*lG1BD߯\% %-ɻƆXm䲢 "s݂Lwo|*l8ܖ, Q`!Χ1V9p5dVX$$nTK1`xsOjV!w'M:|+,zLu!|;~(JrjZV1Hײ=Q$=3Pm f1$ezXhqX3- P,ڼE7?>ԉ_+sYBvC;X܂,J)~%l`/aƎs.X(Y.2BCBr1O1˝f0-ͿNϴ9K ޏĞMzy^ϸLO˕dGڐLB =X-j@E2iPxmpt;Xʡ g@8`4˿KO=½)Sji=iXP&&TOC>wn=WrhM ByW vs `GؐB%_GKQs90—] s~%Gr݉PIfcaV{3a)у+-e-VFSn D.|z|(({/N/΋қ=k{[o%cr.c Ц >)Fޜy{ymqWXɦKgGBkYIWt$f^`BcHA+흻InL?GBs-#!~"2uDoxϫ;G4?Xc9I,X+t` 6,6ʯpbK/v;uX둕QF1x ޑtŘ{|r!*b,~#{Vo6ն}Ú.;gbTPcNtWPK; 'r mrOtfYlnV0fbYTy*x` 5# 8:=ySR+򿓟G+f_L)k&1O4Qj,۝'p WTIa$gnZjuqz<2o͊O&Zܛ3nx+[җ$ujr~z ݈H?Hf Sus/4L)7Fgx [{ϗ@Al7:΀y{fꡊf吕2JcAA_q)Aw$h7`*Oheآm-0EPv2.ظ\]]\3qGֻqCQOx}w0^MHW  F0Z+O;_q$|92hy- @`NhE؝#GGܞ!mz ,ZNx{ c^::@7L4CV{)d<_Xm5-K@zi}T*GnDŽFT$pMG8.hW9VJȴP5<ޣZR%hGl"T*!`X^2:X3I-z˜sq n$ץ+6q3 5됙2Szݟ: {VW((@ N(ю9}Tʮ'VdlӬ`04K4}VguKag^#. R_,&B#{׭[7*-tKpo w;xt]t$)< h L."\l?k8^Z5$g8W=p3ǏN[N9 %>'I3H[G;HEQj2pT%a6r&ze.:ɨRfZK2Tܟl&9Uv3U~51'7$)p !c~2m̕* n8ÁQE[H7 9:'` ٵ˔9E0<f[g~8-Fo6IO(赹=۰fz&efڥ^ِs  {}3;tQ\ɫ4S)~" e6WdSnMu;ǵ h$6Ѻ%C.UXἦNiXs_Mwɇ\"9>5 DeB0Ut2w`BYT/'Yeo{1E |Hԗ2ÉLq.'`B孄㲺{`.D&lW-_vEPN@5O5s|jMtTcg/֕("%a,yRYc .*xDMm֥xTC 8niMW.v|Y*.Bp?I702|9Hh4[^L^?-   +% }3i*<e֐=؊F'Be-aBJM֘6!?y)vT Ԯh=yhX-]WT&^zŤss^(#W+"YK[ypmKÏ(\q[OTi⾢(k?(%j'C)^޵6H)u$\dƶwNv?pc#cDĊ]ᪿ z:I , 46p}U7hⷄXHhJK+w-\[<rJ5hK}/S}&1SUҝFbyUDH5M<\n'cid?gCY~2/!`1`xqƥ]6\=@nձ|Dw )i'\f,,T2p[`ehs%;*~|p=L0pfO$se' GMoϏrgqu>wEc !juʩ*(!%vH?oH14v~ "mEX:aq9aB;Eb1M6yJ^u( C*y8$x"95Ot)wOo<,zpUIu LnzT?pk\k!, Wy\bʌxr5[ X׊7ihdfEZ,Aŷ;֙'~p^O&55$R|DWzH.(?C>ѕ < \oٖqGY^wk2 ~K'UlGw7ጝ/Ftߚl޴pd+pͶ3enWNCT4Q.h=dєvn%北t7'[9?=Q@ڲYru'4b%_&vuS\OqL(>7:Y/Ӑ RBZc&Rw"{oI9hU K-L5Iz#[N ǵ:(bb#E/$ @V{r<|@a*}z%H&NFM{u}"fgHz#\~_NyqbW(r#/:`cE4<`r@>cϼ{A_ z$l[&T8tp/5BlMQV87QZXqs啘g뱺'r)"ŰË2E30JTJHWߦMw8Cyo(BKV#,km ?'. .Z7_,+}LAsSɍ1"X~X2;t_G-wOWVbhC&!71}YBB"t1 zbq(iv{x~:z64뎐/M錼ga(vp|tS)CYbdKv7f5 m2 >s|+r]JStNuF B겭m%&o_\%*#ȿU1`_X0vwb:Bm(Sr<5*x'M#q|TcQA{ d}< p%3K2_Dk (pf|B&+qZAϯӳ]ag;92["ΡŨYۄνf3i _ghDT-71v&6 983lNi`kw>Y B1ThnL'';X;7LrFaJC{Q׶y @K&΋m b!+Nh`S7Pki#nE]\|ZrcR[D⦷|ƶ2)8)H٪}v@r~OKwXnC.jLOƐ0ȭn^k<yK`R/۷K =,.GLC01+:]w]m?IjgSLW뀌 v$v L&ۧF!q{#T9A\ۣxCW&.m*f\(ML@XuR,S/sŝct"0>D+QQ)9v܋/ӀRӔO[Pz>VbjcEA0RɃs.~ssN_F]=>$7@ b;,['x_I%ԢD\MZ/Z!6fva i{}p罄#-}SO.\W%=G>zw'#Fw=Ƒ S'>Y!qIَ4!o"{̾klr65f0k{$?|xx@h0 AL.h$oܾ\N|V]~g7.;d"|D,&dVY#;C Ȟ\着fZ]Jr'Z=6ZNezE[rE_6ѽJG(uѺ+K _໬!X"1 .M܍ҹwLnɀEl-zʷ[G^xB#6JpgO^0~k4^3g%ҥD [*$x08Ͱa*06h3 j|eCcŮ S~a|M_XTU\1})\#j߹n^$!zS=ߠ=x754AuK2%awWA91ˆhnNkE1n#/e޿B1S̤( AM-f 3K6DoU8׆7 }* # Tu8⒃3M1Qh^8Q]TzJyY#E#m@CVW84YkcÁ^"ЏE=ob%|(ȍVzRb▯ us={TۭBZ2b$6*Xg[U(KO7HE`{a5]%ޯYTqSrVU勎C5 'y8m* On_ѕ*n MofL#دgѳҩ@&;?zO2jSuv Ny>CTUƒ C?SMUCh>u"]7:RZ?t!%`SZ+YEdX ^wB]gZ,:O bFw +3H^hJa\2S)^\&OIKg j*,gA2o `G"[*5',; nW=[{"pG,^֩gyziYHEy\RF8 bU;Zm( eH R 'c.6kd?}_RTn1=[c)ķ 56o% ~9!ȴbKamX[p(LYwm3h?яH Dva)V W3zeijg}9GuY|T*=b/Q}^s= XPs wc|kF J}y{hO,*xxpT?$!]6%-d?!Utg05EPyꖈtA. 9މj5O_I^x|0"imH Z0#Kyep>&߉WтaF7Y֋{M2̅ V\Ze6I72)IIe 3' jHSBSv!nצ]aƸu+q C @{ j3˄J]?\S4i |r]*ta/a7cQzw.gM~5miyց6_gt$G\ҙB%F 4ٝ6<4(45kZAXڛKfW?%wq?8Hsx"SFP̭[HCvɌNsSu4 "گllR/` >+nJuip*G#-TkӠ=fcA,\<YVR2l5)ٿ5/8MlmQƍ܏' vwxv[ʵ=-^?.Brhtu{\5o '.{h!fSZW8[cump98O~娷AjX)3"@KfG[gz,a7\C &Yp)^"oe}Cϼ 4 6EKz2ɰ;yܧ5ƳQ͒B' ~ `N.׾@<6~yMAnS_ e⊤UOS@%ru_p#5W63ͱϵ/+¼P}V6E /~,{ l2ʟ̫,Ađ94]uT#凝岲F$t\Apw}iq9~0QyUq`o_<Y!afŮ'ZKqP=9i 4p[t s.@C"ٿ}؄2#pxѴۂ` YZ