python-monotonic-1.6-2.oe24090>    f"( ;G|`u`  ~ `o\^/E~]0c=KL>\ !j[M֠W.^x-Sa, O3t:؈љfk] c.z@Qţ [ "?w*?=â7J;9t{>Ҿ0F_#=To%,@U=<'.e/VAFwnJk9uTbd:AWTN8>4DH{hJ]T(j^-c681Cj4T!,`񅌹X\U*^|L]IADhıxZz`-eGv^]sHv]QB>+CJh&\P0:Li( 7152934472792d67e855badcc712549dcac3228674e7afbcee4eed92d001f9e2ca628a71a1ce6c2e67b978506416a21b9681fdc7aI8Jo?f%,qNq>7!?! d  [  $/ DPe    . 08BLT|($8,9<:AoFvGHIRXY\]^de f\`Cpython-monotonic1.62.oe2409An implementation of time.monotonic() for Python 2 & < 3.3 monotonic ~~~~~~~~~ This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent implementation: +------------------+----------------------------------------+ | Linux, BSD, AIX | ``clock_gettime(3)`` | +------------------+----------------------------------------+ | Windows | ``GetTickCount`` or ``GetTickCount64`` | +------------------+----------------------------------------+ | OS X | ``mach_absolute_time`` | +------------------+----------------------------------------+ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised.f"$dc-64g.compass-ci2"Apache-2.0http://openeuler.orgUnspecifiedmonotonic-1.6.tar.gzhttps://github.com/atdt/monotoniclinuxnoarchcf!f!3a55207bcfed53ddd5c5bae174524062935efed17792e9de2ad0205ce9ad63f705fb43ced584ed4f7643ebfafb449763e8cc6f6719cb4203178cda71a60217a6 rootrootrootrootpython3-monotonicpython-monotonic-help  python3-develpython3-pbrpython3-pippython3-setuptoolspython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2b@bڑ@bzS_@huangtianhua - 1.6-2OpenStack_SIG - 1.6-1xigaoxinyan - 1.5-2Python_Bot - Fix incorrect description for doc- Upgrade the version to 1.6- License compliance rectification- Package Spec generatednoarchdc-64g.compass-ci 17266857321.6-2.oe24091.6-2.oe2409monotonic-1.6.tar.gzpython-monotonic.speccpiogzip9utf-8beb1c49d93745dcca8391d2a20baa1007a15f8c87409e1fd7fe470b068a6e18fc4080bab99278b340a809c9c4d7150f20fb2c72db5d16d1bd39c61accc4ebdf7 Name: python-monotonic Version: 1.6 Release: 2 Summary: An implementation of time.monotonic() for Python 2 & < 3.3 License: Apache-2.0 URL: https://github.com/atdt/monotonic Source0: https://files.pythonhosted.org/packages/ea/ca/8e91948b782ddfbd194f323e7e7d9ba12e5877addf04fb2bf8fca38e86ac/monotonic-1.6.tar.gz BuildArch: noarch %description monotonic ~~~~~~~~~ This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent implementation: +------------------+----------------------------------------+ | Linux, BSD, AIX | ``clock_gettime(3)`` | +------------------+----------------------------------------+ | Windows | ``GetTickCount`` or ``GetTickCount64`` | +------------------+----------------------------------------+ | OS X | ``mach_absolute_time`` | +------------------+----------------------------------------+ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised. %package -n python3-monotonic Summary: An implementation of time.monotonic() for Python 2 & < 3.3 Provides: python-monotonic BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel %description -n python3-monotonic monotonic ~~~~~~~~~ This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent implementation: +------------------+----------------------------------------+ | Linux, BSD, AIX | ``clock_gettime(3)`` | +------------------+----------------------------------------+ | Windows | ``GetTickCount`` or ``GetTickCount64`` | +------------------+----------------------------------------+ | OS X | ``mach_absolute_time`` | +------------------+----------------------------------------+ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised. %package help Summary: Development documents and examples for monotonic Provides: python3-monotonic-doc %description help monotonic ~~~~~~~~~ This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent implementation: +------------------+----------------------------------------+ | Linux, BSD, AIX | ``clock_gettime(3)`` | +------------------+----------------------------------------+ | Windows | ``GetTickCount`` or ``GetTickCount64`` | +------------------+----------------------------------------+ | OS X | ``mach_absolute_time`` | +------------------+----------------------------------------+ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'monotonic-1.6' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/monotonic-1.6.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'monotonic-1.6' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64//usr/share/doc/python-monotonic if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64//usr/share/doc/python-monotonic; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64//usr/share/doc/python-monotonic; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64//usr/share/doc/python-monotonic; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64//usr/share/doc/python-monotonic; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-monotonic-1.6-2.oe2409.x86_64/doclist.lst . %files -n python3-monotonic -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Fri Aug 05 2022 huangtianhua - 1.6-2 - Fix incorrect description for doc * Fri Jul 22 2022 OpenStack_SIG - 1.6-1 - Upgrade the version to 1.6 * Tue May 10 2022 xigaoxinyan - 1.5-2 - License compliance rectification * Sat Nov 21 2020 Python_Bot - Package Spec generated ?ywT.D:#]z{U!$!J"M"UiR" ~ֺVVff3{Lf$%%$+?d%HAܤ<4<$KE5Aa`1)q9q %D@}bgDs16`r0zR7qovp:X(&HQ6xmo,"X|P'\X&My,u٣&5ؖ> \ڙm1әrXei|zP4|B:ym<:Kj/ϩGrk?^cAw#쾗c:n8:wXoյvgRW2οy&ar-c]XU v#Wuռ˗H7!w9D3ݤ Y=ɌuBVe#n.gQ/&yy4.LHnf4W :t\ѳ[g*Io+hT^h'=q팤o~`xo&N& Sh{GqC܄w3[ԡx"7w#Q]#)vyp/X@'A w xVjA ߂w?/mѤ< sD;OtF$_+xpRNgt̔+^P_xLSA{Ͳ4U"U^q4L՚q~&Pb{'~R*U7@I➗/>WE~13QanWragWqöoJ bUgy#h?7e}yH=>[ڮc@az)gV^XobR7ϛ2B^J;+`HtIqAP׶}8ΚDE uwL/x)ΓJ. QןDz}B0.iK?w{ %KR2-TݻrNBâw)g]g2Ҫ8u(74BCV3yK<&>zgxa& ];\zsI'H"enM0L.L%1#W7*/l!5vvy:"ap3g.uWN=[,ė/`+nmz;R S II_FSu:DDI\/@TVu΋3"9Ro2>Nn!f'٬N]jusp0\)OFDRxшO}ð"lā~su+@!>9ѫ(Z+2&لUzN2+5Z3DUY`qkUrE#]鷆 : *7U8ؓz.F2N権>+#!3jlOKfoVG~p7;S8azmֹU+3&n:adIb޽$t)\%t2݂{ұsnlq8Y _C> v,%UL)H¤WV'QWhv5ICvstU?VN\w] FGG畮D(ފ]0W0\lQ>WG@iiT_oMSRzxDogw6m9=Fm]DKR4ovFկg~ǠU- [1_eÜq%ÙWSS4Ꞿٶ)t7(df+Q6 ,dB;}m<4eݹZY1 rqݗ].1(1X3uł=ezN s"*%s">A>\r[LߖPFd=o./%,u57oM zƱq|)Xdpsn9n B÷n= Etg/JŘ_%$Kns,kq Wkgc$E&gX8QQŲuk;.y AYkY_ejhUs-Ln{=qL}j,wCFX>CV`H^(`rG=c^,riy@]iQ^lEH~ɖMO)`19w8n7вp/V~jr;4qȺh#g1XWCW*/u78 ߾FH{77ͬeec> W9G0=w@5םM/ s04ɂ[u#MkkXt*OXڐ%=2IF^RhOȼpcX q1.ÔI+O&d/70 Pg[dFjM=b4׳{ɵf b_*{!Lj.8ܮآI*a} @9x($gmDc  ]Xkn@u^>^Aš|+#4vSqI=3bC߉5IXF'L|`s(@e1LiEVVD |%nӓe1IDn`Jgx R6&N|q-n"K6[^{} i~m}lmB%C#' >۾ , g<*)y"Ar#pݳUJG:1C l*՝nIBj ,/x'-EldũVZm.aʉ"y}X>)hX7gX65sO{.$|آwSVᒧSӱ뺁E plx I D vdkFC'pߟ_KHҝgӿr62d kp]8-k4)UI#qyikKm,:k`m4umc:?jd@z·F+|R(>`%H h??I2zH>\j"s&S X9IP4eӵBfLj3D@$>)"uq˷W({^6wKÃ(LWv014=pjGsf@qQ %/Gґ`Ѵ`U~?yG`kp#RGW].I= eôd<~sRmN9+0윒."ux.ÂN3y˚%feRﻷl-Ku(\;W'JMS~O"ړ@ ac]6eUISS[Pa_~[^Gu)}bɗ]gV$qr̉}Ծ",[HTYXcSKÝi.`%h[("Դ& #eDYCQ-#*mYu7لn|G+i~d66…=okâPvгƿOGhn9M"8oS?+w22lTF!V8k؆x>-s3)"fW;;k'G,xԇ% ΤR܌RN  Mu.W4S?]y0$>Iհ0XQ `uD.''MFNVEIOy7g*K byHn#v,P2h%_lqY!,2ʊf:("M]^̈~߱sVMԌ#QR 2ǯlԔ?E +fEYY?A*~oU )Gl{B%$x{d|҃1CRW/ kcDlڲ}_`ێKhl>X\+IZ[٪8',xͭx{"71}GPM;_6zp^`$4m9jpL@,7ZH:BT |ut pܰ;jS:UT[EQ!^Җ} ^:+b90yY>_B_}Y#%q,ϊTc S*#UWUHz8E#hֵCVѱ$e\~(;z~|wG;zq[vQas#Qן:Zy?U"ߚrK9Cë!©O:gE?*H*>@*R[RlԖ{|]IW+q.!pLD~Q [A&,շ[ cȪcT9\oϭ*`DrnLM-7[CvO.l2JraH0hH7,v{We1E@|9Woe5}/%&Ym0fȈڔ#&SS'xw˝z{v"eu Jt$ E24je .sOWl{|nJrVDY3!'T ec # 60XML1ŕWf{RԕXR$2@Nt{vU&ޥ8p2I9ݬcE^jiC7i1^;ɡ7M_:DQǕV6Ly2󖨈]f霷⹲R 4xǵwhkj/)]q Ͷ_xMh.cg,<*ّ*F|]tP7pg͓)./Q sk E˷=rf08*;~UuZ g+[HSh89t.C?]^"݉#xʠKnR\jǖ/98|̨d'd"I> }+c..6 $dԻG:/s<WT?{sv(i m7 ̕4NZnSlϢ~[+^:*p8TЬc++a~}dM_{柲ܬq|5ެx娝Z75m8ZӏAL7bc/xԗj.0}~엎 ̋hғBBzޥsfrKP~AG3Ŧvq[j? + ^'|{6V[e>n2Zl:v $JfƎK浓:c$YUۡ;nȫPyhM"~STAUx]}HܝݷDBƉÖ~Id=Bև#'އ02^?}e$X>[PC%[R~dvYJlE+doG j%|۰c I`O TjcB|0@s(ƣꊩw]/qv]Hќ0Hu NE=}^Y;r4A̻ctiFRўu+7pߏv_e㮔$w)H\odG&s$u5u.U-^~$UQX\O=tnZ'Ǿ&WzNPMq1v|t{[3fXeр'CCmoR#YyL/nAjPxi"eًWz*km?\/f'! Y,+'_|C @p?^H@|@Ac\0 @\ܰ0ow$QY` Aaco4 Bѣ| Y0 U22c\ C!bK_}B1$ZIBb 7sC$U A,@(O )/'-IA E)EY7yiww7w|CFZ"wWtIIC.*˃2IY7i70HF K>@t5P`Ow(t?ݿ{04( ]]PWW1P DA0X @!?7(ЏA AC;`o*A=x3ni%/p?%#x7a@7a 489 ƀx @o H@;- a~}b X>8|K)"bV h cDVڢ@ { 0ir`N9/!kv0; $޶c {i!p .~''65DSi6-h, r'$ƠPi‱(#A|( yxm :UC#a ?R aѐ?uP( %$ =OUx(?y(I20Cn4yxbӍc˟-%>㷸?Jx@b@YC ~CP/T B!=SA O# ~~d =aJ"? 4C!HAAX ǁ ?N5x@`p|Y|/^P@!P `';aPt:^V>8Ϫ@دGW~a߃A$ uˠ?h_~f~!"!@c<<P ~g8%no|{1_\-'x O |*â _ 2SP "'{gOZ8]kה7n7){zy5P~|~tA0x[0ߧjOџc  {a. z%/%P,^ Pז:^]^bIĀ F9?r8O+Xo +fH t2 MiS3$.w3Rx36HOp) ^ P PJ7'WT嗆:T Bax?#wf@|7\~SZ0@SPZԌS&T/A꬐0/D0w_9{RX1Q3