python-pytest-mypy-0.10.3-2.oe24090>    f ;G|`u`  7_`bi( ;P9AǬ┤ `ٷ9h5Q`]IݺSIxdлPvto^$ָ22ՐX===K>A0dcGUYG [1\+K)ưs8 ÛMܫ`WB|s#ѥك8* ƍ;҂/U#oA 9W/7^q0AIgqaJ< }7K`%jzeFSJOڅaՂ-9aLeg86`e!NBu[.xh 4d: ]`yaq48e2892c171006f31f4a9026339a8e10c4bfd2a8c5b222779114513fb098ea58497a35ccfaa620a142c2c86dc8f4ede09ff66ce4X0ra`};1>7?d % P,04 IUo    > @HR\d   (89:IAFGHIRX Y\4]<^ndoetfy| Cpython-pytest-mypy0.10.32.oe2409Mypy static type checker plugin for PytestMypy static type checker plugin for Pytest. Runs the mypy static type checker on your source files as part of your pytest test runs. Does for mypy what the pytest-flake8 plugin does for flake8.fdc-64g.compass-ciCGMIThttp://openeuler.orgUnspecifiedpytest-mypy-0.10.3.tar.gzhttps://github.com/dbader/pytest-mypylinuxnoarch6 fff8458f642323f13a2ca3e2e61509f7767966b527b4d8adccd5032c3e7b4fd3db625da46f172347bc7fc22d3eaef20e061ea849c35f68ce8fb0d6df94f7c1790c rootrootrootrootpython3-pytest-mypypython-pytest-mypy-help  python3-attrspython3-develpython3-filelockpython3-mypypython3-pbrpython3-pippython3-pytestpython3-setuptoolspython3-setuptools_scmpython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2dc@b@li-miaomiao_zhr - 0.10.3-2wangjunqi - 0.10.3-1OpenStack_SIG - 0.9.1-1- Upgrade the installation method to pyproject- Update package to version 0.10.3- Init package python3-pytest-mypy of version 0.9.1noarchdc-64g.compass-ci 17266846890.10.3-2.oe24090.10.3-2.oe2409pytest-mypy-0.10.3.tar.gzpython-pytest-mypy.speccpiogzip9utf-82b73234c9c75353359325bb697c05084a6479473cb812735951d20f229011a8da1bce07efc6b601447d7a55e9f9fa69abc37b95d35ff11ecb70ed1930e6d23ca Name: python-pytest-mypy Version: 0.10.3 Release: 2 Summary: Mypy static type checker plugin for Pytest License: MIT URL: https://github.com/dbader/pytest-mypy Source0: https://files.pythonhosted.org/packages/85/3a/318c91140f242cafff64ddac97d6999640bc3da9afbf37253475c2208e79/pytest-mypy-0.10.3.tar.gz BuildArch: noarch %description Mypy static type checker plugin for Pytest. Runs the mypy static type checker on your source files as part of your pytest test runs. Does for mypy what the pytest-flake8 plugin does for flake8. %package -n python3-pytest-mypy Summary: Mypy static type checker plugin for Pytest Provides: python-pytest-mypy = 0.10.3-2.oe2409 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-setuptools_scm BuildRequires: python3-attrs BuildRequires: python3-filelock BuildRequires: python3-pytest BuildRequires: python3-mypy Requires: python3-attrs Requires: python3-filelock Requires: python3-mypy Requires: python3-pytest Requires: python3-mypy Requires: python3-pytest Requires: python3-mypy Requires: python3-mypy %description -n python3-pytest-mypy Mypy static type checker plugin for Pytest. Runs the mypy static type checker on your source files as part of your pytest test runs. Does for mypy what the pytest-flake8 plugin does for flake8. %package help Summary: Development documents and examples for pytest-mypy Provides: python3-pytest-mypy-doc %description help Mypy static type checker plugin for Pytest. Runs the mypy static type checker on your source files as part of your pytest test runs. Does for mypy what the pytest-flake8 plugin does for flake8. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'pytest-mypy-0.10.3' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/pytest-mypy-0.10.3.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'pytest-mypy-0.10.3' /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 -mpip wheel --verbose --progress-bar off --disable-pip-version-check --use-pep517 --no-build-isolation --no-deps --wheel-dir ./build . sleep 1 %install \ specifier=$(ls ./build/*.whl | xargs basename --multiple | sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/') CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -f README.rst ]; then cp -af README.rst /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -f README.md ]; then cp -af README.md /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi if [ -f README.txt ]; then cp -af README.txt /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64//usr/share/doc/python-pytest-mypy; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-pytest-mypy-0.10.3-2.oe2409.x86_64 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-pytest-mypy-0.10.3-2.oe2409.x86_64/doclist.lst . %check /usr/bin/python3 setup.py test %files -n python3-pytest-mypy /usr/lib/python3.11/site-packages/__pycache__/pytest_mypy.* /usr/lib/python3.11/site-packages/pytest_mypy-*.dist-info/ /usr/lib/python3.11/site-packages/pytest_mypy.py %files help -f doclist.lst /usr/share/doc/* %changelog * Thu Jul 6 2023 li-miaomiao_zhr - 0.10.3-2 - Upgrade the installation method to pyproject * Fri Dec 23 2022 wangjunqi - 0.10.3-1 - Update package to version 0.10.3 * Thu Jul 14 2022 OpenStack_SIG - 0.9.1-1 - Init package python3-pytest-mypy of version 0.9.1 ?{eT\˶..kpww . h\w ww4Op #}g{y=T}S\s1SS /qMq<d\9z]<=8ٹ8y]@v /(^lS8>@^|x,.)F6&ES|8拈Ȧ1, +6nSѪ*Zvgfo Hf5_ W08-۷kaͯus;WDk;zxhXyJ*^3KL[[Yk&1wmbG? };,S6Yh=_mt,y>$԰0u<ԭov!§hc} TA`Cν$B/?#o/O{ƞ钨A/+?T C_BB4|h<=j@gKŠ9uxX_ւU>Bs~ӻg޼Y1f1\Y?׌#^Mm(M !GPk-uՃe]%3X &'oKNXՇe8uhf2uȵ;'R\]3F^Oks,obw-=76L}\/4@ z/ҦAZ2y1i=40 x~"@=W„GuGM .Tj4u`[ KBuPs;g3zHH;;9i7oҶ1:v_V0:E,1#ف}׿u-NO2Aa5m/Pubo?O?͎PJxfxnWA4qD{ӻlZ7”]*7(ߐڄAiKo^޷pn<.k+?g≄y_v`Opݳqi2I @iξxY',Vդ7DEp [) Rpm0a)17ϛk׽KB{fkBp7b<{˘vlH*5m]0D);'@"RG1+Hm܊B8RWgI>/ Pb,~+ 'LNhB&*"7K7Gmg¸9)П v?Ƌr -0@9D0w*7S4jyta/4F(`Zܴ3.C{!,uE$q%_9.\#\år|ƏOkȰN$<ӎ_rP9BAcᄎvms@V1dR=16E{yPhb]pXFϏإ+jvjz}dp.x*lbL!cy?k_(R DDbQ^*].C>\@8Æ7&w]EǢpWHDpﰧ.J֏F FQA[]a4('f+x0X4I?> ?׌s9"#P 9$l (O/<΀%!5tb?P#E#6#`P11M}l2][yd\T |E zˌM"Esa΀ Lv]` >yU-VwC??o^jx{!lf-#^p7zz QnDD͍ܳN$Pi|y~׷e6܀8iLDg;pn/'+9 c$=p ,_WBhqeCSӎ kcxsPhR r7*ܒi_)?* QLM>5z98oڮ~Ș$'bE6t7buJoѦ4!A6@}NoaZH3dA(&]cGv L!~VDqfm06ifJtlv`{bqB ^ZoM$X`bm{()VYpzM\|11,""~w5s(/ [e*Q6@}$?A9@KO DH,yȺșO L>SΏѲŸERq|h60"z_ė UckNopEum4`1E74*J82l#W8-df$>`Ĕ bMQok<|113Y'G=@`p߫`Ao6CAo‘9n[SUNM6巭A1tg}ȦD]&mAEDVv ɻ+kgdQx4e `xuBw9o>X>/L/-x?r!`FLWt_T -L*CC hF 6d7tlYN39 rx>6E`|oYKiy[cebU]tiSaUUޫsMFKk`AI=hq2*l,3~u_dJLaz 1dFJZ\;nM2$LH:JǸ_CVV@m|i(a W=rvV̀aHY0S$ H>NƋ,Ԡg84BXdܚ1p[80?&&nHGq]n\N fDԞX̢筇'6WԊ!^BMm_Znuq]w.vH04Cw(|y%Y>Tvxއ/xSk avֹ7l lC!ΤIL܏HZ< r8 ?cGpFݛӗ>/rB*G]0.P;n__MB- $ |@3Xˆr;Os&t6 jW2.\t&Do#F>Sl m^b%yvr!m38i7.Q8*+pts_+27vc9CpEwҊqB$Nߙ&Vxˀ߇N/'wf~Z:qU*W N DgLXE{VYQ IݿcmzI<+=l_k lopNZMM$mT]9UV jHhI 2&"Sqxr't"lK</˻:-'h^sPZ-u2*t:Zd[ b:}BG J6&N[jf, #g:.;soS9m s$ mUCn u̠PK:vᬾYls|7+~ Uoc~gMT0$;[h8;suUUY՗[[g'.`l[֪e.#w^zUZ= /΀er[as; צ6eiEQ)w"]nv Ys9i~RE7Jrβ,s1 [s pEoձYzԘ|6= .4=JL7ꕯp=pYS<0aQwB 9hTȧ<:=<췱XoI'8\Њ42׫D۷KqϚC!{rҠp9vTUK^a'D>{Gu:JASF"+$5KM[#? nA"KML߳iՁbqcLLg൩nQS}e9~ڏz|pR Mqw^}zU̼;q=:L "Yٳ!Ʋ3_ 2r] 4c3Rf^62ҢdԞ?-6#j%[魏~cv:ZkQQ.\/f)U.>?hӇ%Cn =֪Kit5>|`c9\qr?\U@x:Y[}. o'3E-hNo^n5_gy{q7H!mU'&󭅠!^^Ѕh*LvT]h{a䷇Žh8QRrw7#dHp4^ ت =WK_i'dG=vx&0p^PHJCLo|Al<'K79V7?'m[Kqc- m|OPujuEax_A|R2*HrxΪEEH7t# P]Hf Jp>)?$J 2fMpRG)jNj[־f,dI@]&1Iezȹ(WW/sJФGdhz?VS'n"ŷ4]\]: F>o~aT EH!UDO#ked(nN_+4oBNhp* gO=Ig9MSԫHDF-Gj*Q;Zn:8o1JyS^iX:_Fh38qeN7>F2*"2ayF '!Dspx B銷{.RC-пQHӓ $Z}Aת0EjZ]q?LԾ,ܕ,6970*[ԪNFxv's(ƆCșLM8m*3, e NT$G!)nv{=51!RyTI`Y-4T9(L:Y֭&"ȭ$󙝡 ^/t,ToϚ09MHfČZt[\9\77t#j1%,n^+rqDW{Th12wy{;T[Ji>]I0 byf*,GSze<_+`7 ?ߑ}Fl0MN*6^5=Ujhߴ4vVy,Z+ShhQԛ`ӄOA8^Nx٬ˬLpKY/>mm|PEUe+6*P)BV"]v@|AXH^{b1B!p ͊#ځYuny1|ndK*V;rD w~zMvDkdXYVmVSJy-dk%&1xD˫SpKڡBwn̼IΖm&uV/IjodS ej 5#rE2NekЧ=YA1"0N0.Mbk7Q'° SJs.圦~dGE{GӉV\DpF&`|z Or#}k_Fp?dx9V^6oeH һpEv8h}JV^|='Y ?aۙ"P! )'ěX_yPKqȳEa+\`{EySҬy̦m1_c11 pPeRAR#N֭\wie&th#%0/ ^ݦp0ڒͽz$7fvؗzg n> Gѡ˨=nF1E}lwV-="͝bafE }U+u9E Q0 'L?׬籭\uV~Hӂ q"q/oF2 [k`zK!q- Yu@WA y|+ |兰h0eĴHvJA(Xm۷nomqr|6XcF>wODg˭Mp.7ʩ! \ﲮ/Œ Ո18,"~9qsBnxs}w$MВ 2uWW΂, sPhs-0D``Ŗu;FFIld 591kIEXaҕWw.Vk Gj)m#DgJ SΪnTDOYKQ"Xs޳ͣt7dʯݯ#ݵrg8;[d} kuB5Bިt">6Pxm E/)}k~(4uT@Tpґy4t>؟;LIW巗4eq|&K\`y|fD-]j.j!4QsV(2w_7' wK51g#k72f J{̗P 1׈&H'QK ":8sr[cH+ZCK F.}?6t5׽Sv'K87]#KDa3˞u',~d}0H!J%ثЅ܌RLgz|oA>>{T{y| ,̑=8t8؛k((5KQd,MX]!(dBGK2q8`lkjLH$H)o̠D"sĒF > 4U#qc|ɃL:MMO;8H-37)`5I4}EƓ3 r)OXٞdGbU7<3p?+&ÚTִ~v)1Naܳ!fAdWWtO3~FvxaT MP Yr't!}*Ct)"H|{(穈*!4X3ApdxpIWff&]~v=36*}~&cp tR#‡cj[|Le Iw(4H =ulXӷDPك0`h}}GIr+~pn׳q`R65jX#peBU98hXr+t ,m_-8Z#nQO7f$קp}]h^ʴCCTeR]QN:1aW3*黣-97狪xs̗gW@JS9n<= hoD%9degZkX ZX,=dbg(i`)~\/[٧5dw7 2l}7onYQ`~aZMCz:&WiYK3VHRwjy!P v7޳S,E¡- Q%N2Jξ.|""IyV?j; !HW B`4xq8^W`bx?DE<.DL s-;J[Cċlo2&jN|$)A|̱b?ȕ _{Vrxv4~vMAٿIt9[mL|9~2=1622]2;_lfOYٛ;p'ٯkjAo+AO Բt*ܜ<@[+6;+ï%(jggkef*a``UـԈl6+G S ; @3Ig3I$Sb= ?cjd祄3_qfTTxbgU\HPuk