python311-zipp-3.15.0-150400.10.10.1<>,4fE]p9|u2֘  C f؜èbXGB3M *վRM-ѠH \(E 7<2SzxFt.2TcMf/^2]Z̟ ; d031,E%s#C3N޼(H#Z\y(@w:tOs{){%Drb_g 21A]Z-*:5/%_ԅ0)-"&6"cGg!>>"?"d ' W  (.8   (  `(TW(89: FSGhHIXY \8]^bcd e f l u 0v w x!@y!z!!!!"Cpython311-zipp3.15.0150400.10.10.1Pathlib-compatible object wrapper for zip filesA pathlib-compatible Zipfile object wrapper.fE]h01-ch2dSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttps://github.com/jaraco/zipplinuxnoarch\1[[``5KAA큤A큤A큤A큤fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]fE]cofE]coceebae7b8927a3227e5303cf5e0f1f7b34bb542ad7250ac03fbcde36ec2f1508db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf870702782324fb8a14df01462faad8b7629031222998feca0488232b9a7badf14a760c8bcf3abba3d9b1914a9d0f4b442c8e7a4faa44860d2cd86b57737f41a6ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855a6472d658cd44b8018567e9d27eef7ebb389662bc5d9ef1103d6ff6418e27f5fcb8ecd24d68087ba28cc2cbf935e72ba918f6f277d6ee742aa2040438f9387ed8b19846aaa1ce3ae2138a9d807d4db2dc2d5ef73840e88a58da0ef42447d9e4eaab7fd2a498911dbfe48c320b2c9843f4db0c208051e2c9d2f16fd321535be23aab7fd2a498911dbfe48c320b2c9843f4db0c208051e2c9d2f16fd321535be23ef2756a9cca44523372ba92420587136bbc7fef2bdc988e0eeac5a4f787a2f22ef2756a9cca44523372ba92420587136bbc7fef2bdc988e0eeac5a4f787a2f221d01b821ff9e239bf8453f3651a824ecfb8bb1b9c9ec72a08f4690286440a7c363005cb019be4315c8f3bed4b012e59f2e35b7fdaf9d1cd3449c0681d7b5876cdb3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-zipp-3.15.0-150400.10.10.1.src.rpmpython311-zipp@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.113.0.4-14.6.0-14.0.4-14.0-15.2-14.14.3f&@dBzd;@d:cc@b`@a6a6aj`@`F_G@_q@^ku^f/]g@]5@\@\P\ڭ\!\R@daniel.garcia@suse.comdmueller@suse.commcepl@suse.comdmueller@suse.comcode@bnavigator.dedmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comtchvatal@suse.compgajdos@suse.commcalabkova@suse.comtchvatal@suse.comtchvatal@suse.comranand@suse.comsvasudevan@suse.compgajdos@suse.comtchvatal@suse.com- Add patch CVE-2024-5569.patch from upstream gh#jaraco/zipp@fd604bd34f03 (bsc#1227547, CVE-2024-5569)- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- update to 3.15.0: * gh-102209: ``test_implied_dirs_performance`` now tests * measures the time complexity experimentally. * Minor cleanup in tests, including #93. * In tests, add a fallback when ``func_timeout`` isn't available. * gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo`` * to supply a ``ZipInfo`` for implied dirs. * gh-101144: Honor ``encoding`` as positional parameter * to ``Path.open()`` and ``Path.read_text()``. * #85: Added support for new methods on ``Path``: * ``match`` * ``glob`` and ``rglob`` * ``relative_to`` * ``is_symlink`` * Removed 'print' expression in test_pickle. * bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and later. * #81: ``Path`` objects are now pickleable if they've been * constructed from pickleable objects. Any restored objects * will re-construct the zip file with the original arguments.- Remove deprecated setup.py hack: move to PEP517 build - Fix requirements * Neither jaraco.itertools nor jaraco.tidelift are used outside testing or documentation building - Ignore that upstream requires Python 3.7 or later since version 3.7.0- update to 3.8.1: * enrolled in tidelift- update to 3.8.0: * Removed compatibility code.- update to 3.7.0: * Require Python 3.7 or later.- add python-rpm-macros buildrequires- update to 3.6.0: * Only ``Path`` is exposed in the public API. * Remove news file intended only for CPython.- update to 3.5.0: * Added ``.suffix``, ``.suffixes``, and ``.stem`` properties.- update to 3.4.1: * refresh packaging- update to 3.4.0: [#68] and bpo-42090: ``Path.joinpath`` now takes arbitrary positional arguments and no longer accepts ``add`` as a keyword argument. Updated project metadata including badges. bpo-42043: Add tests capturing subclassing requirements. [#9]: ``Path`` objects now expose a ``.filename`` attribute and rely on that to resolve ``.name`` and ``.parent`` when the ``Path`` object is at the root of the zipfile.- update to 3.2.0: * #57 and bpo-40564: Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle. * #56 and bpo-41035: ``Path._next`` now honors subclasses. * #55: ``Path.is_file()`` now returns False for non-existent names.- Drop not-removed py2 dependencies- version update to 3.1.0 * #47: ``.open`` now raises ``FileNotFoundError`` and ``IsADirectoryError`` when appropriate. * #44: ``zipp.Path.open()`` now supports a compatible signature as ``pathlib.Path.open()``, accepting text (default) or binary modes and soliciting keyword parameters passed through to ``io.TextIOWrapper`` (encoding, newline, etc). The stream is opened in text-mode by default now. ``open`` no longer accepts ``pwd`` as a positional argument and does not accept the ``force_zip64`` parameter at all. This change is a backward-incompatible change for that single function. * #43: Restored performance of implicit dir computation. * #36: Rebuild package with minimum Python version declared both in package metadata and in the python tag. * #32: For read-only zip files, complexity of ``.exists`` and ``joinpath`` is now constant time instead of ``O(n)``, preventing quadratic time in common use-cases and rendering large zip files unusable for Path. Big thanks to Benjy Weinberger for the bug report and contributed fix (#33).- update to 0.6.0 * When adding implicit dirs, ensure that ancestral directories are added and that duplicates are excluded. * The library now relies on more_itertools.- Update to 0.5.2: * #7: Parent of a directory now actually returns the parent.- Switch to mulitbuild to avoid build cycle- update to 0.5.1 * Declared package as backport.- Update to 0.5.0 * no changelog found * Added runtime dependencies python-unittest2 and python-contextlib2- version update to 0.4.0 * #4: Add support for zip files with implied directories.- Initial commit, needed by importlib-metadatah01-ch2d 1720534365 3.15.0-150400.10.10.1zippzipp-3.15.0.dist-infoINSTALLERLICENSEMETADATARECORDREQUESTEDWHEELtop_level.txt__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycpy310compat.cpython-311.opt-1.pycpy310compat.cpython-311.pycpy310compat.pypython311-zippREADME.rstpython311-zippLICENSE/usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/zipp-3.15.0.dist-info//usr/lib/python3.11/site-packages/zipp//usr/lib/python3.11/site-packages/zipp/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python311-zipp//usr/share/licenses//usr/share/licenses/python311-zipp/-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:34710/SUSE_SLE-15-SP4_Update/26c35bbd5db095eead4bd930d71a9fbe-python-zipp.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textASCII text, with CRLF line terminatorsemptyPython script, UTF-8 Unicode text executableRRRRRRʄ𵫗{7;xutf-88a7428d864f4ec4ce611a07cba333207e0d4f26e27efa2bc6b386493fe5fc4af? 7zXZ !t/(D]"k%4Pa N_xa7汍1Y|kwdHHedym&jLbQ-DU۬u?6=O1:mxB=c8UKuYRށ*g|&MYZz .iV=` L{%b|~te D\pޛdn 8o"1MfI3L df*6?9APSz#\ X y Ha剛6vV^rhH@=ìt2i98m@'/䔞ծ! yX)fWI %^Mμas}JbvjfD 4p?sBUVnT? n ި C^m"xU4T:߼sOeE!J/#WVzs!ͷzlҶAЕW&5o.) wZ (o2) U nWwPw; l󄷩1ERdD((U=o!Dk {?;x"Wwv񁆼9lh 4'zP\x&>s˖GHPR*e>P2޼_4>ѻ]̒f& <06X Sǒ.i3]7cH$O'XKىc9E,ݤ6צ5 k>$phksdPƦJfp0o @1yUZw E!у%luִyQ=+)HcQƼ~:])BQz$ꙐRg B~?\"}xf't} ;O13c&֪^y^;pdBjD[/t}hvlمmgIwccA۳Qb$2vr5hL]o4 pȲqZ&G,Şp,3XtݫMT*'4%]v6ֿBd,f77-@T9nk#+JXCW3d{MGg쁳M7}t(DSR_"L).ێE'=T,(=&J\2ژᭁ0.`D6OR˶ Gf,jBaW氶۠hn LwVP3k" ,#dE6)JrOt橔A9|ofb=2)Qђn=Vd+++=@wb۱,+ӵYF@`7r"EՉY 5RDˬr4k [OY Q!e4ج'$0