python3-gpiod-1.4.3-lp152.1.1 >  A ^@/=„TK@!dHzWkV?g44%(0un>Z;qf(.rkC*{D 8ݫYju,|g7ߕ֟{ $'Qq\4Sڲwnm1j%JC[,?A}\qSeFʪ%b T+my~㊓[1@e656AO7279a4eb9e667c00be9f8088eb1d48cf57c59b0270d115120d4ed53ca073269aea821141a8d44af97c6245d0c86ff5c59f10d248Uĉ^@/=„]` SHyU¡?Ya˪̮3!6.VGI-bzՈGeq}i&F7F]wc"XC93+U7!c6P8qY ~9Y i3dzut@*?>Ls#n:F^q\pA?d  < #,> Xu      @Dx   (89P:BFGHI X$Y0ZT[X\\]`^ibc6defluvwHxLyPzpCpython3-gpiod1.4.3lp152.1.1Python 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.^2lamb25(openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxx86_64(^0faa15fbd727a45aa1ad747f649629217e4eeed061d53408094d97fe1c2c24be4rootrootlibgpiod-1.4.3-lp152.1.1.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["XPetr Tesařík Petr Tesařík Guillaume GARDET Dominique Leuenberger Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET jengelh@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-libgpiodlamb25 15906898421.4.3-lp152.1.11.4.3-lp152.1.1gpiod.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.opensuse.org/openSUSE:Leap:15.2/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60efe21d3d140e95084d3eff5e4674c147f2278f, strippedRRRRRRRRy+f-Ċgutf-88ff986b9efc106d47eb5ac4a5f50ab0efc2f00be2f5598d9f9c81ad675561b66?7zXZ !t/?2i] crv9vx/sIpz}nRžU ]G麔BW1&+\+J9}_p% i0QkYLT gxUDgL* {Hcw-e^sh俊fA~\cVX纝MQad4zzĂRm/8Ef5_k%ep%ԁg=ѫ3mY'<6@t’K;I]bhӽyxZH E|5- 9Dff:7buGroR!w+TU+/*KA{9+6gM8?uG%ٯ+֐rb[!cm(Cb)?@EpT0ɀє0TT K>Neb߿/jwO|S~VcehUAޘABvDcTĬ|){kJmnWE 2*ZqD cLq 0*AU\ta6gId^q/CvR)w{4ܲG B|$0c %0uu9Idgp, -i eb~Kp@1g愃Уjlg(pa%s(muᐴr g_>e2o~z]F8FBu*vE2/ OiFZPt}pf/oFPl:SŮ1Z-zHj8tzy &MRLF3QkoPbh]4+p.ks|#D-j,qfxMۗF3bV{wօ RZ̒YL Ϲ:7->n@qHkk ׫F $I%:_57Mupx@Ǫ_ A#H[r\n&u :3jo cFMUD FMŀm63UCl~C cFXIS sb"{7$ wP{L9po; IWqS~錀 xc9U-LpTuЄE#Zr*/łC^-ǯO0YLdK73.9`f8EeʭtV7qla8m|ш-n _ptӁGzLw,9u4 r,85.-Oۥb '"zM:Jb`0*>֮]OͰ ?xbO/Jk4OD2t N*K7u%"g4c_VejfN9!U vG%[M з<?Sٞ g8< " Tn'M#%0b}qٓ+-Ot]m|$&`:mnH.+]jyo. *H[j؟ B9&٠1T]e!e^ i_)QYC]D^@' WH6s;ӵNB'(IA'-W%JÐK1p2d¥gdoZm}uX}Bd9 OG{&󄳌0iS%ꑭRJ X>3ԋ˾,o@rVeLhOLMO!:rǭ FV"h;F+e}GݲG~@1ǪL͕,9;ǣ#GwUsB7:m#o}Ҩ͛"(jу}X2]`80 H #Zɷ5:B&Ɯ!6]is o26`Fv՘ Ha㵹 y[15r{¼sMǗ%g0`g[+1j{S9rXCOѠt-ZH.Im ?w}&'Drˆb]YJ?(ՊomaqG*13&&]d\E o@#`NTwN+{_!38Zx >\Em :Lfs8 ;AlL™AJ`5q=n;,~ͣ,0v21|oOWsEb%Zm7"`4RgIЯ >hAA24u} WT,Ϊ>hJH PZ6YV 9ow#z,*s"mr]hVb X(F!O/gJXKDOjA/gRͭh\E!Q6R>t*Kה (vSU1jE3x=[4#7I}1[]A(ӇFfVbym эיM^),![^}Kԁ4Jwiͨ<=$_AD23żWp6 ;K/Ơ)/^~X`*MӉ0`@KWG,­^G;"Z$ uֳ(6g^/n<8 M97K$xWGWD ͺq=/0= i3U'i!ݞ ~9=2^L<{}L],+e8$oRc ]HY쉕EevǼc﹇K3E)Ӂ3kT){e0 Eb4Epr~Dkmf*M qKQ@ڷ٘@u-Tl3Yf}9W\ 'fc" >m8f&-4RnscMLI9V5W^s6:9l Uz5+YwT |xʒWϷ{2~T@'rUVEq0i_ìPI,'ah=1,EeBD9'W=xY?ƋI:N=R<;> Ja׷A[-v8+?ͤ=s3vwS/? 0eeɤ #;kͯ?W)E,,^lcM8^~}\5TgpQAyKsfd{`Czm; :l`$[P|JMk/%*L7x10iotS֕9T_4>lzP|DLfDz[//ᣕ3ƍ@p{L_hwD + G_9IJbUK~#n2Mt>Q7ܿ[Yg\A, ݆Kdl8Ű`ƍG_~$1HR^@ĩ?`$ s{]O@0wnsڹcl867]OͿBj}7%#zUȦM* 6glkC;֑"qT%qߐlYeJYBm(Kdž}BOS 8ّ1SkDf< <ЍMo\@q C3}).SqD\ 23a957 d/VԒd+'GyӃol߮0+&# ȃ$ ?FfR4HChMI]rFE{O 2AJ& VI Ȇm?AV}K!vQK[XUzUZwWNvY 1#:7 0RLpgTKi4+\_'WU6u̞x(a9nyJu޿B.܋L쐵T Ƈb KZ5w&(Tl W3'fo\z9xm_I1S9߽H%!C $p̌' Ĭi#sE)F5P5Q}#`Wvҙ_^_,ۇ1[ D (xVް7s`pC:W*@il$@hu(c)z"B+}MC~P +C+qgk$XMp|y4~ ~:\>5JS$)xf쏁F)_{ p=6B9^Nhۚ LjX ƥ~G|VOӻLDQwog"3k 1wZy w5|WDL 1`d 9Lf:&wd&5/u oP7HS>JFHc,y{8%+&([e[﷊f+ AsgZW@p>5mk~ITk0.O]Y0) x$< p_K"xuB\`x1N4 V"zӚtt|+P*YgdhRc)GMsY?Ï(x͝w-7EJ.džϊ# 7*;4Pc@ӱT uQr8p׵YL+ɠgs  .Y+i SmNely(r v)9Qc/ѝ*FUϏf+Sɕ8:ly0\cBM@?=dV!0zheGs a|mUPLX7'23VtG>] i_hc"PŐKc[3 47hYV|%]>(%S%NUTݞ>b|MZIz^ɱ> oxƉ==; }G[14P@𣹅^ WW0&sD&a 9v/ZG4]`9WK؊evh!!bslqa6G[ƘZPAb-I.\̌~Zk6/*[} +YSܪ%q~?4쒧BX@Kiz̪{\tY|EBrI^ichB.ΜB6,˵In'H nhGO6 ܰ$}l=`,mGJp/uw۾|>v MK]\INye ʘT݆,tX_X5O>6^R+&|Wahjyug3#yts;gnxJT<)#iy(*/IoR1ezuAxj4,ɔ-A:mT=yGZǩ׭dy 検1EȽ,JLO 9dRʪ 4%Y%dvR!{sr?.(Zz8Py Ft^@tĥ[鐬u>i !FWO " @#'CX;"cNuKk*Pdx =OS1"Wl6rsǬG`;῅pbjF͝;b+)72CF05ŵΫdyA`=p7Wⓓ]@6^iם_1 6yHqAl)( "Kg:Y1yKUtʀ | B`*T!`(>D ud '6ίkdi T4KꕿLL}(z9dqG$ l86ݽ`ݙml#-5AY[g|6C緎9gkR]RhX1m//qS$p0QOn{t[j66 –9N H3D& * ?U(HJe=$nQR zbA9K)KWFyf!:xOCH]B~ o@ߍ=RQ,o퀇 ]憊:}LDB940[YҬp9( Ȥ dd /dTɝ:KoK#iŅhK.X7GTeՐJMvXqnhTtoȆʍWL3u'1V9 bb(#sp>fU"@Gx;Q9? AW ƇWW~5`0wK5HQ;8CNIjI*gG[jkȗx6"ҰP-7b'S;4rr-ŏ,x(2uO D _ c9͛e~OW*@'B^o -EHCu}閽{liGpp /)Li8TzCi>3]u +bߺE$ N˽c+.o-v͡SFp Bn*Y"(uT߈@f.,%ʨ hBX}w۫]U^y)+_5CcҷVBfR6Lg(V?oBecoI3 fv2ت`9酊J(bX| Ɖ)YƨAp_ޕ96nNT9 >fY|(wc<6&PlxzMC)K# ۽M+Czm%x휀n<ܳbnkZ ~].D"R^H~rp@WhQGꃗgMaʕC%N5ĺ,] ʇ1wkFhv'Ô]Jp )"h޽mx+~=XJz %SpW _/@M>*#xvb%w~BGes*wx89Nٚ[|rahf)3sUY6۝%>KIMln:P$'%KiQyMVоH?S)LD{˞tf7AK'pN<{'c3K@C(bI`u$!Z` X?nk; xawϜt/e41k8)vW '8@gJg('e_6-e I qmb`q5Oc^8KvÀIU(ۜ>cNRe +2ƾVz.z#]۱+KrO9yܫqn[k,A ‘C"#  ֩ޢ úT55eU^翸ZrWy"fV-F@DM.Np5,N@Se0Eܩ}"BA3ѭpILe?t\(5ZVI>=psdw;%jrsv*ypyO"P_``hPd\/ pBdeX5@c]SafR_Q-dwm}#t61%XD{F%\+bh{B@t,gKd-3XOQskB&eeDFb,(/.)%aƈ W]ǵFU[g.A쥬>gNd _yќARB >K^supȣQeKȔ߅`;&+7sYgm(jM @ =Jx}#O vO"A_p SGx:V"h~u+.n`kt-UD!9Vk2_US͸(ȮӰyo /آqU_ 4t<1o͝<\:,{|PBZ꧌'IQlq[iA_CLYqYApj}p^{$gu/ݙE5u dI فW)1gAPʰF)  G]#CFNb9l[sHn & "{BI<,Rd`#M+ۭyD6pE堒S6Ώ"&o⶚TObjפs_{[V*ЗxT^,{"XWO6l>_߷3i9}x)M6Ϊg ,`V@S8M_Jw xNE]۵Q6 P<$pBr(%ȭŵ}wribʲt㛁vH5z] lŁ է$C.=j!.1XT1XKהN ,Tă'^}1m,@ؤ[5crd24Drǖ'Xn(,Ѳn@B*؁]ɗl/ƺr3}jbu$w+bș0siʏ--;E"AZH@51`ͨdW{y ,