python311-yarl-1.9.2-150400.8.7.4<>,B|fr !hA@ڗlbmܹ燫ih,/W)C,4"BocL0> 7PR.[KMpmHʃ[kF$t)U`G6rzF PztSSՏ R%K2#O1`has-,tOy6'&\0{~$Y{.dv1 \F9/IɚaqZY"y>>8?8d $ <| (     (        (   h   8  l  ( 8 9T:;F.G. H/ I/ X/Y/\/ ]0h ^2wb3c4Yd4e4f4l4u4 v5| w6 x7t y7z8D8T8X8^8Cpython311-yarl1.9.2150400.8.7.4Yet another URL libraryThe module provides a URL class for url parsing and changing.fApache-2.0https://www.suse.com/Unspecifiedhttps://github.com/aio-libs/yarl/linuxx86_64,^[7iYSS%u%uųųz,3BKC,^AA큤A큤큤A큤A큤f`_) - Add `__bytes__()` magic method so that `bytes(url)` will work and use optimal ASCII encoding. (`#582 `_) - Started shipping platform-specific arm64 wheels for Apple Silicon. (`#622 `_) - Started shipping platform-specific wheels with the ``musl`` tag targeting typical Alpine Linux runtimes. (`#622 `_) - Added support for Python 3.10. (`#622 `_) - do not require pytest-runner for build, it is not needed- Unset -Werror=return-type for python39 - Only install typing_extensions for Python < 3.8- Add tests_overcome_bpo42967.patch to over effects of bpo#42967, which forbade mixing amps and semicolons in query strings as separators.- update to 1.6.3: - No longer loose characters when decoding incorrect percent-sequences (like ``%e2%82%f8``). All non-decodable percent-sequences are now preserved. - Provide generated ``.c`` files in TarBall distribution. - ``human_repr()`` now always produces valid representation equivalent to the original URL (if the original URL is valid). - Fixed requoting a single percent followed by a percent-encoded character in the Cython implementation. - Fix ValueError when decoding ``%`` which is not followed by two hexadecimal digits. - Fix decoding ``%`` followed by a space and hexadecimal digit. - Fix annotation of ``with_query()``/``update_query()`` methods for ``key=[val1, val2]`` case.- update to 1.6.0: - Allow for int and float subclasses in query, while still denying bool. `#492 `_ - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. `#502 `_ - Keep IPv6 brackets in ``origin()``. `#504 `_- remove c source file from package (rpmlint error) - needs typing-extensions- update to 1.5.0 - fix tests * Convert host to lowercase on URL building. #386 * Allow using mod operator (%) for updating query string (an alias for update_query() method) * Allow use of sequences such as list and tuple in the values of a mapping such as dict to represent that a key has many values: url = URL("http://example.com") assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2") * Support URL.build() with scheme and path (creates a relative URL) * Cache slow IDNA encode/decode calls * Add @final / Final type hints * Support URL authority/raw_authority properties and authority argument of URL.build() method * Hide the library implementation details, make the exposed public list very clean * Fix tests with newer Python (3.7.6, 3.8.1 and 3.9.0+) * Fix a bug where query component, passed in a form of mapping or sequence, is unquoted in unexpected way * Hide Query and QueryVariable type aliases in __init__.pyi, now they are prefixed with underscore. * Keep ipv6 brackets after updating port/user/password.- update to 1.4.2 * Workaround for missing str.isascii() in Python 3.6 * Distinguish an empty password in URL from a password not provided at all * Fixed annotations for optional parameters of URL.build * Use None as default value of user parameter of URL.build * Enforce building C Accelerated modules when installing from source tarball, use YARL_NO_EXTENSIONS environment variable for falling back to (slower) Pure Python implementation * Fix quoting of plus in path by pure python version * Don't create a new URL if fragment is unchanged * Included in error msg the path that produces starting slash forbidden error * Skip slow IDNA encoding for ASCII-only strings- update to 1.3.0 * Fix annotations for query parameter * An incoming query sequence can have int variables * Add URL.explicit_port property * Give a friendlier error when port cant be converted to int * bool(URL()) now returns False * Fix annotations for build * Fix annotations for cached_property * Accept str subclasses in URL constructor * Forbid inheritance, replace __init__ with __new__ * Support PEP-561 (provide type hinting marker)- Raise multidict requirement to match up setup.py- update to version 1.1.1: * Fix performance regression: don’t encode enmpty netloc (#170)- update to version 1.1.0: * Make pure Python quoter consistent with Cython version (#162) - changes from version 1.0.0: * Use fast path if quoted string does not need requoting (#154) * Speed up quoting/unquoting by _Quoter and _Unquoter classes (#155) * Drop yarl.quote and yarl.unquote public functions (#155) * Add custom string writer, reuse static buffer if available (#157) Code is 50-80 times faster than Pure Python version (was 4-5 times faster) * Don’t recode IP zone (#144) * Support encoded=True in yarl.URL.build() (#158) * Fix updating query with multiple keys (#160)- update to version 0.18.0: * Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible (#152)- specfile: * update copyright year * require python-idna - update to version 0.17.0: * Add idna requirement * update to idna 2008 and test * Update mypy from 0.550 to 0.560 * Better fix for #141- removed test conditional as requested in SR 555310 - enabled tests - require pytest-runner- update to version 0.16.0: * Fix raising TypeError by url.query_string() after url.with_query({}) (empty mapping) #141- update to version 0.15.0: * Add raw_path_qs attribute (#137)- update to version 0.14.2: * Restore strict parameter as no-op in quote/unquote - changes from version 0.14.1: * Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2- update to version 0.14.0: * Drop strict mode (#123) * Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url (#124)- update to version 0.13.0: * Document encoded parameter (#102) * Support relative urls like ‘?key=value’ (#100) * Unsafe encoding for QS fixed. Encode ; char in value param (#104) * Process passwords without user names (#95) - changes from version 0.12.0: * Properly support paths without leading slash in URL.with_path() (#90) * Enable type annotation checks- Initial release v0.11.0.h04-ch1c 1715266966  1.9.2-150400.8.7.41.9.2-150400.8.7.4yarlyarl-1.9.2.dist-infoINSTALLERLICENSEMETADATARECORDREQUESTEDWHEELtop_level.txt__init__.py__init__.pyi__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyc_quoting.cpython-311.opt-1.pyc_quoting.cpython-311.pyc_quoting_py.cpython-311.opt-1.pyc_quoting_py.cpython-311.pyc_url.cpython-311.opt-1.pyc_url.cpython-311.pyc_quoting.py_quoting_c.cpython-311-x86_64-linux-gnu.so_quoting_c.pyi_quoting_c.pyx_quoting_py.py_url.pypy.typedpython311-yarlCHANGES.rstREADME.rstpython311-yarlLICENSE/usr/lib64/python3.11/site-packages//usr/lib64/python3.11/site-packages/yarl-1.9.2.dist-info//usr/lib64/python3.11/site-packages/yarl//usr/lib64/python3.11/site-packages/yarl/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python311-yarl//usr/share/licenses//usr/share/licenses/python311-yarl/-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:Maintenance:33743/SUSE_SLE-15-SP4_Update/3b63d31a85f648d3ac5b1ee7cbb03973-python-yarl.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux  directoryASCII textUTF-8 Unicode text, with very long linesASCII text, with CRLF line terminatorsemptyPython script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=42c74ba43e622a40e93dccb6dd875130dd33976d, strippedC++ source, ASCII textPython script, UTF-8 Unicode text executableUTF-8 Unicode text RRRRRRRRRRRRRRRRRRRR&4g _"?m^?hutf-86a3a5d90728b39264855e93a12fbecfeab4c57bffb01fec9dc21e3b807c9a77c? 7zXZ !t/]"k%a N*4@G% S'`v0amTm-QKj6GL@-1@ |iKԕ;_‹.& lo\Dn%z%I3>cA>툞J,:jv&9y>nfڇT  ͅ4:,}:`)k +)JgVn>0xQBA!Ft33i_`=ES{;뻪nwkw2ZFdPKBVR-mb;*,JF# !B?8~UŕrE`4*%bI@c|*߅a\IIRсacNz7مN (eGrj\;A)puJBD:[,(8,^+dZKEŠ~H􄍴jK$b$ ;$KzhLK3sa0F( 5>PsKZ~Go4!`%z+dZDf\YZ/5k6R: |K\AP1ͧ &*^KѴZ[z"´QA-S'gzQX:I" ۂB}|4Թ+fLFЀByL[=c`"ER%5v\Ŧjy{ !|`֪NlU8Ɣl(c^q+N1lXH忮.dTN>8˫As6,z,.lզY]4hO1*'KboF&]#eɣ5?yXn iG֎#*9^;&|jTw-b/$ɋEClCQO J;"d&̷ DVBFߧ#7~axyЖ\G:qACPтF賈`CCև>Ea-@𽤽h!*^G1ƻ"[Bvy˟hf.+%e.a\FWI(Q%%[tY@I+Oq,s"i@cܩ}H2d7YO5X3iG&dcH\Et77*,X6+;^ȜXE-g_ 4  -Gٶ YZ