python3-gpiod-1.4.3-1.5 >  A ^sp9|3=`UGgn |#$^&,̗L'<J!&<(2oE\ICY_B5ZnU]D1X+d9,Gg1G z;6jtŕb@F/`W,g]klE^NFxV7 BVi+AUOшSWHBEoCon4ԘM|z4 nj] _!B2;>].0635b1d93a01a2b6a781d959ff79810ecb00038f5655bb336c9f05a290aa0d1070d6f3d367499e8127e315f4e41a782faddbb70fU^sp9|LJL - wݢߓ[BAaGMrAO,W9T $Heз{b |ozBCƫ}I=,tkgrj_PE]XYI|>0,e5,Ix`fuV N]HXՇQk1HhkFA.>ؼpA4Z&r?c,v"dOZtU|<:hc)L*ٔm.|o_P:<k6߇F<"SW8>pA?d  6!BT j      $).LP   ( 89\:gBFGHIXY Z$[(\,]0^9b]cd`eefhlju|vwxyz8HLRCpython3-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.^Cgoat04 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/linuxx86_64 ^B278f11361f2f2834a5906ab7bc66e729d917564ef769e0bc8af33d06fdd0f364rootrootlibgpiod-1.4.3-1.5.src.rpmpython-libgpiodpython3-gpiodpython3-gpiod(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgpiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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-libgpiodgoat04 15914079391.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-libgpiodcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=39cd5797cab9e5b8af4c7c119ebb17040a6829e5, strippedRRRRRRRReYP̌utf-8afb2ab89154169adacdf4a1779346f8759d09dd46fbea453ed9737404eb0c044?7zXZ !t/72] crv9vWi$7PwMM?j_bx$@@\F[ADF h.@V,CGsZh c'OԬ |#$G?O(n}k!㙙{~<=Átm%b&G%W(o;9\U2W MwB9CaLᎻ;skN ̫ Lm:-ҮiLj_@ta7:7ƕkH؏".hb }]ϯ}gqb]j莭3EK?rNߩܔeҮ(kg[=$J DW4 _Y/ 6'VEb>w4iބ1|f;4`a*D^#ZٓGd"g[,y?G~g,Y:R=Ѫ~R+ke!=\9x LaBw$cZfE]Q%0sFl1\j͜ >ˊ GSz h?pu=,=^Hx9T2lC~7dX'ӈjp!IRU_jK^U+5DmQ<W?1.dt'e):n#X|KV{ q;'e[K)a2q1ҲѪbz%_=!u tE16:G?t|蘆$-yL} ~| b“{4P#䳸L7cg_&z囤^ZE(*^~8@!6߁rSX]BzOzƭfMZ !qޒdnjh茯7;P[dNo X_> řq)KD`,|.%P|%96|DI_X@(s"Sg9Fu#"N( $VT+gs: \+&g*9q;e{|OD@w2IV^Ē_cs VkvG fQf #5&y2q:{z/.*CWmb6QsTev kjx#DO>M{%N(@B{00LFA/xnDӪZ,Zr.z ?(+٩c8FnуË^PLK*jT> w:"=\KfM6ʹ HU=Nmx3& U ˽~<]ۿtv;''>d2nb,*J&v) \kMRJKjh%b@O o}# 2ٵ\+yDzNZЃZ7 by?rQMK΂r)8'圬iIݸH{ _fޑӲӫpޜB:o߸\QNG|xs"$RukZ\!žʳ}g[}!%&WV$J mOtֲ{bcy-N* 38ZՎږ wnJ.{hk:5|C9^Ggv5FlSӴqQMd{ 23o/6K G|mg vCuKܐ #$)dC'/סf )q,Sϻޮ<СpJ#U(F0 X9,f˶rʙqbtxĈKt^7k(:2O5EZ?+:&O pzUgCFI.,YPR8H}S32|2vk*v_g ue^ ׉7X+XW*CӶ(=Pg`#,d;W BC{lĀu"k؉B|KBDjYJFe,3]126kԻ8HjJZ4GcNt)Cbn83-KpN|,+~I(H|H(P'_w~մ-VB\H};Mwwj٩r_hlbIl0h\\ ĐƱH:ykɗ6al7UU\Tl/+3/X_Pޭ:U@dwu'[ #ؾ"uW k1MrN 8"l)ˠ&Y+gGEks6[dMG~aR-vwL&Dž4(nqh(^B:[/=K`Lt/9:+ %C& 3I*$'2&Y}gEfZQ,)c[ZR cꗵ?nQS%Y[2G3-Akh~ȄT'9.]^z"bzu:X"Xλm:oO/ISq$җH!8 aBwِ*2 *ɑk+K7b,3m%.IBj"\\HTYB.=i[4(ZjĦ%ߠ*йYrĂ/Ĩ-K?/.u95*D k^(]-aliuW\%YC:sԕk VبhEr 5Ͻ&̱h:K6} V{H?3Hx{r5hweD%'@`(zcKI]T qN&96"[unml$AI>Wp<G{>0S$+"xΚtmE;!Iy-SK%kLMǎmnsIe%-ڊ!r5r@~~)..V˿,:st1R_"$4m{fxs^vaW)SC{ۣڮG-U |?v#k(Fc0'̢Dm`xӊTs|L~XR\IR'F 57}Q&eF4{Z8<@s'-`+fK…85v~\ğ`=Yf~ t%M0fI=L6ytr#brmêpKZ+1:Hۥ/|fe3Yc'CBk|pkϠ_!Ȩr,bOe| jm*aȨSǗoU-\aKq1VETra 4Iɉq/? Qk n*$%=|WUy7ont97r6;i˻ϹsJPZW(IɽqU(J6Oz >y.ߋF;.Y^1Ę>GbAam<cU S>qwM3g_; RLe_}7!܎4Ɲd+9 I,ϣIz,/W `1!y Cek38ݾsZ+ št=}薜mN6G` *r&W,eKr1=%cokYKk!9VX=ٌ!w~(PP2b}y(xu"=Uj>iյL۵(?KFKa[DY5*Wշ; ۵U_fz>Zl?FbAgdәբ5C8JK׳$th 4^PR]K5m ՚5Q2%8MӼZQc8:*6\IXLVGR8Ց:~zOxUFoex5op$VӸ5Eax+%|S46PYPJLZ>C:iXa*@'(tU\ah1+>6i+B GHjU9PX=]\EBZşLUH@eC86.(lGb.Y&$h¸sZwJJUjtM 8̥knɆ+—ZҗgiKPpg5n;[r"_ Ƈ]j'G2E BUKXC*~4W+LYL5eT5`oLrMCU/2ϘUai4UKM*5ۭR`_OٽNĊBA'}pTTL  "OmPyt e4r} ~! HԵ2k|quMmOHdfufr*HDmGCÔ!{4kORkSwbP0(t.AGUYD:Kƍ|-gc.d`]ﮨ5Wnexd5o"GI ӣp*(_xu늛:Ć|^c\=0qM]}7s Qg-Ư}4t ac~@ #MP;M){8{!|ſf@2&6̓q=zXRsd7u]5,b$LcD~_GC]kuM^SY8P/EG ҂4vz^VbMz 'e&;&,X^p5T(Tpa&;Srtobzt{Z _VIZFŽ`GfS=hE>W-?݆.*^ eaL@V, !5K>/52V!b:?^ }[XM}ڵ37a{{꟠ Mߒ ghLR˲h]AewѧǕ"W<.aU`b}۽#ʔ$U΄K%NbWU3} g~8ɜSiA ࡪB w `CTo,g 7im^WdoG#q ڥ7L?⁳kOx8P=b!E,p}nKaAWd-4T5-?q=\SL;fHH7ݥ r(uO|3vA!geƌ^Kϱ)TeץmNr}9;cٓ/,LmvsI8AtEEK ǟd[h"(VO k{ t1MɨW轣3j՜;LC5+ZgiC[bGUx\hLꭩh|n _Wmɕنcx !usR=SBOT(?K[wH0Z*2 طii&" BĢpG {mGM콢,qRGh,"ŐN?Sj?#SBuNoZ]Vܳ5g9an9?\tk5vHi\ {D GfLA)VNX]&-b8,|(m%W1nz*byڲ5r[?GG-o;(TnfjK&7ˁiRJ╣E ~7=e$2VJj;GMXO>{-Ik'WQ}Rgێħ$;8:VɄtU4*twr:3zN$HKkČM?meO#TW%\wNp=|B#L[+1&f{wobDM*@.e4MWM\BNϏCQ2~؊ #Dl($ ,Eŗ\nNfUޢOD$?HڑRIv |Nv- on 5,詩ZּɨH׫oE hd{K0}+I]9pg5I,RW0m;8b9 }/AR>Pm~rdw^RXuL$Bv*4>NOo=7gPyTT'HfuzsQ. &VxuW5'>2dBNEJayGjjn)Vg'@Waw etPvZjQ*ֹNX{M3ٞY[ #S!qްba PMf6<2U4L"6!x`_tݴaBEk%NG28UOY˄vAf;+^ًw jbj/"C*a_N`; DmP|xx#$SzkO۴Ho:pH&0n4tжE ɭ6t߃2 ĆߐlaWM!.1'{Q 1Íj*%I2v+^u҄agսX`%Y8t&cbbnY!g~.]B,W T@y@+PĽ&дStsv8Õ{~73(H[wZ>LbH{؃\P }J^ b`8C .P rDt^6A88JXN T]MC\SDۯ^FwX ## f͑$i9Y!Zސ]cSLGY7sP1}Pa>}i⪥Pe|tg$TNB4zץVp>S?ǝ6(~φU}YXehCAcm\ p57p}(/ ˥D,Br\  D^s&y"ŝ3,~3:ֽrn+;勍˼ )y!%UQH7&`'ҭk'~ɋ3煭;vFr1sOž5!nBAc"t׆Nq|leҠS+w4/yeT3u4}k+09?JYϕqvڜeK_ܾ.pCx)䲦+0Itcr0T'e"T!S 0K(9>lFt |N+.Й5T ?NÀp\UAufҖ% u'-ZDzkyj-NA1h/?[ԦCW  K`4QRIO+o3&PRY ZV5|2i'(^ḯ#|t_ {>OR2ШS ɕ j7Y灪 y8% ok̼؏IU*,ݎ&mʨ?!kG< `vl 2Ȱ$nu1I+.5$:\7QMn"l|R]ԥrO{nR쌎lAfˣ-@!6.,XMg'xvݻ(lYTckp]Clr ?ϙׅfyDOz>՜;!<5N@߰U8l4.9|'# e8079ZEPV_5`JJEl\4qDz6G\2ӧG_E s<8~9{nN}_jWy3jRXֱhodRЯک~w1vb .s?xs¦7!eK04sbvr8oDXpKN5Bd)G//sf׼ 쨲TWJ1+&ǀ#(3D>݊#!z%X_Vx7o 1cen!<崚mͦ2qC_9<:zրvJ.+9]\d_W5y