pyproject-rpm-macros-0.1.12.0-1.el8> 6 6_ ܉3!y덏%!E/֡f_ !E/֡6ƒut L1l恟J'.)'QגOtj b^Q('g8eݷ18i y$ҿͼu2}SFxFX5 Vld~t/TXpq6ii2#O@Ȥ^SA\2@W0)=YjO]ߝSv._sDz?*'TVlaIH^QO8iӀBXSym@D,'BNτ!l kV^H6~zNh 0BW ZD1/0)G,`xlC`uA!=A?Atd  & W<@hl{    0 P  (P| ( 8 R9 R:RG<,H`U`_$_@_F@_{ _s!_k8_Wr@_R,@_C_6|_2@_16_+_)M_!d_ @_A@_^^@^@^\@^:@^2@]Γ@]@]]z@]:@]:@]:@]G@]G@]@Miro Hrončok - 0.1.12.0-1Miro Hrončok - 0.1.11.0-1Karolina Surma - 0.1.10.0-1Miro Hrončok - 0.1.8.0-2Maxwell G - 0.1.8.0-1Miro Hrončok - 1.8.0-2Miro Hrončok - 1.8.0-1Miro Hrončok - 1.7.0-1Lumír Balhar - 1.6.3-1Lumír Balhar - 1.6.2-1Miro Hrončok - 1.6.1-1Fedora Release Engineering - 1.5.1-2Miro Hrončok - 1.5.1-1Miro Hrončok - 1.5.0-1Python Maint - 1.4.0-1Otto Liljalaakso - 1.3.4-1Karolina Surma - 1.3.3-1Fedora Release Engineering - 1.3.2-2Benjamin A. Beasley - 1.3.2-1Owen Taylor - 1.3.1-1Miro Hrončok - 1.3.0-1Miro Hrončok - 1.2.0-1Miro Hrončok - 1.1.0-1Miro Hrončok - 1.0.1-1Miro Hrončok - 1.0.0-1Lumír Balhar - 1.0.0~rc2-1Miro Hrončok - 1.0.0~rc1-1Miro Hrončok - 0-55Karolina Surma - 0-54Miro Hrončok - 0-53Gordon Messmer - 0-52Miro Hrončok - 0-51Gordon Messmer - 0-50Karolina Surma - 0-49Miro Hrončok - 0-48Miro Hrončok - 0-47Miro Hrončok - 0-46Fedora Release Engineering - 0-45Python Maint - 0-44Tomas Hrnciar - 0-43Miro Hrončok - 0-42Miro Hrončok - 0-41Miro Hrončok - 0-40Miro Hrončok - 0-39Miro Hrončok - 0-38Miro Hrončok - 0-37Fedora Release Engineering - 0-36Miro Hrončok - 0-35Miro Hrončok - 0-34Miro Hrončok - 0-33Miro Hrončok - 0-32Miro Hrončok - 0-31Lumír Balhar - 0-30Miro Hrončok - 0-29Gordon Messmer - 0-28Miro Hrončok - 0-27Tomas Hrnciar - 0-26Miro Hrončok - 0-25Miro Hrončok - 0-24Lumír Balhar - 0-23Tomas Hrnciar - 0-22Miro Hrončok - 0-21Miro Hrončok - 0-20Fedora Release Engineering - 0-19Miro Hrončok - 0-18Miro Hrončok - 0-17Miro Hrončok - 0-16Tomas Hrnciar - 0-15Patrik Kopkan - 0-14Miro Hrončok - 0-13Miro Hrončok - 0-12Fedora Release Engineering - 0-11Patrik Kopkan - 0-10Anna Khaitovich - 0-9Miro Hrončok - 0-8Miro Hrončok - 0-7Petr Viktorin - 0-6Miro Hrončok - 0-5Fedora Release Engineering - 0-4Miro Hrončok - 0-3Miro Hrončok - 0-2Patrik Kopkan - 0-1- Namespace pyproject-rpm-macros generated text files with %{python3_pkgversion} - That way, a single-spec can be used to build packages for multiple Python versions - Fixes: rhbz#2209055- Add the -l/-L flag to %pyproject_save_files - The -l flag can be used to assert at least 1 License-File was detected - The -L flag explicitly disables this check (which remains the default) - Show a better error message when %pyproject_install finds no wheel - Fixes: rhbz#2242452- Add %_pyproject_check_import_allow_no_modules for automated environments- Add Python 3.12 RPM dependencies- Initial stripped down macros for epel8- Rebuilt for ELN dependency changes- %pyproject_buildrequires: Add support for self-referential extras requirements Fixes: rhbz#2171343 - Deprecate the provisional %{pyproject_build_lib} macro See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/HMLOPAU3RZLXD4BOJHTIPKI3I4U6U7OE/- %pyproject_buildrequires: Redirect stdout to stderr via Shell - Dependencies are recorded to a text file that is catted at the end - Fixes: rhbz#2183519- Remove .dist-info directory at the end of %pyproject_buildrequires - An incomplete .dist-info directory in $PWD can confuse tests in %check- Improve detection of lang files - Fixes: rhbz#2166295- %pyproject_buildrequires: Avoid leaking stdout from subprocesses - Fixes: rhbz#2166888- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild- Adjusts %pyproject_buildrequires tests for tox 4 - Fixes: rhbz#2160687- Use %py3_test_envvars in %tox when available- %pyproject_check_import: Import only the modules whose top-level names match any of the globs provided to %pyproject_save_files - Fixes: rhbz#2127958- Fix typo in internal function name- Don't fail %pyproject_save_files '*' if no modules are detected- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild- Update %pyproject_build_lib to support setuptools 62.1.0 and later - Fixes: rhbz#2097158 - %pyproject_buildrequires: When extension modules are built, support https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects - Fixes: rhbz#2097535- %pyproject_install: pass %{_prefix} explicitly to pip install- Use tomllib from the standard library on Python 3.11+- %pyproject_buildrequires: Add provisional -w flag for build backends without prepare_metadata_for_build_wheel hook When used, the wheel is built in %pyproject_buildrequires and information about runtime requires and extras is read from that wheel. - Fixes: rhbz#2076994- %pyproject_save_files: Support nested directories in dist-info - Fixes: rhbz#1985340- Prefix paths of intermediate files (such as %{pyproject_files}) with NVRA- Release final version 1.0.0- Updated compatibility with tox4- Release version 1.0.0, first release candidate- %pyproject_buildrequires: Generate BuildRequires for this package This package is already installed, but this way, the resulting SRPM explicitly BuildRequires it- Include compressed manpages to the package if flag '+auto' is provided to %pyproject_save_files - Fixes: rhbz#2033254- %pyproject_buildrequires: Make -r (include runtime) the default, use -R to opt-out- Handle legacy version specifiers that would previously raise exceptions.- Define provisional %pyproject_build_lib- Improve handling of > operator, preventing post-release from satisfying most rpm requirements - Improve handling of < operator, preventing pre-release from satisfying rpm requirement - Improve handling of != operator with prefix matching, preventing pre-release from satisfying rpm requirements- %pyproject_save_files: Save %_pyproject_modules file with importable module names - Introduce %pyproject_check_import which passes %_pyproject_modules to %py3_check_import - Introduce -t, -e filtering options to %pyproject_check_import- %pyproject_buildrequires: Accept installed pre-releases for all requirements - Fixes: rhbz#2014639- %pyproject_save_files: Expand the namespace error message, also display it with / - %pyproject_save_files: Add a workaround error for spaces and [brackets]- %pyproject_buildrequires now fails when it encounters an invalid requirement - Fixes: rhbz#1983053 - Rename %_pyproject_ghost_distinfo and %_pyproject_record to indicate they are private - Automatically detect LICENSE files and mark them with %license macro- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild- Escape weird paths generated by %pyproject_save_files - Fixes rhbz#1976363 - Support x.* versions in %pyproject_buildrequires - Fixes rhbz#1981558 - %pyproject_buildrequires fallbacks to setuptools only if setup.py exists - Fixes: rhbz#1976459 - Explicitly require the "basic" Python RPM macros- Generate BuildRequires from file - Fixes: rhbz#1936448- Don't accidentally treat "~= X.0" requirement as "~= X" - Fixes rhbz#1977060- Don't leak %{_pyproject_builddir} to pytest collection - Fixes rhbz#1935212- Don't leak $TMPDIR outside of pyproject macros - Set %_pyproject_wheeldir and %_pyproject_builddir relative to the source tree, not $PWD- Handle tox provision (tox.requires / tox.minversion) - Fixes: rhbz#1922495 - Generate BuildRequires on extras in lower case - Fixes: rhbz#1937944- Include nested __pycache__ directories in %pyproject_save_files - Fixes: rhbz#1925963- Remove support for Python 3.7 from %pyproject_buildrequires - Generate python3dist(toml) BR with pyproject.toml earlier to avoid extra install round - Generate python3dist(setutpools/wheel) BR without pyproject.toml earlier as well- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild- Update the description of the package to match the new README content- List all files in %pyproject_files explicitly to avoid duplicate %lang entries - If you amend the installed files after %pyproject_install, %pyproject_files might break- Pass PYTHONDONTWRITEBYTECODE=1 to %tox to avoid packaged PYTEST bytecode- Allow multiple -e in %pyproject_buildrequires - Fixes: rhbz#1886509- Support PEP 517 list based backend-path- Process RECORD files in %pyproject_install and remove them - Support the extras configuration option of tox in %pyproject_buildrequires -t - Support multiple -x options for %pyproject_buildrequires - Fixes: rhbz#1877977 - Fixes: rhbz#1877978- Check the requirements after installing "requires_for_build_wheel" - If not checked, installing runtime requirements might fail- Support more Python version specifiers in generated BuildRequires - This adds support for the '~=' operator and wildcards- Make code in $PWD importable from %pyproject_buildrequires - Only require toml for projects with pyproject.toml - Remove a no longer useful warning for unrecognized files in %pyproject_save_files- Implement automatic detection of %lang files in %pyproject_save_files and mark them with %lang in filelist- Handle Python Extras in %pyproject_buildrequires on Fedora 33+- Allow multiple, comma-separated extras in %pyproject_buildrequires -x- Make macros more universal for alternative Python stacks- Change %pyproject_save_files +bindir argument to +auto to list all unclassified files in filelist- Actually implement %pyproject_extras_subpkg- Implement %pyproject_extras_subpkg- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild- %pyproject_buildrequires -x (extras requires for tests) now implies -r (runtime requires) instead of erroring without it for better UX.- Set HOSTNAME to prevent tox 3.17+ from a DNS query - Fixes rhbz#1856356- Switch from upstream deprecated pytoml to toml- Adapt %pyproject_install not to create a PEP 610 direct_url.json file- Add %pyproject_save_file macro for generating file section - Handle extracting debuginfo from extension modules (#1806625)- Tox dependency generator: Handle deps read in from a text file (#1808601)- Fallback to setuptools.build_meta:__legacy__ backend instead of setuptools.build_meta - Properly handle backends with colon - Preserve existing flags in shebangs of Python files in /usr/bin- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild- Install wheel in '$PWD/pyproject-macros-wheeldir' to have more explicit path from which we install. - The path can be changed by redefining %_pyproject_wheeldir.- Remove stray __pycache__ directory from /usr/bin when running %pyproject_install- When tox fails, print tox output before failing- Move a verbose line of %pyproject_buildrequires from stdout to stderr- Use importlib_metadata rather than pip freeze- Allow to fetch test dependencies from tox - Add %tox macro to invoke tests- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild- Add %pyproject_buildrequires- Fix shell syntax errors in %pyproject_install - Drop PATH warning in %pyproject_install- created package0.1.12.0-1.el8macros.pyprojectpyproject_preprocess_record.pypyproject_save_files.pypyproject_wheel.pypyproject-rpm-macrosREADME.mdpyproject-rpm-macrosLICENSE/usr/lib/rpm/macros.d//usr/lib/rpm/redhat//usr/share/doc//usr/share/doc/pyproject-rpm-macros//usr/share/licenses//usr/share/licenses/pyproject-rpm-macros/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=z13 -mtune=z14 -fasynchronous-unwind-tables -fstack-clash-protectioncpioxz2noarch-redhat-linux-gnumakefile script, ASCII textPython script, ASCII text executablePython script, UTF-8 Unicode text executabledirectoryUTF-8 Unicode textASCII text, with very long lineshttps://bugz.fedoraproject.org/pyproject-rpm-macros(python3.11-rpm-macros if python3.11-devel)(python3.12-rpm-macros if python3.12-devel)(python38-rpm-macros if python38-devel)(python39-rpm-macros if python39-devel)utf-8215784a51d650ca1f995cc66e56fae821acec808f578ec6c056b300ee7d433ee?07zXZ !#,WD] b2u Q{LY2//R%t>R²Fkni:a $b:[u"@oVA7nmYiN= ۦ aK0(.l4GTw|ޖ¼ϓ,pyYr TSqS #6q_e]+WU.U\, 1Xr˯:%nVdp5Kw^FWNHmd +ݼS['@_2K&)bDlv.Q8y)̖w]s F_j4G~oZ{d.MsAؑl[oZxOkq?N5'qT]GYڨ[̸aGq$x]<,I$Qq*j[.FڄgJB}?  {߰APѧp9zo!r"8OD{QL(T@NhyIAMs$:' Q٘~'eR'yطxV/'Gs=!`UEjjH<6Q'?( ,@+8vo+=F< cH?.C-kp_KVߡB6}^+猞oG٠b߃Jb@3ƽcTHV)EKN]gX]$Y?;(/7ubaVSxI(Y+pE;ˁgI8,;oMA%/d BEGh[7 Hf:i IgQW2h|aUKW"N" `_A\7NxaMfzu;ǯ|Nq:5Ax׾((=6J1lk z~;*9*>Xh8l'ztϳt_Uz r΃W+N…'jԹ'#*Wޡ׆d;vA/_ }9^60E^J+VxnPC7Ϊ[}QZWVFޮ\_Q=+5y&D/]NZT,dabNJԃJ2-ʿ SQ;[-h Λnglfr [r6ltm*~v:ZWfn6x:ez^XH8CdMmO)=-4>&=vt[w{V #sѤ7=$p&(\O4L'N p {:π\1f'^ ďP _ Ϧe-F{NvzYU3k1AS`=c`W]y^6D} SCgNdDvhRJ!Ks({30~1|yԢH`%`g1-J}"Y9ƴPqZ41*bW ׷b @ M+6DN]Ql-ca/bqJ' ۠}譧PfLWWHYnR7hƯ #8Ý:4#GsWOw}')ፚⷍwיA0(Jt&'zS>c']*~&[Hnw5==KCSw(jOh.%ie;QPR&*>x;63z6?QqAfd$.a(|6ӮSW3-+Gj+p ,a VGUbDBX餀K]z_ZA/]8d hSxk)W>[Qj}E+,*2ÃMOLDbX-^8AelE[axS +>~ƚ mYܞHCegӚ{J N:$h/#Y# HP /0r}Wr2;)CŃTB/ TWᦁjrrQ]щ6!VK)T3 bB[ .s Tɋw()9K &MJY$зw:ǻH; sqw)NJso%O)[W[ݮ=_zϕ_z? xC T˧$l~vb1bT<<0[dM %LTڜ |qWJD4[ѰҺEH*_󙋒 E$șK& >_+_Gڵ=<)a%uU)Uk7 KVCyB,W!_(3|Yn'Y82T|HG]ZѶ37M? I*~?kvoscI@d;aȯƾ\C; oM ']6_U|?? )W4K L Z7FX+Is;v,9jp\i!I[NpARf!@U1u>( oBIɡ=tM^%ºCGZ(5cv^sLr$26Z*>:Z_WTʜDܡHF[bi|hB0Yը"``Xsȟˎ[VYd!!L&Z_f66sȁϊ/u&~h$ a0j>ņuOz?̳c vf/[.rFgFh:6tIƉkCёm2tL7`'&6TlLj7fH#{'չ-V-k>Tu]^ 2weD\ TCN5+6}qG@3EXeuenAOUDշGDy7̪*SF~,..w,;pT5}T~ elI:-XT@8-7o? .M٣#BF,=I28ݝG+mw`*QvZ{Or]kH5sL;8FsFY]0ǜ̓Ih VJdd UNcRjŭDL-B09V">P2e7?`iLrfģe70L;v[+)[%WYˎ8,_ Vx׉sA CΏ`Nn~sTKڎ緼PTf-}jbsR}X5NiNo-@CZ-J\i B; IŦdxtǶ}^'v! ܦH| ٵRq<aV?h=hKskmQ.@WT.F-?"HroҮ/)c,A.bG|;4^nu grj̨ /XqubJhgl,{dbV[}OڧESm<$rZ:Q/̑Guœ6;=:.H@%d븹F{tF} aЗzEA?=-߮0Èk +TvTqU$Olj/ Ymj.8k-rrIf/AeaV]&cnM5%urf:VDB9J'q0׀4ߵwf 4; q;}^My9i+mZ:)37R$3_NecK4v=37^!N^ᖐcw2,M>yiz l^m+v̿ ѩb (BBiծtB4Lr9n`sx8xLU 3)m$0S`ΐV>+zd#slF'Jq~cO4=81˅Q𔦒ֺw԰ca J"*L`S߼.AԮ7XB2 c ox=tT ^ t B,9s`|o/+hu@bPB0J %  [hk׋oB[:Xi_z@PW>"@h8 |I@4Bc*ae)W/ƾX~q3 ӕr?X:hZ\sCOXU4'-Ֆ~~LF-C)pxo; Jd8(=pJwL&=jnvt]`kգu*LeJoMކGZe* j6~ ޝs#=*7 I$l>& V^/媦ʀ33{2k_[dk&{7Xg  2vd?#.x|ùO&2xhyJM]YIP7DCf8TJAh({MN4*q^f >vp9`p cUSr]=уɚ,׀LcEfE7A(7hd!+ı)IQZ¸}Md'ωs&7)UcKjwVۃw#ÁoGʵ8s׎9:y lXs,& aV/20$K1J0[#W.~㔏vCo}._!_/193l2` )'.1Df1: M{l( ف}3Sm]f8Ck{c\ll OhUg%/}Tϐu;a7 f4Nx@y/dž{?Y],f)|`6#EA큚ǙjUf#kA V:n}i{G?G7&L}2.RH }/苄RG..a[mB 4 h6=qUwwc‡;d h qhǒVZXJ%j0:(xvk=a/|PW]c66_j<^vQ["_qLY@zpZJsg핫q/KVj;̷֙f&!7Ch" +29`OyFk~98vY }8Qu7`1 jZ&[hA LNS%YU/El #"X/ -z{f*yE PX& 1*` 3%QJ1 l32@Rmص m쓱N֗ekkήeAQ:UNd4Ni ҉]y{G_tѿ p&@^`Va^hխ%]'CLA ,( :cH8r+iy Oy5Z˔Q+4UajFΎlpa0c\,ۿIξfa&qK@>at&\[;d0:5 BLb0ÕKp2l/~ x;Nx}&ĜJ} =%, GJ f>S(Ky:"op9X+ԟh[ܢ /o[P\(R/+F}@b~P?<|@mJrw].gӚ7pi#Xv1X (-c.8?LtG1nWuqxmp۶gQ(}}#sD{UM&rcT`?sdyGaaX=hD_nd+0@3rQ?E;EG'0>X=["KJ2 RWȓO,Ub=e\DTUMkt ?O<7tEc-8>V'˸gYyQ۶%B ޹xx 0ь)$.FǤerDs}aEE,\ʬPל l<:k۵{Hl^TPCd`[D(fbKCqPVU#(  hKݤ%{\?!uo5F_f2>zGBXgz ;HX}mf䈞dX$m֡,jFzi 2d[E[P">{a&=;nN}=&eyyO{(~c_B IM; 4#` 5WjOD 1Ce*ޞ2LCȾ\B,*?sO; 0#MϹyĪ=bt !,XѧroU!K`H%*8` sx4&~T_ybpaJö|4Y3o"mwTۜ<eIvN,-i5NV?[̮eN[.6Y5JB 2R,8"$.';t٢C:z%ɍ`LHmkD%$ַ؆afֽU "|g:xӣ7uc{ -vf2U;V5%'`xalBWę,zANVck×r䢷*[4:syExRrwu ) 3tWU;KJ b{%r6;6gw=̬eʇRbD>X[Ii U O_䢨sT4 %CVzcJ^aՁM'rV(l8 Ax!Uכt '%;'3JGL4=sr2ڼI&0ue .,Z8%hdlZ?|Y[48hWW]GE}FYxOr@rЬv4y*{=UygK%K̮D=քv{qR*)N yɖvK"h|,/M!*` ҄L θtAnY:ZI`hF#9\°^HF/h9~#Мj㰙aXYoo;M'] xH%Bę`&$?767  \ YuI)91v6+ AהeCB82Bc@,_B/^ '_M;mj|654!ȷ%<,}13 3((0Yb g]ry{+ZC=rsO T&Ş7cQLKӛ<1],LV %6Leغ}(J1rP}MC -@ BPX- n+龼bm̏:@o5N`3k2+κuoqߚoͷZP"N᳁TAzus `RXض'⇀]9M-~&d&%H8-Tk%{n{IjYd!JБP-yZvM &vuhkO6G,&M8y#ik'.ލ]Pj N${CK/pbn#ußyc7I,^8XW.L[&c+)UY%_'L  #vş"AVJB@'@zē$,UHw7MXlU3ش8l+|լ Woǒ_Q4+X⬊Z޵=b,lJ ;sHχx&f)`E)/ ^YK{!Fm;: >o*b`AWglSJtV"iLu u[A}ʹhg)[X|Mn3b;0-3ynt.> 4x`l{@_2TSh,[gjhh(ZS|ÑR.$ 5"bҵ#^CgJ{:w+Al|9Y?*[U0ҿ<Ӎ2e>JUj:&~V]L2nז\l㱠hnq+1L")X/3Agq=v^%%ۜY8bKXqDJ!A 6W9/[#Zq/?N=>ԡbl=nS+՗G ufv`)lNB}v,4aڼACY!dA+Se-dnED r1N5:nb/%҅C zqN\kXfP7A47Oo+yͅ"{}IyL`_>:Q٫~1Wf]VEs9HәȤ ylsm=IIWQ_[Bx:a6<:ґW#CeCmRoBc+p{`-Iº-6ˬV^_I4n݅%OMv$(y6g:_6}e@cqJW2U3nk;uϖsAɪC9Ig`:M\GQYe<؄΁zoqXeڮ$ԟ[p gt%pZzi&nS>=k_5 ͪL$ݶؑ7T8͞"ں6/"qL5/xvo 3t .S,1~%!"}DjgnN(HTu\qU+ݭ˜\ ND_ESi l0=\lIKNUr st\2g*{2fRȪI 8v|4b˿XH5C+ט3?:raH~R:Dׁ qv{F$@Av,Cd4SRؑHnUO4#wj -3bnw`@T9. V^4U/ph`5ZO85ݠOdUhԦ0FA 9} QA|Z?c^R1}_in[۟&K\"Uu:mφuj<ϝ(): Y\@ĝ^D8=`QPKHuJEjhVh[di7SDc#}2Zeh p]3˖2a:K M@e. u%ؓ"Td|z㎫BO{N+szꆍ(oVm0c fM#Î-fB[7P{wD]$oxw!S2 ҿ;v-yy-!GHح:b X(590Y3Olr+9}aߔ,](Nī0B$ɂTLPUS&8$ΰeʛo_옄Y:4iQx7&8^Ehl*YݜSOV/E/SP0iYc;0&'{ҽ+GQhG_V&º:G-I'OvD-p!D baҭDgqV#6%_{\ g$xWYY,`AiH,&,dvR]c%0֋\2=jsc]:v[ܭ|QuVoug\d/i8Xo+}? u"hi߷t0 C&LR Y] igZӣ($ o };GnZ-brB~Ω0i(͎̀Ss.x9`\4d~i02/ܽ6c] 2@5R4hOfw"YYnf +$*4 %,rA$CJ1*/Y/'zuإ7Fm'a0pUwaR]# ޤN߬eOO:>h1.nD<{/c'f~# oQ9)Xzn`Z uz_v.90J-?.]~JK9[qK8 K ڊc[>[pfdO- O"5ΠNv<_< p H? 4Qa8 CxSw>;يj( Kё;!4^e*ͽS2Ä*oq:{T\A IhDx|Yj*7(rWpv+ SUi~pBz?p,*|i# ZTU*PAW.^1 x]>%yB&gv^ wRK$Lmݩi|;ŞQ\ke +Ĝvc Sl:>;&.⾍* JzpghNf{IsYLM)^LY}]5 /f L2OL jb$O5bNMN.hgS0uh":q=KC(lJ2/B#.n2-}e&r;e )ü'pc3NjqP,x6IT;:7E'ƃi<6 !N@'N EB7oM{Ʒ`Z9fe".G` |zCB- JjnSUdCAxA֟iH<HN 7)SfLQiTYf]'߱"<G݄ 6܍@UQ ǹXy}` aei|>aewpn+G𦇁M󖍺]?i<:߇>Xb`r_vT댎8<{B9dG˴]4n#"Ⱥ{#m~fURJah< Q|) BǓtp3S!c Lֈ8GV>9*.]U,XV+u'Fԃ.} OD2Ϝ>\M7DsY-P3HC5J!Y/Ge i(g7NQ]S  dGY n6y00͒!LY7Ќ% ٻ/("^<<X {_i~"ј+]CleW` w*'q5#{wP;lM.~hv=W.C_`4 q6j 䨓lf qQRt\nIqkJnMv̎ٮ`E]TnX'D1Օai_ؠILpGZl 63dž[9I_$Kc4Dntv٨  1D 1Ì(}f s;<;>F@n.EBl`A948ܒjGMЇ={~X+9[eNۦzBR}'NȅQ{D7`s[\4kλfOTN}'MfV}=@Uh[(XS D_$UFNO~ _ |p%*OM9Bc[y@ Q9Vw2JdjojwX +uJ$.D @W'`*.Hor` SmTgCrrM2nCk)Gj:Բ/h 7\U@媥daca1W+Qyvս-ХAUVB[ud۫ erۯ^yA/Ĝ`;i2Mќ b3)a}(J{{chuJ~"TJ>^?* K> ;U/]n :0!JָT&Y995Oh>S9G 4osMbdω,IF߱Z3ez#*<ג=s;P:1ihOtď}x-b>Q'W!VC7afSznţu5mSGV Gj>hjD5r C=D4i ۋVs!K7 YZ