python3-gpiod-1.4.3-1.5 >  A ^p9|B(VGrz#umњO7PŒ;d,xWkGH;{O?1槾t6P_%c5 `<]6. gEsɸBs~kb&Խ3MG><e |߈r]rr`X2UsKD?x=[9uqt8^Wt7ixQeXF`z~!d@eʊ%6033d7df52ff0c7b3a025c9a11bef00b6d6171d1c080c8d47f75cb1025aae520e180c84f619fa309e12fa99adec02318a711b7eaZ\^p9| w QB5y V~(px(O!0.=؍乶C,wl/]ZljqarEv|OɃ!5{YNH;|`VFPd0~FnO6|B1 H{Ù'l?T8>pA?d  6 %FX n    ! $(-2PT   (89@:KBFGHIXYZ[ \]^bAcdDeIfLlNudvhw xyz0@DJCpython3-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.^nebbiolo6SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/Pythonhttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxppc64le6^d28fb31eb12013fd5edb9bdc35d4f9a3f0b47b3316204002a5f3d00cadc8e1c1rootrootlibgpiod-1.4.3-1.5.src.rpmpython-libgpiodpython3-gpiodpython3-gpiod(ppc-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgpiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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-libgpiodnebbiolo 15914104501.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-libgpiodcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a442d47fa1dbd02e7a59daf4b56932941addad3c, strippedRRRRRRRM+mVSAsSw. utf-827843f38e8627b6ab7c4361ebeb306587b644af873673a912377534ede31b145?7zXZ !t/88D] crv9vW=/ŭAY-)N 7֤&{c=AE_yLMft{Y"H͏84[ G,OJ/1" op\|yq"IvVc%D~x!%w߈*D +p^-$R&D1z,eQG#^!\ b n"ʚ0w- &CKn*v՝,ﰑcd! qџ57ZAB;}ΗZ4DJcz0"+Th8v7%EZ@x͑sXIE=!CD-ԡa#[Q]n+tdYr}Fx 4b.@1kU~0tU/Pf}M svOG<&j[:vzNSUJ;آ>G -4&1K;=z؇ )?o#1v8F`{LȧP=CHKftm~Lü)OH&{/$ِcqu#KO}JˏS~ˏ ((W|TN(xͪlAhzsu8.U | <: OsUsr{"Bg:$`#? kOUU%y#F!ؓ⦪ηݤQߢYRMc%b/:)j.W韂QB0Ra+1\ێ n k /Û=d;%d!dY#xBuI\.*m%Cr"tԥn4QV1#l!eG aUxYhh.2'%{x-=?9f1}k$lz:JvFd)5R:­):$ƕX&}Ti]8wC2^ZO#/L}m T:z3&HoWq)6QQWDX@FsՌ@ֽY}.R sDb2f۠ԅ\qL yB'T]~ZY|4dC,@4a@⎂WA=W2)NWGS8i:2*+Al cdF6Պ4;4 rTPo@:iꉰw\=jmo n2t -Jـ6TbE+^2U͂TC c8j0ˋJ>zK3  *'VѵBވM _MF?-YE ܿ.Jiƒ* )^)xYXI40Ys: NHdu- BBH920N AJ  ֊i' ?@7W.Zs20\_)V֔μHEQ4D<؛pmrWwz%lᒘ.Ļz<62#P,sYHGxHqکZm+| 3AX&YwuB'tV^ҳ1j/K gt#ș"w5e?ȜSp&"'ҝ̝n}>3 &rmվ D7XJF#8b{RgzWhd^` -s~i@PƉ [oc\}94x)$6 LK3𧥼*]9zKf-, D>H Ipv.#e*ik|b9@X` {a%\n 0q8K$(_AJD/3K\ȷBMx`%x3$ |Se$: _=5- K[E#Lgp3)ě&Ǝ,%UΘ, 3%q˿e )] "6b-IC9ZobVډ%2X`4:彲"qd?Pbgyɰ1Wvn_qHfE)C>jNT1GP0aWS.Qvʭ۾O8N `Çr};mfq#Hi$ϏrLb[uw89eK)`mŤPa:If >j[o^1U^^ >~NT&^9T#45y畐*5Lշ"fIXqnH=xwLF} vcЋ%/>i,Ww==gc ycĎqԉi݋V֢wG\ .oQ=Ȇ]gψл xW QP{j!iķFʃm¥l @q8(1*qC Z/"-Ը0,Jbk Uh=,?@b1!f&/JJF~]cK澪oI\&ejBc9)8"?hk}_*R,I +?]?+h}4N{34D{4Ȑ>.}3,% Y441 4sF Azq&mT'PDxigV! *#NS9< HVV5&"5o O"v̷(*L ="`%=9:):햟"CYth9O~$]xTlx^7F22"JD;[SVb.\JǦHNU" 'n#ߑoyH 4e\pCa66|\Muu \4o;xP<݊d,r1xZ5{`*#ēY5T-/e  թ*Fҥt$y")q=4"vKubKX .kY xmxy8/'ȌK$!4ܑ D 94*uFu8Ǔ&!ٽ؂UdTn'b"kZ3AH}"8qbM)&rԪ!K 6M{jǦ,!nAU'5',m{xXfUq@h E= VgESr`aNC_-I˜S#(Eɂ[[{C¦SoAhp+T{Gh2NZJ6c崐SzE;.s:-uzx^sqډJS7շ5al[ ^a$AķH jrPsT$T"a[4 .쿔i+'(е5pWME㱍@=l~8@߱G`Um Ȓ@n/k7ej \O dībC,UuM&y8M5u|} zxl8'[>#eURBC)־HKvzqg1RC`R\i>PGՆU97c.A<-K!+:M;WS*ulR)bԼ&V-IjtdUgm v>B)1/ lN ЋggwKo0U FgHjྋrAP-G{ <cVx4eŔ$8 h:) J zYoBaFuryn#2=Ib``2hf! L٨'wz)E@^Cm/ft=I}^ox˽|jP^'y,}A*=pU0픯".\|#7+ V.μoT|Tk @.kz"EZcF;֦a*P1\ݭI)\o& ?/}mԸcx"ďEwޣreRg!kh*DP#ȞW M3+BYpYRv_%9y6ϗ}Eu'`AGЂvϟA6i0PP2˧CBRU=+(Dund^ 2!ʞ6!x!v٦nPhYU *POTk_Dko ;<T*ZpH)hMsvƭO;"wACV_-ܖzd&2V).hfQgly5)n:CzoHBIsnϬ" riCVU`9G`i|NIwkPs,qp֮ 2 ?)Q*}d)d800|6*vpŝqBƍ-si+֭^ )?`7GS^1s$J6i8H;3 ,~#ņY4kW8D)o6l*@uUA eGSDdIyOXZ"~͌+U=/a MdnrHpjzɛsS J9wRYj"1;#e~_ EGmvjDEe'D0B iqsxkg8k^p;-c r@NtE4^s ;/2W1kXZƇ.냶Js/ఄ Ф `pyMKN+,F gK!'R"Y'Ũ33tWLN1ɞ?2xE1.y}P"X]T (\ )S2k0^TO)Ő/Y6KE IHMJ\lF~ɍۣ7(ɪP[=?n2]lf/_r~ s:׍;-'R&'кM(WsYKY5.fIөSobO𤮽2qÆ.l ށG *Ș ۿҚP.-!'J[8>fcE?>Z ={ w09~ @SBO:Y%uHɎɆlȅɳ 3}͂Nj(kCA'g //۩<dF .洢d!krBxR?z~қgGd&) *)?fUد,cT lWJK]hH ,uslxHJn~(~9]8h&'VᝂmGPAqOո)=6{&ӓAN 4BGM8 _= )&H@VUWXW㞀ݢ7z] caHgSphy4XtRk%{'JƔ@n ^b~ٚ$6ZTb_' d좃]Ɛ'IS!d!N%STmԹ3&DROvӰ ;I{mw&$DuxBڨ/cjBʾ,!ykHk5 x[г^1ag694i,#cs_SHEӀYs #i^ʻ)";F fWwcJ[RDmP!+UB}Kwd`s49qc}.dԟ9FXBvzؒƩ$ԿE(鯗*,l9\g]gss4cѺ(MtW-CP4F`+:Lڠ>yο4]EU5=S`g (@ЅKjs")1׭Y̾ W."掁Ƨ+G†z-WtMmA˔ zA_3hԮ_rgxZF:Pٱ7_VVz/ G|Q{ռ^o5 ;xL@V-2D1mMO~Xw{cpG&!o3\%~ ! Zcdk(&p̾R?tkL` Ǧ,B/o"3:zN6C;yvAH!|: =rv/_HZ9~8L]$7 !@nN|x)7r"E%Ђ].FdMAɌ K}ث@OrD0|E:7JMnTgnv=%bR9EW; MzOvJ2Y0T(w@| |Qv%DQJ(gNG p/$E%. 0sf.W#UN-Z5p arۃ&\'z;;ܵ]!+]P}*pvzPT051H0gIcwDOJXnjL坘 KwZHtW #]kxoY'Cd3,)|!MkK.,`v l ԻA)`9cUck0qDEfc\!sUk8w/5_/!ʈtI-Gr4͛v }t 38L%FkA}?SHpuH釴 EL7Ɗ8ܲ<|*aZI}/./GLbkb7Hd,:M2;a€nP"'7ɳ)Ϝ::BN̊5(1Hts7gsFte9ΔԚL^W5+'P ʭ^j!O*խ7t(hqOa} c&r ~qW/L"(HVTJ?w05 m a^$&qmܫPhOcLee a7_u _mTtyG7i'w_> U`00y4z>'uYR u;:#5F.c O ^>(?0YBtf˜`][je#Pq>MDE-6eH ?: OX %s1]GC?Fj Z]k$uZDOUjm89!D-10,}- CH:ĭ_@tFMw[Jir[MmcV=7UZZMxAaxGVmQq (Ư|L |KqS0tFUQ˩3_s/S=?orF^#1mE0XV;&Oj:@<1xV>fH`S{E +^±_1!g߄@xbÏT"{wk$ErU/QVw/_huE7>%c)aL'6R/}rհ}\\Rj41"f;D7;_t#~uRń'?١;0CLm|>&[#=GT&ƢqdT VJn[PDcZ$h:u+Lf2ͻ1Lb>jT|1ißvg, $NHaBiQZ^f_Y9JIјߙ G2;S:uh{BK9.`JՎx6˸ӏ3/ϓXrEgizY>[Z27*Ye'ȶ8igoT $J-1C2:|5_y9WB!S3GKl|'TVMnv"U}/rξ[cVҔ$R039i;?:VgHrtV$姢nCb1H4 uC;9Ԫ&6T>g\rLUɏ"5ƳPt?--Luf UOv!Ѡ3MV"CSf~z?~,Չ:@AᅉcIdS:TP9\O|`O_tmmvkLnCb4G=bio$Jֆ:|QFelRX o>>^0 9Vmp%W9\ʐk}HB9 m9l øxv|!| 'Y>+a<0‘ ѽjwk\KQzIG {Ƅ*XD_x!\l |T$hulw9"1J6xS`}@'D~hkGc, \[Nȶ'>% @/?EZhH2nlf\|<'\aʫ=HPxd 4io¨WWܿ-I} |r&a-& uqWm t~]hZdޗh R$!)}#>B#grRTi:ԹUj\ ^| }OVQl<KkHd&T^bͫB/M-odD4Z8klؽ-DUC۝n5,Ym!o{$:*4ʛߒ4up+ȳ4&!;K5eivA*̫N<hKoy ^;A5\'4 ?@P oֹ/@Ɵ{M {IsefoIY0mh iJ4S z٬/e1CmZn8|.hK ۵'@~62v>E}-fNy=L(jW#GI6,>㞫[ՕxaeY4TSBIMz'Ў.5PV5ʖKAnuߡ]2ʾx> DΈWY]EwһP0<@0-_A%w8Sdfa#z|u`uR1ֳ07Y@­O8ji;OKj;l[]2{Nc?tJTn,c68X*Ҫ}x\B y Q}sy"]uBj1)Kkteb% t (Q_iظÇ!ŚG-?5hOz):.f] 7~shCNiI-;g+u5s{Ȼ Nw~ʪ~(BM:5<^kJԱ163%CW*@ PIZ.?Ǿ(56epWkHtf8Ƿy/sTp\?(uԘʃ?ԯb>ɘP؉IƣRdJ=c #%['".]TtW'2=VAk,]/[?&nmk[<ьb.ۯk Jm"/RtNYr CkER\XchsW¢܈g1ߧCsR2x^LG2@;v~ƶ ӓ}ɑ 1\ ftKU~^0j᪻ޗB+h1#$z'ő`^KFav!4Ip^jR!Dh~4sVSrjबH ?kqV( /|-Œp^PFZ˜VԶ%h4N]N#ܨC!>dTGAu@&޴BJ+Lt.dYܣ5x7hC58arN1 +ZrP'~%Lf)GJA̿IBGݓIpLԬQ<] B![P-.3;cNPwXMI8d''h6E~>)eEyNX4wH[)3GQl=*iGFSUBXPc(jT<8B~l} \_wy&@j7͙4@8 ?:-(' q:υOIU4`].eL"`u?-ǒ8E1CQo6#[W\7ɮ> x3[Gl9Ggھc:D UF3435-T}ScXFd rKCqn2yUUg-PT8& G F(xb37m-fIXi*P0N7w l6D|ExؠuF6iђoeZOΝAʉ#/'}'ݟ- D5WK0M0V0+#?ni$!g RBDL;k`*>OC.fڎA3ܗ,L{߿CyJ,uEgۯ(Q<.k=Σ 1Ja^'"DؚzxQjf6鎹ۥQ\0@XįvswlC$h\8 xX]/ ^!;׮p f;.YYM 4Bq #uw)GDj:T /kzVĆD왾ɆcF}"4r};kP4}CAt>!mB^N_#-0QG7޽秀8Ąݙ:_-)c}ѫ )iwbސ7dfqS?6*NJՄXџ3v&Bo*LN<39~ҡWfypf2٠+ {R!HQ^>}NR6W a[#yb\MX6ԝ4vޜA#nOG'P$2WMIFd <34JCiwRFc+9a0Bc =C^~ #<,06BP)pf: YZ