python3-ply-3.10-150000.3.5.1<>,-efp9|LwgQTVY5QnÒL8@ ˪f"2)Zv3X`;2RmC_L^ i+,gt,; yAd J^ ')b{Y]u: ,S-/Z. f޹rXt6d'>$?$d  248DHa P        0  * P    c( 8 9 : } FGHIdXY\]^ b!Qc!d"we"|f"l"u"v"w#tx#y$<z$$$$$Cpython3-ply3.10150000.3.5.1Python Lex & YaccPLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3.efh04-ch1d SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Pythonhttp://www.dabeaz.com/ply/linuxnoarchf??iiSSzz ijWA큤A큤A큤ededXyedededededededededededededXyXyXyXyXyefXyXyXy1e52e742f07ad2bdfc5cacfaf5a997c4c5b0059f1cffea82566b137cdc30d631ab8b3ce90c11b1845adb42fdb9e4b17e1fa13e28697ed0630cebd86b6fd24b6648ef79192921c1e87109e59581ec3c3b050a512f09640505b1ae5685d920818548ef79192921c1e87109e59581ec3c3b050a512f09640505b1ae5685d9208185ac8e56b72322625de3dc098616cfabb4d1e940370079bb56e8ccbd349547fc232aa2391445b237d3b2cb856c1729075a7438587fe2d83c3d34056ef7e949dd4d889a89d7b927f8480ce6790961d0f50c6803f991b2869210e97f348453694c1c889a89d7b927f8480ce6790961d0f50c6803f991b2869210e97f348453694c1cb25d97e2775a8a710d382e64af26e01475b40a218d8f164b2504a2bebc634df7431452af515f540963205dc88de7e427ee542e1b3b1cd2ceb7cddcf618e3c089d4101d3a1e1de1082ed25fd5edc03bbb3c056005dd56441e61b498f7f0b5834774496b9dffa71f3f32a7a39197722f2bdbb216bff17894e3b86b51c1fed6c7457d219a1edb61d71a6ca2aa4a5cff674d704d9838df3979bfb25a4b8da2491d7ec7f12d86ecb7d522113d0a7233ac8629fd1c3bc3cb7d69aad3273c3ddbe87284605c161d63c2500f7960252242d83ffee1e31e38145d24f00a399318b6efd13f30a92c9cde344de84f86055fc422618e3fc18cbf78ddaa6b78004a633f9b9746b2c89e920aaaec62f3089e091c58b9a4f8956930da99276448b6957897c95630d594b94497075e211266c3588bec4a7b237eb80d84ee39606cf1b4a30de62462d8960d798b6b3f3d49ccb48b3b77781ac4bccc953c8d8fc8fc2475548f605ab09168ea17e9a5401d7a4e19fc4ef397e4e738c809c08ea728f97a9ec7ac4bf0ebeb5e417c2021a7d3509eeec12e3235a0788291ec8961ee5dbca20394ccd2870bbe64d67067f9c4f8bbbcb382380b792b28ace24e15d768e96361ebbbdc2a4f92rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-ply-3.10-150000.3.5.1.src.rpmpython3-ply@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1Ycl@X~@WiV @UPP!@Ot@Ot@O8@Mtoddrme2178@gmail.comrjschwei@suse.comtbechtold@suse.comhpj@urpla.netbenoit.monin@gmx.frtoddrme2178@gmail.comtoddrme2178@gmail.comhighwaystar.ru@gmail.comcoolo@suse.comsaschpe@suse.de- Fix wrong-script-interpreter rpmlint error.- Switch to single-spec build - Update to 3.10 * Changed grammar signature computation to not involve hashing functions. Parts are just combined into a big string.- update to 3.9: * Exposed the parser state number as the parser.state attribute in productions and error functions. * Fixed Issue #88. Python3 compatibility with ply/cpp. * Fixed Issue #93. Ply can crash if SyntaxError is raised inside a production. Not actually sure if the original implementation worked as documented at all. Yacc has been modified to follow the spec as outlined in the CHANGES noted for 11/27/07 below. * Fixed Issue #97. Failure with code validation when the original source files aren't present. Validation step now ignores the missing file. * Minor fixes to version numbers.- update to version 3.8: * Fixed issues related to Python 3.5. Patch contributed by Barry Warsaw. - update to version 3.7 * Fixed problems when reading table files from pickled data. * Fixed regression in handling of table modules if specified as module objects. See https://github.com/dabeaz/ply/issues/63 - clean up spec - add testing rig- update to version 3.6: * If PLY is unable to create the 'parser.out' or 'parsetab.py' files due to permission issues, it now just issues a warning message and continues to operate * Fixed some issues related to use of packages and table file modules - additional changes from version 3.5: * Added support for defaulted_states in the parser * Fixed debug logging in the parser * Added actions to be defined to character literals (Issue #32) * Import of the 'parsetab.py' file is now constrained to only consider the directory specified by the outputdir argument to yacc() * Changed default output directory to be the same as that in which the yacc grammar is defined * Changed the parsetab.py file signature slightly so that the parsetab won't regenerate if created on a different major version of Python * Fixed Issue #44 call_errorfunc() should return the result of errorfunc() * Support for versions of Python <2.7 is officially dropped * Fixed bug related to calling yacc(start=...) * Added skipped tests for PyPy and Java * Added filter to make unit tests pass under 'python -3' * Fixed CPP_INTEGER regex in ply/cpp.py (Issue 21) * Fixed yacc validation bugs when from __future__ import unicode_literals is being used * Added support for Travis-CI * Added a .gitignore file * Fixed validation problems for source files that include a different source code encoding specifier * Fixed unit tests for yacc to eliminate random failures due to dict hash value randomization in Python 3.3 * Fixed comment whitespace processing bugs in ply/cpp.py * Fixed token names in ply/ctokens.py to match rule names * Changes to functions available in panic mode error recover * Fixed some problems with line and position tracking and the use of error symbols * Change to doc string handling in lex module * Fixed issue #1: Fixed _tabversion. It should use __tabversion__ instead of __version__ * Fixed issue #8: Literals empty list causes IndexError * Fixed issue #12: Typo in code snippet in documentation * Fixed issue #10: Correctly escape t_XOREQUAL pattern. - clean the test and example directories - remove stray backup files in doc - remove unneeded executable bit of testlex.py - remove CFLAGS export: unneeded - do not drop executable bit of everything in test since it contains subdirectories - remove useless clean section - remove README from package: not provided anymore- Fix building on SLES- spec file cleanups- python3 package added- patch license to follow spdx.org standard- Update to 3.4: + Minor patch to make cpp.py compatible with Python 3. + Fixed setup.py trove classifiers to properly list PLY as Python 3 compatible. - License changed to BSD3c - Packaged more doc files - Moved important docs (README, ..) to base package - Fixed build for non-SUSE distrosh04-ch1d 1695728486 3.10-150000.3.5.1plyply-3.10-py3.6.egg-info__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccpp.cpython-36.opt-1.pyccpp.cpython-36.pycctokens.cpython-36.opt-1.pycctokens.cpython-36.pyclex.cpython-36.opt-1.pyclex.cpython-36.pycyacc.cpython-36.opt-1.pycyacc.cpython-36.pycygen.cpython-36.opt-1.pycygen.cpython-36.pyccpp.pyctokens.pylex.pyyacc.pyygen.pypython3-plyANNOUNCECHANGESTODO/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/ply//usr/lib/python3.6/site-packages/ply/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-ply/-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:30846/SUSE_SLE-15_Update/645fb9ea0a584421e5fbcfb64d47569c-python-ply.SUSE_SLE-15_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textpython 3.6 byte-compiledPython script, ASCII text executablePython script, ISO-8859 text executable RRRRRRRRRRRRRRRRRRHOJ\(ng9)utf-878801bd73eaa0d19e63781cff8c6a0fdc72d840f5c49686083cdb37c51802365? 7zXZ !t/]"k%a) `>JUeiIicc .\)l9kI_'HwcK%V;]GgA`:0cT5⼾ ]=xKjuC=Gb!f1o/ ȿy9Cu&K@j̗]F+Oc}2;JLI 0O+#仐,d!D2s}5lm5ktaJ3CgЗIP C=R.W*ZGUzuOPV7ձdlpLbx d ob5X3533b{CBg7ۑJ>ATo[[L d'A^ǖݱo!b7tUvtajgf[oO{s:MIJE%g}lG #{ eHTom6LSNL_>ګDaQx B{& jØGc?Ų1Tl +ȶ YZ