python3-toml-0.10.2-150300.3.4.1<>,(hf)5p9|A  $T4 Ɩ]I翭!6 ?"8MbH8SP޶q$!=NJ^CgRr;:[2STP7 -T !b(J0|2.};b1I39-٣N F2Ax#g39&+|r֢)kf.gN%U\)&R ggґxĺV`mapX+Y-)^Cz$>>?d # Mhlx| t   L     0  > h    g( 8 9 : FGHI|XY\]^ b-cd\eafdlfuxvw8xyzL\`fCpython3-toml0.10.2150300.3.4.1Python module which parses and emits TOMLPython toml allows to parse and create toml configuration files. See below the toml specification link. Usage toml.loads --- takes a string to be parsed as toml and returns the corresponding dictionary toml.dumps --- takes a dictionary and returns a string which is the contents of the corresponding toml file. There are other functions which can be used to dump and load various fragments of toml but dumps and loads will cover most usage. Current Version of TOML Specification https://github.com/mojombo/toml/blob/v0.4.0/README.mdf)5h04-ch1a4SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://github.com/uiri/tomllinuxnoarch"\'\'$$&b+AAA큤A큤A큤A큤f)5f)5f)5f)5f)5f)5f)5_>f)5f)5f)5f)5f)5f)5f)5f)5f)5f)5f)5__Z _f)5_f)5_07ffefa5614ec9021d862575bf7cb384e671af4ba7c6816ceae7954f79ed8d341c9da7ec7049775d20ee54939386cfdbcf36eaa16a0800e0752adf0c1f48177801ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bd813bc651367bc95a05f2890bfae8b05bfeff3ba81cdca14b4405e7c0ef93ae902ede4a82c0a0f47236dfe322463a9505c29b18d161ec0b56511af5a020a9a97a909dd9db9439da65a09a5856476dc478fb26bd1d7a38fdf138b34aaa16c76bab6351a58b5a43f7dff07aa63e68fc5ee5036c8cf367b98d470571d891ddf11c8c78a73dcf86e1a281a5da94e074b71163c19369bb01467a143b3e94c8f814eac52b4a95db77507aeeedeb143062ad1ac5ff8f459b22546c23ff583f05cb2b1c5f0f780c5f7cd5eb368cf7b5aa6a1ba67f922f12bf9b9ae18bbe34c3b83d64ee0fbb606663d6dc1cd36e492111ef844a45b307b2d34140ee805a890e38580ae2ab7c50a2635be9b920f575ef9cba16a1ce9174d075d255343abb5e0c9c4b134e1bc22d32862cf185189ff0c64dfa7708aca116fbf9112216d4cfcdfd1449ea340b9aae6ed61b76884f9dc568895986bf5500abb59082afcae017b086a04527e7187b8ed0fdfa42f10ebf90b42077e19eb5d90866f4556a119a687a92485f188f88521932dffb65810d9fdd768087585cba37ae3b5f2312875a37acdda8e1d10585e305cf1acafbe5b0bc9dfea0c0e2d3160cd98c1514b80e9c2db8349606aef3a9b3d37959995d1b99cf65b1844850eba3ec3b2ee4fb70abe52d195ab915d559efb9be0f30920fdab67562d939c4bde7b121513b4ff171055afffb65957ced680d8f40781a8b14ba263f6506cefb3d4baa2d558e3b2f4a19e88ef09bf755ffaa62d9294823df6c89357c8be4927fce79361d6561e5ee7532d5926e63939aaa536rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-toml-0.10.2-150300.3.4.1.src.rpmpython3-toml@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3_^@_L@^(@^j$@\q5\l@ZZ2gY@Y{'@Y7W$W/*@Uomliska@suse.cztchvatal@suse.commimi.vx@gmail.comtchvatal@suse.comjayvdb@gmail.commcepl@suse.combruno@ioda-net.chbruno@ioda-net.chdmueller@suse.combruno@ioda-net.chbruno@ioda-net.charun@gmx.dearun@gmx.debruno@ioda-net.ch- Update to 0.10.2: Fix a ValueError: Circular reference detected for empty {}- Switch to multibuild to not cycle with numpy- update to 0.10.1 * update testdata- Use pytest macro directly- Activate test suite - Update to v0.10.0 * Changes see https://github.com/uiri/toml/compare/0.9.4...0.10.0 * Includes tests not previously included in source tarball- Remove superfluous devel dependency for noarch package- Update to version 0.9.4 + Changes see https://github.com/uiri/toml/compare/0.9.3...0.9.4 + Contain again test which are run - Packaging + spec-cleaner minimal (date, license) + Resurection to be included in d:l:p and Factory to be used by Cloud people and others- Update to version 0.9.3.1 (no real changelog) Changes see https://github.com/uiri/toml/compare/0.9.2...0.9.3 - Packaging hardcode version in setup (tarball has only 0.9.3) + Add comment about test. None are executed, upstream has removed them from tarball (Work in progress)- remove python-coverage runtime requires- Fix define line for build on Leap- Move to singlespec packaging - Update copyright year - Add fdupes- specfile: * update copyright year - update to version 0.9.2: * Use xrange (_range) in Python 2. * Prefix internal object/function names with an underscore. * Fix candidate groups handling. * Fix digit matching. * Fix usage of isdigit. * Optimize use of regexps (precompile, single-regexp substitution) * Fix code style. * Peephole optimizations. * Merge #51: Do not raise base Exception. * Remove dead code. * Fix inadvertently broken long integer test * s.decode should assign its result to s. * Remove unnecessary indent level/else branches * Fix #43 by adding Z timezone. tzinfos don't do DST * Fix UTC offsets specified as hours and minutes * update test command * add travis testing * Update copyright notice. Update toml-test repo in README * Close #42 and simplify. Manual testing shows this works. * Support } whithin string in inline objects within arrays * Remove test toml files * Clean load_inline_objects * fix for array in inlinetable * Handle commas inside strings within inline objects * Fix multiline-string and raw-multiline-string tests * Fix key-equals-nospace test * Add support for inline objects inside arrays * Add support for inline objects- specfile: * changed to https for source url * updated source url to files.pythonhosted.org- Initial packaging on obs for python3 changes are stored in README.rsth04-ch1a 1722493237 0.10.2-150300.3.4.1site-packagestomltoml-0.10.2-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdecoder.cpython-36.opt-1.pycdecoder.cpython-36.pycencoder.cpython-36.opt-1.pycencoder.cpython-36.pycordered.cpython-36.opt-1.pycordered.cpython-36.pyctz.cpython-36.opt-1.pyctz.cpython-36.pycdecoder.pyencoder.pyordered.pytz.pypython3-tomlREADME.rstpython3-tomlLICENSE/usr/lib/python3.6//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/toml-0.10.2-py3.6.egg-info//usr/lib/python3.6/site-packages/toml//usr/lib/python3.6/site-packages/toml/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-toml//usr/share/licenses//usr/share/licenses/python3-toml/-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:34934/SUSE_SLE-15-SP3_Update/7fb1ec035ab009c825ce62587f728ac4-python-toml.SUSE_SLE-15-SP3_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiled RRRRRRRRRRRRRRR"- >TiOCutf-8ade152a7d95a63823a27adc7c5e1f4bc8a9c391e73656ba976d6881af295c1d0? 7zXZ !t/d]"k%pa :K[V,^tsXE\ojblagonzD" ,%lYFG30V4^9 j,.Ꭵwr)1o_4)^ryȘMQ#wVHNh[q][⿮MZ*A1Y~7(jXN/yf(-dM[Pٚ A64zkϑiUx3ibY=v8я(W#{u֟Mgkhmyu$8Q7Bu"m37&׿6a^kvf9Y1_e/ViJ[ZHKL{[[}  t5o:WOg^QWAvaUEmMur@cg(Zus%L&Cͺ4k8jF3s>Bօ(5tyb6яvȎ1?S QlaLޣWJ:[EQb%^bco[ƙ#663 ғCu3k͓FSX> svW&k$cw_TRGa.4'3MgTk6{1Y^u=M>=+ŚTsO8itE4'V^>l @Zpw QsB+ʕuf*==BΣP{w|u̧`@O{8BJu>~ ywE(Xf=+.$-u|^n˛GUnm){wJh'm=_3ykʢmbRlJޔ.<%oOby.4zvٽͲtd֬&櫠'f[v/eZb8| }y̮s.XYENR,iFiG/mNAh & YZ