python2-lxml-devel-4.4.2-1.24 >  A ^p9|n9LœVuc0Trppc@O .~S _+I>017IQ$>Ӻ}De (6O 3>ꥅh0 ?&7qXTwq;qL3פ9J;'*mo҉`HR!33L Z Oᘏ,]1"ڲp.#[kQ1l:*x,o&@>%dBVU8tJ%G13Ytvߪ21a4844c8f642d5a2862e2e0ab0e37e8d92ac98a87c407cb4578d49014b296c49b9d3838bb9365a8fe3bd8253630429d05082300~^p9|JnŽ=q2k[sImlRj9.8z씡; O2&&u`@HL51жp*:Gj* TBnT1=~mnZ:]hjjAt5QxdCwM|?GCcT§Y'l(MʈFj8]$=L9JLdo{6GP? :exm늦@S:*dW">p>Y?Y d  B +<BLl |   t | ,p(>8H9: BU]FUoGUHUIUXUYUZV[V\V]V4^VbW:cWdX@eXEfXHlXJuX`vXzXXXXYCpython2-lxml-devel4.4.21.24Development files for python-lxmllxml is a Pythonic binding for the libxml2 and libxslt libraries. It provides convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT and C14N. This package contains header files needed to use lxml's C API.^ibs-lx2160ardb-1SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-or-laterhttps://www.suse.com/Development/Languages/Pythonhttps://lxml.de/linuxaarch64!D;<G!D@ꁤA큤^v^v];C]ۚ^v^}^YB1f86dc247c84d435276ffb69c2ae8384f13c21072a81cc22104b498faaddf63c729c1eb91c0ced75d6a0bdccbd8d9ba35b30c29b19587bc3dff2964f9634fcba7bc36573ec06ef8c51c8adc4aa89e45b1d362c6ceaee997a6e62d8cee58ef7f4b81e87b3cf5740c9002752554dc4fccf4438d4db4229c047b881203216b29df91f86dc247c84d435276ffb69c2ae8384f13c21072a81cc22104b498faaddf63c81661d2e60349906ee3602b8c7dd4762aa26fe8f6adab43317060a67b579749a41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-lxml-4.4.2-1.24.src.rpmpython-lxml-develpython2-lxml-develpython2-lxml-devel(aarch-64)     python2-lxmlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.4.23.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^(9@]6@]x]B@]5@]G@\C@\~d\eX@\l@[@["@[iZZ@Z|;YeY@YzY{'@X@X@XWW@W-@VHUU@U7@U7@TXmartin.sirringhaus@suse.comdimstar@opensuse.orgtchvatal@suse.compgajdos@suse.comtoddrme2178@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comjayvdb@gmail.commcepl@suse.comtoddrme2178@gmail.comcomurphy@suse.comtoddrme2178@gmail.comhpj@urpla.nettchvatal@suse.commimi.vx@gmail.comjmatejek@suse.comthomas.schraitle@suse.comjengelh@inai.deecsos@opensuse.orgjmatejek@suse.comaxel.braun@gmx.dejmatejek@suse.comtbechtold@suse.comtbechtold@suse.comtoddrme2178@gmail.commcihar@suse.czaloisio@gmx.commcihar@suse.czmcihar@suse.czmlin@suse.com- Update to 4.4.2: * LP#1835708: ElementInclude incorrectly rejected repeated non-recursive includes as recursive. * Remove patch lxml-libxml-2.9.10.patch which is now upstream- Add lxml-libxml-2.9.10.patch: Fix build against libxml 2.9.10.- Update to 4.4.1: * LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as attrib mapping during element creation. * LP#1838521: The package metadata now lists the supported Python versions.- version update to 4.4.0 * ``Element.clear()`` accepts a new keyword argument ``keep_tail=True`` to clear everything but the tail text. This is helpful in some document-style use cases. * When creating attributes or namespaces from a dict in Python 3.6+, lxml now preserves the original insertion order of that dict, instead of always sorting the items by name. A similar change was made for ElementTree in CPython 3.8. See https://bugs.python.org/issue34160 * Integer elements in ``lxml.objectify`` implement the ``__index__()`` special method. * GH#269: Read-only elements in XSLT were missing the ``nsmap`` property. Original patch by Jan Pazdziora. * ElementInclude can now restrict the maximum inclusion depth via a ``max_depth`` argument to prevent content explosion. It is limited to 6 by default. * The ``target`` object of the XMLParser can have ``start_ns()`` and ``end_ns()`` callback methods to listen to namespace declarations. * The ``TreeBuilder`` has new arguments ``comment_factory`` and ``pi_factory`` to pass factories for creating comments and processing instructions, as well as flag arguments ``insert_comments`` and ``insert_pis`` to discard them from the tree when set to false. * A `C14N 2.0 `_ implementation was added as ``etree.canonicalize()``, a corresponding ``C14NWriterTarget`` class, and a ``c14n2`` serialisation method. * bugfixes, see CHANGES.txt - deleted sources - lxmldoc-4.3.3.pdf (renamed) - added sources + lxmldoc-4.4.0.pdf + world.txt- Update to 4.3.4 * Rebuilt with Cython 0.29.10 to support Python 3.8. Note: documentation is not updated- Remove generated files- Update to 4.3.3: * Fix leak of output buffer and unclosed files in ``_XSLTResultTree.write_output()``.- Update to 4.3.2: * Crash in 4.3.1 when appending a child subtree with certain text nodes.- Update to v4.3.1 * Fixed crash when appending a child subtree that contains unsubstituted entity references - from v4.3.0 * Features + The module ``lxml.sax`` is compiled using Cython in order to speed it up. + lxml.sax.ElementTreeProducer now preserves the namespace prefixes. If two prefixes point to the same URI, the first prefix in alphabetical order is used. + Updated ISO-Schematron implementation to 2013 version (now MIT licensed) and the corresponding schema to the 2016 version (with optional "properties"). * Other + Support for Python 2.6 and 3.3 was removed. + The minimum dependency versions were raised to libxml2 2.9.2 and libxslt 1.1.27, which were released in 2014 and 2012 respectively. - from v4.2.6 * Fix a DeprecationWarning in Py3.7+. * Import warnings in Python 3.6+ were resolved. - Remove no longer needed 0001-Make-test-more-resilient-against-changes-in-latest-l.patch- Remove superfluous devel dependency for noarch package- Update to 4.2.5 * Javascript URLs that used URL escaping were not removed by the HTML cleaner. Security problem found by Omar Eissa.- Fix threading tests patch for 42.3 * Add 0001-Make-test-more-resilient-against-changes-in-latest-l.patch * Remove python-lxml-assert.patch- Update to 4.2.4 (2018-08-03) + Features added * GH#259: Allow using ``pkg-config`` for build configuration. Patch by Patrick Griffis. + Bugs fixed * LP#1773749, GH#268: Crash when moving an element to another document with ``Element.insert()``. Patch by Alexander Weggerle. - Update to 4.2.3 + Bugs fixed * Reverted GH#265: lxml links against zlib as a shared library again. - Update to 4.2.2 + Bugs fixed * GH#266: Fix sporadic crash during GC when parse-time schema validation is used and the parser participates in a reference cycle. Original patch by Julien Greard. * GH#265: lxml no longer links against zlib as a shared library, only on static builds. Patch by Nehal J Wani.- Version update to 4.2.1: * LP#1755825: iterwalk() failed to return the 'start' event for the initial element if a tag selector is used. * LP#1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol. * LP#1727864, GH#258: Add "-isysroot" linker option on MacOS as needed by XCode 9.- Version update to 4.2.0: * GH#255: ``SelectElement.value`` returns more standard-compliant and browser-like defaults for non-multi-selects. If no option is selected, the value of the first option is returned (instead of None). If multiple options are selected, the value of the last one is returned (instead of that of the first one). If no options are present (not standard-compliant) ``SelectElement.value`` still returns ``None``. * GH#261: The ``HTMLParser()`` now supports the ``huge_tree`` option. Patch by stranac. * LP#1551797: Some XSLT messages were not captured by the transform error log. * LP#1737825: Crash at shutdown after an interrupted iterparse run with XMLSchema validation. - Add patch python-lxml-assert.patch to pass test fail on threading- update to 4.1.1 - ElementPath supports text predicates for current node, like "[.='text']". - ElementPath allows spaces in predicates. - Custom Element classes and XPath functions can now be registered with a decorator rather than explicit dict assignments. - LP#1722776: Requesting non-Element objects like comments from a document with PythonElementClassLookup could fail with a TypeError.- run tests only when the appropriate pythons are available- spec changes: - add fdupes - update to 4.0.0: Features added: - The ElementPath implementation is now compiled using Cython, which speeds up the .find*() methods quite significantly. - The modules lxml.builder, lxml.html.diff and lxml.html.clean are also compiled using Cython in order to speed them up. - xmlfile() supports async coroutines using async with and await. - iterwalk() has a new method skip_subtree() that prevents walking into the descendants of the current element. - RelaxNG.from_rnc_string() accepts a base_url argument to allow relative resource lookups. - The XSLT result object has a new method .write_output(file) that serialises output data into a file according to the configuration. Bugs fixed: - GH#251: HTML comments were handled incorrectly by the soupparser. Patch by mozbugbox. - LP#1654544: The html5parser no longer passes the useChardet option if the input is a Unicode string, unless explicitly requested. When parsing files, the default is to enable it when a URL or file path is passed (because the file is then opened in binary mode), and to disable it when reading from a file(-like) object. Note: This is a backwards incompatible change of the default configuration. If your code parses byte strings/streams and depends on character detection, please pass the option guess_charset=True explicitly, which already worked in older lxml versions. - LP#1703810: etree.fromstring() failed to parse UTF-32 data with BOM. - LP#1526522: Some RelaxNG errors were not reported in the error log. - LP#1567526: Empty and plain text input raised a TypeError in soupparser. - LP#1710429: Uninitialised variable usage in HTML diff. - LP#1415643: The closing tags context manager in xmlfile() could continue to output end tags even after writing failed with an exception. - LP#1465357: xmlfile.write() now accepts and ignores None as input argument. - Compilation under Py3.7-pre failed due to a modified function signature. Other changes: - The main module source files were renamed from lxml.*.pyx to plain *.pyx (e.g. etree.pyx) to simplify their handling in the build process. Care was taken to keep the old header files as fallbacks for code that compiles against the public C-API of lxml, but it might still be worth validating that third-party code does not notice this change.- Ensure neutrality of description. Adjust RPM categories.- update to 3.8.0 Features added - ElementTree.write() has a new option doctype that writes out a doctype string before the serialisation, in the same way as tostring(). - GH#220: xmlfile allows switching output methods at an element level. Patch by Burak Arslan. - LP#1595781, GH#240: added a PyCapsule Python API and C-level API for passing externally generated libxml2 documents into lxml. - GH#244: error log entries have a new property path with an XPath expression (if known, None otherwise) that points to the tree element responsible for the error. Patch by Bob Kline. - The namespace prefix mapping that can be used in ElementPath now injects a default namespace when passing a None prefix. Bugs fixed - GH#238: Character escapes were not hex-encoded in the xmlfile serialiser. Patch by matejcik. - GH#229: fix for externally created XML documents. Patch by Theodore Dubois. - LP#1665241, GH#228: Form data handling in lxml.html no longer strips the option values specified in form attributes but only the text values. Patch by Ashish Kulkarni. - LP#1551797: revert previous fix for XSLT error logging as it breaks multi-threaded XSLT processing. - LP#1673355, GH#233: fromstring() html5parser failed to parse byte strings. Other changes - The previously undocumented docstring option in ElementTree.write() produces a deprecation warning and will eventually be removed. - enable source url for pdf doc - remove patch lxml-fix-attribute-quoting.patch because it is now in upstream- temporarily disable Source URL for pdf doc (it became unavailable) - lxml-fix-attribute-quoting.patch - stabilize attribute entity encoding across platforms - force-regenerate C code from Cython sources- Version 3.7.3 * GH#218 was ineffective in Python 3. * GH#222: lxml.html.submit_form() failed in Python 3. Patch by Jakub Wilk. * Work around installation problems in recent Python 2.7 versions due to FTP download failures. * GH#219: ``xmlfile.element()`` was not properly quoting attribute values. Patch by Burak Arslan. * GH#218: ``xmlfile.element()`` was not properly escaping text content of script/style tags. Patch by Burak Arslan. * GH#217: ``XMLSyntaxError`` now behaves more like its ``SyntaxError`` baseclass. Patch by Philipp A. * GH#216: ``HTMLParser()`` now supports the same ``collect_ids`` parameter as ``XMLParser()``. Patch by Burak Arslan. * GH#210: Allow specifying a serialisation method in ``xmlfile.write()``. Patch by Burak Arslan. * GH#203: New option ``default_doctype`` in ``HTMLParser`` that allows disabling the automatic doctype creation. Patch by Shadab Zafar. * GH#201: Calling the method ``.set('attrname')`` without value argument (or ``None``) on HTML elements creates an attribute without value that serialises like ``
``. Patch by Daniel Holth. * GH#197: Ignore form input fields in ``form_values()`` when they are marked as ``disabled`` in HTML. Patch by Kristian Klemon. * GH#206: File name and line number were missing from XSLT error messages. Patch by Marcus Brinkmann. * Log entries no longer allow anything but plain string objects as message text and file name. * ``zlib`` is included in the list of statically built libraries. * GH#204, LP#1614693: build fix for MacOS-X. * LP#1614603: change linker flags to build multi-linux wheels * LP#1614603: release without source changes to provide cleanly built Linux wheels- update for multipython build- update to 3.6.1 (FATE #321014): * Separate option ``inline_style`` for Cleaner that only removes ``style`` attributes instead of all styles. * Windows build support for Python 3.5. * Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do). * Try to provide base URL from ``Resolver.resolve_string()``. * More accurate float serialisation in ``objectify.FloatElement``. * Repair XSLT error logging.- update to 3.6.0: * Static builds honour FTP proxy configurations when downloading the external libs. * Now supports (only) version 5.x and later of PyPy. * Soupparser failed to process entities in Python 3.x. * Rare encoding related `TypeError` on import was fixed. * Direct support for `.rnc` files in `RelaxNG()` if `rnc2rng` is installed.- update to version 3.5.0: * Unicode string results failed XPath queries in PyPy. * LP#1497051: HTML target parser failed to terminate on exceptions and continued parsing instead. * Deprecated API usage in doctestcompare. - changes from version 3.5.0b1: * cleanup_namespaces() accepts a new argument keep_ns_prefixes that does not remove definitions of the provided prefix-namespace mapping from the tree. * cleanup_namespaces() accepts a new argument top_nsmap that moves definitions of the provided prefix-namespace mapping to the top of the tree. * LP#1490451: Element objects gained a cssselect() method as known from lxml.html. Patch by Simon Sapin. * API functions and methods behave and look more like Python functions, which allows introspection on them etc. One side effect to be aware of is that the functions now bind as methods when assigned to a class variable. A quick fix is to wrap them in staticmethod() (as for normal Python functions). * ISO-Schematron support gained an option error_finder that allows passing a filter function for picking validation errors from reports. * LP#1243600: Elements in lxml.html gained a classes property that provides a set-like interface to the class attribute. Original patch by masklinn. * LP#1341964: The soupparser now handles DOCTYPE declarations, comments and processing instructions outside of the root element. Patch by Olli Pottonen. * LP#1421512: The docinfo of a tree was made editable to allow setting and removing the public ID and system ID of the DOCTYPE. Patch by Olli Pottonen. * LP#1442427: More work-arounds for quirks and bugs in pypy and pypy3. * lxml.html.soupparser now uses BeautifulSoup version 4 instead of version 3 if available. * Memory errors that occur during tree adaptations (e.g. moving subtrees to foreign documents) could leave the tree in a crash prone state. * Calling process_children() in an XSLT extension element without an output_parent argument failed with a TypeError. Fix by Jens Tröger. * GH#162: Image data in HTML data URLs is considered safe and no longer removed by lxml.html.clean JavaScript cleaner. * GH#166: Static build could link libraries in wrong order. * GH#172: Rely a bit more on libxml2 for encoding detection rather than rolling our own in some cases. Patch by Olli Pottonen. * GH#159: Validity checks for names and string content were tightened to detect the use of illegal characters early. Patch by Olli Pottonen. * LP#1421921: Comments/PIs before the DOCTYPE declaration were not serialised. Patch by Olli Pottonen. * LP#659367: Some HTML DOCTYPE declarations were not serialised. Patch by Olli Pottonen. * LP#1238503: lxml.doctestcompare is now consistent with stdlib's doctest in how it uses + and - to refer to unexpected and missing output. * Empty prefixes are explicitly rejected when a namespace mapping is used with ElementPath to avoid hiding bugs in user code. * Several problems with PyPy were fixed by switching to Cython 0.23.- Add devel package with header files in devel package, so that others can use C API (needed for dm.xmlsec.binding)- Update to version 3.4.4 Bugs fixed: * An ElementTree compatibility test added in lxml 3.4.3 that failed in Python 3.4+ was removed again. - Aligned dependency versions with PyPI ones- Drop lxml-dont-depend-on-URL-formatting-in-test.patch, merged upstream- Update to 3.4.3: * Expression cache in ElementPath was ignored. Fix by Changaco. * LP#1426868: Passing a default namespace and a prefixed namespace mapping as nsmap into ``xmlfile.element()`` raised a ``TypeError``. * LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing double quotes. Patch by Olli Pottonen. * LP#1419354: meta-redirect URLs were incorrectly processed by ``iterlinks()`` if preceded by whitespace. * LP#1415907: Crash when creating an XMLSchema from a non-root element of an XML document. * LP#1369362: HTML cleaning failed when hitting processing instructions with pseudo-attributes. * ``CDATA()`` wrapped content was rejected for tail text. * CDATA sections were not serialised as tail text of the top-level element. * New ``htmlfile`` HTML generator to accompany the incremental ``xmlfile`` serialisation API. Patch by Burak Arslan. * ``lxml.sax.ElementTreeContentHandler`` did not initialise its superclass.- Update to 3.4.0 * Features added * * xmlfile(buffered=False) disables output buffering and flushes the content after each API operation (starting/ending element blocks or writes). A new method xf.flush() can alternatively be used to explicitly flush the output. * * lxml.html.document_fromstring has a new option ensure_head_body=True which will add an empty head and/or body element to the result document if missing. * * lxml.html.iterlinks now returns links inside meta refresh tags. * * New XMLParser option collect_ids=False to disable ID hash table creation. This can substantially speed up parsing of documents with many different IDs that are not used. * * The parser uses per-document hash tables for XML IDs. This reduces the load of the global parser dict and speeds up parsing for documents with many different IDs. * * ElementTree.getelementpath(element) returns a structural ElementPath expression for the given element, which can be used for lookups later. * * xmlfile() accepts a new argument close=True to close file(-like) objects after writing to them. Before, xmlfile() only closed the file if it had opened it internally. * * Allow "bytearray" type for ASCII text input. * Other changes * * LP#400588: decoding errors have become hard errors even in recovery mode. Previously, they could lead to an internal tree representation in a mixed encoding state, which lead to very late errors or even silently incorrect behaviour during tree traversal or serialisation. * * Requires Python 2.6, 2.7, 3.2 or later. No longer supports Python 2.4, 2.5 and 3.1, use lxml 3.3.x for those. * * Requires libxml2 2.7.0 or later and libxslt 1.1.23 or later, use lxml 3.3.x with older versions. - Add updatream patch lxml-dont-depend-on-URL-formatting-in-test.patch * fix test - Changes in 3.3.6 * Bugs fixed * * Prevent tree cycle creation when adding Elements as siblings. * * LP#1361948: crash when deallocating Element siblings without parent. * * LP#1354652: crash when traversing internally loaded documents in XSLT extension functions.python-lxml-develibs-lx2160ardb-1 15914093364.4.2-1.244.4.2-1.244.4.2-1.244.4.2-1.24etree.hetree_api.hetree_defs.hlxml-version.hlxml.etree.hlxml.etree_api.hpython2-lxml-develLICENSES.txt/usr/lib64/python2.7/site-packages/lxml//usr/lib64/python2.7/site-packages/lxml/includes//usr/share/licenses//usr/share/licenses/python2-lxml-devel/-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/59a0dab9de35f07c7f8962000cfe8df8-python-lxmlcpioxz5aarch64-suse-linuxC source, ASCII textdirectoryASCII text&V[G:utf-85bf66bd239075998d0c524cbe0b421a5613c70752b035ab8fab64f9b40b048ca? 7zXZ !t/!!] cNſ^J0hs$}V|ٌwxϘځOI Oywo`tQK;ἚG0)7!wK5Xqa6RR$+'B.+u+lܩ ]6i=ϢTp| A&7bM.Oa ~jq- yX E4!~!+!FJRO8t>Aa>_sTc'됳 @M)84n `BKU> qcIQAwEBkM6YAϽ3to3<|,_im숽7$)I!V#3S<%y-T'4w;)?HV?r'$iWG׎d}tX}.MކC) A͐OuҐ^Pߢ, WJfP9m54&s%nē|k8ߺUeٺ·]_ʋ)(pZ2=I 2/pX㓽k՝eQ"ZRՑ% O-qq*(X{>4}dwXꩠ%"/0 O0T)kN+i_ X(A᳣BWu pԁ| Tڕl~9{.1D\yd7TC0}uf{_;m&hDIއsPv!¨؁mL,EW wcѭyR5 Dy@TU++sfН⏄8$>qJZ>8=e4}[̀'6Ah;@=HzjFF 2-P_H1@wG8T#ÄO]Ȇ(ɂ1ޮǜi14cJ&lF2)v<]wOǩ3x/ 50e#u(6fͿB|ϧֹ1]Eg?K5p沱^,}8!_U [ΉopeIXY?hyH7.I Ĝl^9gFuݜO0wR<5BX4C lɗ&f 2Y՟tI2Lxy6x-<;7`KuƳF-31-7HEĮ*JwG[y[S8+Dnk-жz*l\T~!37(S0P{8t"L1VBT5#KE.u W P" EQ:S(7rh7T", W +,Ҷ8}xO޻RGR_3C9Lk .sr yf{P!;g:O!70N:I!T aOzkG&ֵc6&.\ 'u{U~Edzh(lטZdy.S๪;}=7,F Vs(8}8?KU'H}dAT/֪0 SqWjsET<րҐ teidqvQ}B=(?9 b)qv&\pc? T#(~' D//VV_@(e%)/y<1m !sRFD_}&Uc(jԄ{<'OY B{J6 ި'IRD*ޏfyh(۞)DNW 7?l6\v>W/a=Y\~^ $=0P<9*s"e=`PoXH,M-V1뺮7$J&THMR{k  #.)s*oVISM0f Ao_˼{P#``ܟ~4lRmnfXi/QNb/v=ҷ::{p36b /|4%lrx ÔX7eQ@[=DU @–{.63-zH<(6GylkaMK[\xw He~ḫb-[Zt\OVT JM矻-OpI,_.z *<lGO;'b*fOI#Eݱ쥜}ePJ6h`js? _巖#ߗniZ\a! i?lhG"'0*dr@J*y][! 70(YvӊsuȺtpmۂc-]LT`xuN!nX!5뚚7!bw%Ђ4S l[+,EQ2sy8l߿xW;Y3C*qXU~i54-d²3zT]iNPpTa<{_**}@H1kd#$ ~{şe?QҬ}VKa,DUͅe.d_Q.uM ~3^eb z˿/@qLl^ "OQz*цU, 00gCeTC0\{&KQJy$ 9f +!*H1B+s&h -fAy㎰0\< זȁڃgP>M06α0/ۡ '@??S^ީjy,)SYpŨ4Htg^>2"paDo"܎i?525L-՜ؔBl1R՚CGfhݓ;3Ae.c%|ĊK]^TPg%Ccc+bg4 K!c̀1(Pe{=nu-2s. $YG%(q%=.\jڅe/l~XFtI oдW~l-#T3ş]C^57>)gwH3,+ynF SL ubG ,P9ݏTH2Mux ?4@8W2M!_`s t&ֲÎ控HV"U\2:'=Z ؊xB~{hr7~2zS,mP]މIhd(p7|^1KUaǡvCJ ㊗a {d+qJ'z+wk;hmcBhwt^*xg1Dx e§.Cwʵqz\ނ7R->9neuG[&7 ʱK8 "T76W{ o=e\e֛1[a9 F߿z;âNOQh5*ܮԏbAe,uqq!qbVvCGop5xBEx8:.~CNl0*I-M  G6.9i . dF w 9KYYntzGo?4^"2_͸ 9U9*ŽN[+}F/Ξ>%H3NC+x}58$Pc"^d[Kc6zV8K:7΃7%ߐ.ڊln)a]=@U9I+BTc 8ŏm>̵YL8 ;Jtfzkť#c?ZXTܻŧ67 .WD*ЀPnlOiyO00$NpNTYg- :Ka]8ݩMTqn5PfաFw&Qaj2vY"|Ę$7ewi߱^z"d|q^$gHb 52a2V]03RWo}}0Ӂ❮k Que]K$Gҋm0YWK\M8 ͞ǥkSImWdqt;2DVl5F5}j GrZ*Jct< Ni5•Ľk rk\d\-^UoM%^U5M6m"1YK!Ƚ5Zbexf¶)|hfmO ÌcS)i/ܢ`4+C`!UAd`3(+6&L3_bNLDKeҔ 4edt>J\\WoqR ]Iش6ҿlيAlXj`ײ0lF} S B6VDաaK' r+v> Pb)Ceze0k3cN 5lZI_ /keŘ,ZV\yMUp(U?L9$l[=݈OcK-RUqX$Ùhkt)y+KEaO<Nsi;, Һ)+!Es cʹIdBMm1H\L0ؿLg 4tQ{+P؊uiuΥKφ0]9|ҭ.U* $1x 3reZ# U +v!tt J1Vi iI~>UY0 *Fiv5]?uoo%BzSG?.r3ق(_=ϧPNmڙԉͬx#{LX6IvH t@*N΁C4hZM .+ {rm%&2bw 5\+6?ј?yQs|0WJ4O⾱ZߵZx|KTIItdjd0N Zޒ|Mk~(ک|;̀E|}ܔnxnsDR)T03b^ h݂= Ex ^ua9UhfX 7@jL' Ta2c4i(~`&*$PuL wV58-߹b= 8=&C:"b OZm@y&Єl 3b?y5={4vS- `gY#i^ŀ]wʀ8-5S"@q˜ب0Vk,exK'RS¿W{іnF?Htĉiv,_ÍQzMj]\&@WVO2lh)NLu]uke:KzW/vd>4#P e >8y,^A>^:I^ !ehsC v%2=3Z{sM+ZwD쩎k*2(㠖) 6SʘK*Qw'#h|Hg U?`V-a0esU`/0sFEɃͲ5WR1W(ZIki7N̯DğºFzu3{06S0fBJXWdjkϯ+fʉLI՜o8tWPƗ8aIRzeWE*7R6خu$|W^bX5xm'?W GT )ͬ߶sn?ofuü69[~LfQ/+ZB'\NGs>Nu! mR ޥs;Bb ? iĊƢQVZhƟa:o{i@%ȼ<@!EZ{V]申K9 s7DbW&r*# &ߟec'\W?-Pc(k%q]֖{TskZ8 +R519w"{3p/qMV2@-pœlD$ C+^w8 ؝j> kY ꡬ0Nδx֛ƃ2$ ?^\: Uq#zf>bSO.gpG{>WnNA,&,*χ&c&i[!fC1vb󀓡d$c_E}FZ׾y߳qB{uO! FVNV D&V~.d=qdћ%GK q,WOfߙ0J8-=FZ+J/c."(;38Mx.W#*=s%& ,%/HCy^$@OWM`֪_Orh߱Cz9hKB j YZ