python311-typing_extensions-4.5.0-150400.3.9.1<>,8f;p9|7:"}B6́wC{s}G.ZNnޞ{Skؤ3!y G:VHy37Di0+~%>epFg`E|k#. 4"P[eߍǶ K&˯SH*r@U]>@j7<,LaFMN(K# Mr695Ic;7mP /~"FS L}5 M{=z&UҢQ k1 iˆ Ɛ*O!m w >>0|?0ld$ 1 h$(48Qr}   * H       + v    4 ( 8 9 0:F*7G*LH*I*X*Y*\+]+@^,Jb-uc.d.e.f.l.u.v/ w/x/y0z0 00 0&0hCpython311-typing_extensions4.5.0150400.3.9.1Backported and Experimental Type Hints for Python 3.7+The typing_extensions module serves two related purposes: * Enable use of new type system features on older Python versions. For example, typing.TypeGuard is new in Python 3.10, but typing_extensions allows users on previous Python versions to use it too. * Enable experimentation with new type system PEPs before they are accepted and added to the typing module. New features may be added to typing_extensions as soon as they are specified in a PEP that has been added to the python/peps repository. If the PEP is accepted, the feature will then be added to typing for the next CPython release. No typing PEP has been rejected so far, so we haven't yet figured out how to deal with that possibility. Starting with version 4.0.0, typing_extensions uses Semantic Versioning. The major version is incremented for all backwards-incompatible changes. Therefore, it's safe to depend on typing_extensions like this: typing_extensions >=x.y, <(x+1), where x.y is the first version that includes all features you need. typing_extensions supports Python versions 3.7 and higher. In the future, support for older Python versions will be dropped some time after that version reaches end of life.f;h04-ch2bFSUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Unspecifiedhttps://github.com/python/typing/linuxnoarch1!QfQHa1󁤁A큤A큤A큤f;f;f;f;f;f;f;f;f;f;f;c$^c#f;c!e4d0a0b259a6bb149fab0539fd7f386e0ecf817f675bad263826d4c62a567d876727ee4e67084092dd9e0ad2ab5fd89764fcd1340ad0799a75daccb2c50e7ffdceebae7b8927a3227e5303cf5e0f1f7b34bb542ad7250ac03fbcde36ec2f1508c7afb65e755707b9fb90487389a176d3ed3d0031d5131afde45c23715ff5e891ca455a35a672ca9ecb2f5c078e2800c0b11388f7d9023afe9a3ca692a4a16cf45b4a8b013f5e2b012ea737d138947f1dddcad3038c3b30b02f926179483fe76de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855ad282afc9a4717d7c7475971e77ab083fd7ed8bca9644fea99cb976d552af78f79f413c49f9fe1b548de447aa6cfd1f5164053eefc10286f8034aa93bffad1eb1ade67756e5e27ab65d524463e7acd7cba4372fbabe24517010b48ef47c6afaa301e58cc98780aef7be5ac4427a58bca3c992bfdd2b6bf46ebd29f93e7e879f7c7afb65e755707b9fb90487389a176d3ed3d0031d5131afde45c23715ff5e891rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-typing_extensions-4.5.0-150400.3.9.1.src.rpmpython311-typing-extensionspython311-typing_extensions@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.113.0.4-14.6.0-14.0-15.2-14.14.3f/dBzd7cU@czcV~@cN@cb_a`._@_@_<__9^^j$@]µ]4S\zp@\zp@\w@\w@[ @adrian.glaubitz@suse.comdmueller@suse.commcepl@suse.comadrian@suse.decode@bnavigator.decode@bnavigator.deadrian.glaubitz@suse.comjayvdb@gmail.comadrian.glaubitz@suse.comdmueller@suse.commmachova@suse.comcode@bnavigator.decode@bnavigator.dedmueller@suse.commcepl@suse.comdmueller@suse.commcalabkova@suse.comtchvatal@suse.comlars@linux-schulserver.desebix+novell.com@sebix.attchvatal@suse.comjayvdb@gmail.comtchvatal@suse.comjayvdb@gmail.commcepl@suse.com- Add patch to fix import path for ann_module, ann_module2 and ann_module3 * fix-ann_module-import-path.patch- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- update to version 4.5.0 Details can be found here: https://pypi.org/project/typing-extensions/4.5.0/ - obsoletes _typed_dict_test_helper.py hack- Back to multibuild: remove python-testsuite from buildcycle, because of setuptools_scm closing it at the other end.- Clean specfile from old cruft. - Requires Python 3.7+ - Fix testsuite: Must test as module; don't need multibuild. - Update Summary and Description- Update to version 4.4.0 * Add `typing_extensions.Any` a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234). * Add initial support for TypeVarLike `default` parameter, PEP 696. Patch by Marc Mueller (@cdce8p). * Runtime support for PEP 698, adding `typing_extensions.override`. Patch by Jelle Zijlstra. * Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695. Patch by Jelle Zijlstra.- Add _typed_dict_test_helper.py missing from PyPI release - Update to v4.3.0 * Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka) * Adjust typing_extensions.TypedDict to allow for generic TypedDicts on Python <3.11 (backport from python/cpython#27663, by Samodya Abey)- Update to version 4.2.0 * Re-export `typing.Unpack` and `typing.TypeVarTuple` on Python 3.11. * Add `ParamSpecArgs` and `ParamSpecKwargs` to `__all__`. * Improve "accepts only single type" error messages. * Improve the distributed package. Patch by Marc Mueller (@cdce8p). * Update `typing_extensions.dataclass_transform` to rename the `field_descriptors` parameter to `field_specifiers` and accept arbitrary keyword arguments. * Add `typing_extensions.get_overloads` and `typing_extensions.clear_overloads`, and add registry support to `typing_extensions.overload`. Backport from python/cpython#89263. * Add `typing_extensions.assert_type`. Backport from bpo-46480. * Drop support for Python 3.6. Original patch by Adam Turner (@AA-Turner). - from version 4.1.1 * Fix importing `typing_extensions` on Python 3.7.0 and 3.7.1. Original patch by Nikita Sobolev (@sobolevn). - from version 4.1.0 * Runtime support for PEP 646, adding `typing_extensions.TypeVarTuple` and `typing_extensions.Unpack`. * Add interaction of `Required` and `NotRequired` with `__required_keys__`, `__optional_keys__` and `get_type_hints()`. Patch by David Cabot (@d-k-bo). * Runtime support for PEP 675 and `typing_extensions.LiteralString`. * Add `Never` and `assert_never`. Backport from bpo-46475. * `ParamSpec` args and kwargs are now equal to themselves. Backport from bpo-46676. Patch by Gregory Beauregard (@GBeauregard). * Add `reveal_type`. Backport from bpo-46414. * Runtime support for PEP 681 and `typing_extensions.dataclass_transform`. * `Annotated` can now wrap `ClassVar` and `Final`. Backport from bpo-46491. Patch by Gregory Beauregard (@GBeauregard). * Add missed `Required` and `NotRequired` to `__all__`. Patch by Yuri Karabas (@uriyyo). * The `@final` decorator now sets the `__final__` attribute on the decorated object to allow runtime introspection. Backport from bpo-46342. * Add `is_typeddict`. Patch by Chris Moradi (@chrismoradi) and James Hilton-Balfe (@Gobot1234). - from version 4.0.1 * Fix broken sdist in release 4.0.0. Patch by Adam Turner (@AA-Turner). * Fix equality comparison for `Required` and `NotRequired`. Patch by Jelle Zijlstra (@jellezijlstra). * Fix usage of `Self` as a type argument. Patch by Chris Wesseling (@CharString) and James Hilton-Balfe (@Gobot1234). - from version 4.0.0 * Starting with version 4.0.0, typing_extensions uses Semantic Versioning. See the README for more information. * Dropped support for Python versions 3.5 and older, including Python 2.7. * Simplified backports for Python 3.6.0 and newer. Patch by Adam Turner (@AA-Turner). * Added in version 4.0.0 + Runtime support for PEP 673 and `typing_extensions.Self`. Patch by James Hilton-Balfe (@Gobot1234). + Runtime support for PEP 655 and `typing_extensions.Required` and `NotRequired`. Patch by David Foster (@davidfstr). * Removed in version 4.0.0 The following non-exported but non-private names have been removed as they are unneeded for supporting Python 3.6 and newer. + TypingMeta + OLD_GENERICS + SUBS_TREE + HAVE_ANNOTATED + HAVE_PROTOCOLS + V_co + VT_co - Switch build system from setuptools to pyproject.toml - Update BuildRequires from pyproject.toml - Update execution path for testsuite script- Update to 3.10.0.2: * Docs improvements * Fixes crash and _GenericAlias import * Support most use cases for PEP 612 with Generic- Update to 3.10.0.0 * Implement TypeGuard (PEP 649) * backport ParamSpecArgs/Kwargs * Fixed required/optional keys with old-style TypedDict * Bring in protocol’s __init__ behaviour same like in python > 3.8 * Support PEP 612 in typing_extensions (Python 3) * Add OrderedDict to typing_extensions- Test in separate multibuild flavor to break depcycles with full python stdlib- clean requirements specifications for python flavors- add transitional typing-extensions provides- Use python_module macro for BuildRequires when available.- update to version 3.7.4.3: * enables PEP 613 Typealias to typing_extensions * Fix tests for Python 3.9- update to version 3.7.4.2 * official support for Python 3.8 and 3.9- Fix build without python2 available- Update to version 3.7.4.1: + Fix isinstance() with generic protocol subclasses after subscripting + Fix tests for non-default interpreters + Use environment marker to specify typing dependency + Fix unions of protocols on Python 2- Update to version 3.7.4: - No changelog available. - Drop test-sys-executable.patch, merged upstream.- Rebase the patch to the current git state- Add support for Python <3.5, using upstream commit as test-sys-executable.patch to fix the tests, replacing custom sed. - Remove unnecessary buid dependency on pytest and pytest-xdist- Drop the old tarball- Replace test_modules.tar.gz with python-testsuite - Remove fix_tests.patch which is half fixing test_modules.tar.gz, and the other half is replaced with a less brittle sed. - Remove unnecessary build dependencies - Update to 3.7.2 * Pass *args and **kwargs to superclass in Generic.__new__ * Fix for issue #524 * Fix typing_extensions to support PEP 560 * Add annotations to NamedTuple children __new__ constructors * Add missing 'NoReturn' to __all__ in typing.py * Backport Generic.__new__ fix * Fix IO.closed to be property * Add Final to typing_extensions * Fix instance/subclass checks of functions against runtime protocols * Add Literal[...] types to typing_extensions- Initial effort to package typing_extensions-3.6.6h04-ch2b 1715148475 4.5.0-150400.3.9.14.5.0-150400.3.9.1typing_extensions.cpython-311.opt-1.pyctyping_extensions.cpython-311.pyctyping_extensions-4.5.0.dist-infoINSTALLERLICENSEMETADATARECORDREQUESTEDWHEELtyping_extensions.pypython311-typing_extensionsCHANGELOG.mdREADME.mdpython311-typing_extensionsLICENSE/usr/lib/python3.11/site-packages/__pycache__//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/typing_extensions-4.5.0.dist-info//usr/share/doc/packages//usr/share/doc/packages/python311-typing_extensions//usr/share/licenses//usr/share/licenses/python311-typing_extensions/-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/e4890481c0cabf49da78eec6f10a6e47-python-typing_extensions.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textUTF-8 Unicode textASCII text, with CRLF line terminatorsemptyPython script, ASCII text executableRRRŔl!&U:|blv`E3 |Œ{"F8,OYI6kqBĦd^(&Ku"f+L)HSQPQhy@o3yQeis\7Ќ|&P_El?qBIKa)4%6є)s5I#k0΢,Q6Hӻm9d*ҲaKqF=DfY? z^5EwDe0T).Bؑy)W^"ZƵNL r'K]T#bl)Zw̶-OzRcg#Ќ7dQs^ng*N1&be.VoA3AhHja5I0A^9a!<.)1/(+} u{nsT>*+sxQ"?TR |G)LSiHv?:NFۏoJ'E1o!ţf?ٕB+_KTw./:K=@#`R&^ !5A2 ֹJ`FFDa m<$umvȚipGϓʲ{MX^.q 77aoͅ4=>v{Uac߭NGuһCm-P68jFH} WeU!/z΍0SɲioZ PK򲌀91ܣA0jݽG`"+ߣvE=nOԗxЯեS|AlJ\\GuR)*cLf YZ