python2-cachetools-2.0.1-lp151.3.3.1<>,*ȉ^/=„5O{f)DZ2J'k^A!? d ' W $ =Z}% % j% % H%  %  % % a%H%(89:5BF+G@%H%Ih%XYZ[\%]h%^bccdeflu%vw%x%y ,z     Cpython2-cachetools2.0.1lp151.3.3.1Extensible memoizing collections and decoratorsThis module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library `@lru_cache`_ function decorator.^lamb07|openSUSE Leap 15.1openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/tkem/cachetoolslinuxnoarch`o   Q BW 1H ##= AA큤A큤^^^^^^Y ^^Y^^WJn^^WJn^^Y^^WJn^^WJn^^WJn^^WJn^^^Y YY81f9a43169d06ba1037fb9e15e169c1ff3ea8f9dea02aaca1b36958bebc680029d973fec5308a831b966e05de4e0e637fbde15a055b42903642a492be2bb51ca01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b6a2d851fbf131b0a017028157e8a9bce4e48402b670ee91d4ace332ae54fbc3b928f10816ce208ccb08278abe3bf5ed2fd57bf2f0b79d5988f0f3d800542c1edfbcf936dbebd2241532a8449db1c997c2f6295eda95806471e4aea7d682bdb25fbcf936dbebd2241532a8449db1c997c2f6295eda95806471e4aea7d682bdb2555af3fab8efd803e9649d0bcc303857708c5992485a8d16916dab84c11d5960d111a260de2d6448af60f6be112247767112d070e202fb1345cb19c45c9f06e0d111a260de2d6448af60f6be112247767112d070e202fb1345cb19c45c9f06e0d19a4a4b6c05d62721468801241cf0a192c4ef7162c8ff0adc96832ba3eb014f3bfee6177230a999552ac39c527c299f67bdbb53a99bfd66bd0c70c1db2a2f3757d414af19d428971b86ea24908cf84e283b5739131004a43e8a44c0b19dcb36b840527ab89172c26653f82a8b9bc0fb3d0deb304aed71cdf6dec6b7f122409f574443bfa01b4cbfbdcaad3b16edd0664d98ce819221a29c00c8849c51edc25dd74443bfa01b4cbfbdcaad3b16edd0664d98ce819221a29c00c8849c51edc25dd7f8e7d8c367934fde57b1e2cf53ed629f04d9e57e643d76bf1ce1562827b85999b80ff1d9cbee665055728dd1ef9a4041e4cd6bca751b7b12aee8078571f2d1c9b80ff1d9cbee665055728dd1ef9a4041e4cd6bca751b7b12aee8078571f2d1c5bf2403614976513b3db51c7ebf988540f6c39a75eabc7f911b8d157030325b0972903ce063bee7f1df33880e5dff0eb6a1e292e9ef0a48673e95fe9832be502972903ce063bee7f1df33880e5dff0eb6a1e292e9ef0a48673e95fe9832be50278c6d14e8f1d797554a881de8776b4ed51395011cd2492516c39b8ed3d2fb547f8bd697aba18e744e6db5cb0b04f7440cc50f62f160656d491d238595698b8a3f8bd697aba18e744e6db5cb0b04f7440cc50f62f160656d491d238595698b8a38e6bb1477ff1b7d51fee71d95b100b514cf4908edd558cc7a40aa98f6e1438fe21409b46c671af649bcfb574655fac1bbf55bb4313c13a901880f96cf5c4867221409b46c671af649bcfb574655fac1bbf55bb4313c13a901880f96cf5c48672e33088c0cfc1df0fb1f6e3e37af0ee16b75a6b3ab73d20d6957b3028155374b3e207a2fd3693d62ef5171659077226eeb2ca8baba42b5832b76f05f71aba7ea4e207a2fd3693d62ef5171659077226eeb2ca8baba42b5832b76f05f71aba7ea417d2746256761c8386ff6bd3d044546b73b7ca9531df9b41bbe6a77503ad03f020f5ad468eac22a268d65781e740f4dcc8675b001c36c5c8a9ac6b04150c23c6db2dd88143d6a1ab1aa72e3e209418c0ba0288e2eae5658f38b02993686c8d61rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-cachetools-2.0.1-lp151.3.3.1.src.rpmpython-cachetoolspython2-cachetools@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1Y3Y0Wu@Ub@toddrme2178@gmail.comdmueller@suse.comtbechtold@suse.comdmueller@suse.com- Implement single-spec version - Update to version 2.0.1 * Officially support Python 3.6. * Move documentation to RTD. * Documentation: Update import paths for key functions (courtesy of slavkoja).- update to 2.0.0: - Drop Python 3.2 support (breaking change). - Drop support for deprecated features (breaking change). - Move key functions to separate package (breaking change). - Accept non-integer ``maxsize`` in ``Cache.__repr__()``.- update to 1.1.6: - Reimplement ``LRUCache`` and ``TTLCache`` using ``collections.OrderedDict``. Note that this will break pickle compatibility with previous versions. - Fix ``TTLCache`` not calling ``__missing__()`` of derived classes. - Handle ``ValueError`` in ``Cache.__missing__()`` for consistency with caching decorators. - Improve how ``TTLCache`` handles expired items. - Use ``Counter.most_common()`` for ``LFUCache.popitem()``. - Refactor ``Cache`` base class. Note that this will break pickle compatibility with previous versions. - Clean up ``LRUCache`` and ``TTLCache`` implementations. - Refactor ``LRUCache`` and ``TTLCache`` implementations. Note that this will break pickle compatibility with previous versions. - Document pending removal of deprecated features. - Minor documentation improvements. - Fix pickle tests. - Fix pickling of large ``LRUCache`` and ``TTLCache`` instances. - Improve key functions. - Improve documentation. - Improve unit test coverage. - Add ``@cached`` function decorator. - Add ``hashkey`` and ``typedkey`` fuctions. - Add `key` and `lock` arguments to ``@cachedmethod``. - Set ``__wrapped__`` attributes for Python versions < 3.2. - Move ``functools`` compatible decorators to ``cachetools.func``. - Deprecate ``@cachedmethod`` `typed` argument. - Deprecate `cache` attribute for ``@cachedmethod`` wrappers. - Deprecate `getsizeof` and `lock` arguments for `cachetools.func` decorator. - Use pypi.io as Source url- Initial package (1.0.3)python-cachetoolslamb07 1587917566  "#$%2.0.1-lp151.3.3.12.0.1-lp151.3.3.12.0.1-lp151.3.3.1cachetoolscachetools-2.0.1-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txt__init__.py__init__.pyc__init__.pyoabc.pyabc.pycabc.pyocache.pycache.pyccache.pyofunc.pyfunc.pycfunc.pyokeys.pykeys.pyckeys.pyolfu.pylfu.pyclfu.pyolru.pylru.pyclru.pyorr.pyrr.pycrr.pyottl.pyttl.pycttl.pyopython2-cachetoolsCHANGES.rstLICENSEREADME.rst/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/cachetools-2.0.1-py2.7.egg-info//usr/lib/python2.7/site-packages/cachetools//usr/share/doc/packages//usr/share/doc/packages/python2-cachetools/-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.opensuse.org/openSUSE:Maintenance:12457/openSUSE_Leap_15.1_Update/853b4d1f29bd2e31b8f9f5988a5bc210-python-cachetools.openSUSE_Leap_15.1_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiled RRRRRRRRRRRRRRRRRRRRRRRRRRRՐ 2Q˷(9rl{dn_ݭ,$M7+cdpҐԀ|%;<= OsS+I_sAP ]!!?V[R3.'6y] {Fx,l i*w0= 1. 0O!S *xa)f.fl|gp2,tF ?"b-@Z!ߟVBʈ$S\ʁ'UD:|"{}@ܩvѰQ-Bfr7_+"8θB z[nDHR$Lra'vo81[|lAHwe'$oI|;|T~a]A! 6B[J]$IjO}+=qk[j hE{_ I\7[yELeg vQ 奐.e4\Ic5<'S9uCzpkqZnA:={9ZXSފtcJS$lW+i b 3?4~J?.lXQUGX鑔a-ሼH`@uJ 6z?%0dW*GH!剓bnD$ h܀Bg55QertB\bNØub҆EAf |GbS@2" u[y -ZqFʊ4< []9tT=lX۰>j4jq D)bVSosy,_sI0oh(22b5'sG9 w 7Kߪ(u1L3c (&M}4\@MTm$)%ɤ~H=Ov>~@z[p>Nݎ_o ^ u Hz\d`$T6E9BYYC~Y!,ꩋU>O#Afq4i Vp 0X;!w߉6(3nț(L!.!QA=%qP1ÒEa~+Lb|k"*%a#Q-VEǰ=R#8ɎN :j 粪' ) O~̜6,nE1Y8ո/<0d&\^`@bcMGn|Pi$>y6fVs9H@'s8"6r#ca\27pRr 2.1Ҷ YZ