Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-ply-doc-3.11-6.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python-ply-doc Distribution: openSUSE:Factory:zSystems
Version: 3.11 Vendor: openSUSE
Release: 6.3 Build date: Wed Dec 13 07:30:27 2023
Group: Development/Languages/Python Build host: reproducible
Size: 264237 Source RPM: python-ply-3.11-6.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.dabeaz.com/ply/
Summary: Python Lex & Yacc
PLY 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 provides extensive error checking.
It is compatible with both Python 2 and Python 3.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Dec 13 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch fix-assert-methods.patch:
    * Support Python 3.12 by not using removed assertion methods.
  - Switch to autosetup and pyproject macros.
  - Stop using greedy globs in %files.
* Sun Apr 23 2023 Matej Cepl <mcepl@suse.com>
  - Move documentation into main package for SLE15
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Sep 10 2018 Jan Engelhardt <jengelh@inai.de>
  - Trim bias from description. Use 'find +'.
* Wed Aug 29 2018 tchvatal@suse.com
  - Install some license
  - Remove devel dependency
* Thu May 31 2018 toddrme2178@gmail.com
  - Update to 3.11
    * Fixed some minor bugs related to re flags and token order.
    * Added a set_lexpos() method to grammar symbols.  Github issue #148.
    * Mostly minor bug fixes and small code cleanups.
* Mon Jul 10 2017 toddrme2178@gmail.com
  - Fix wrong-script-interpreter rpmlint error.
* Thu Mar 16 2017 rjschwei@suse.com
  - 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.
* Fri Sep 02 2016 tbechtold@suse.com
  - 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.

Files

/usr/share/doc/packages/python-ply-doc
/usr/share/doc/packages/python-ply-doc/doc
/usr/share/doc/packages/python-ply-doc/doc/internal.html
/usr/share/doc/packages/python-ply-doc/doc/makedoc.py
/usr/share/doc/packages/python-ply-doc/doc/ply.html
/usr/share/doc/packages/python-ply-doc/example
/usr/share/doc/packages/python-ply-doc/example/BASIC
/usr/share/doc/packages/python-ply-doc/example/BASIC/README
/usr/share/doc/packages/python-ply-doc/example/BASIC/basic.py
/usr/share/doc/packages/python-ply-doc/example/BASIC/basiclex.py
/usr/share/doc/packages/python-ply-doc/example/BASIC/basiclog.py
/usr/share/doc/packages/python-ply-doc/example/BASIC/basinterp.py
/usr/share/doc/packages/python-ply-doc/example/BASIC/basparse.py
/usr/share/doc/packages/python-ply-doc/example/BASIC/dim.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/func.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/gcd.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/gosub.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/hello.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/linear.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/maxsin.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/powers.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/rand.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/sales.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/sears.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/sqrt1.bas
/usr/share/doc/packages/python-ply-doc/example/BASIC/sqrt2.bas
/usr/share/doc/packages/python-ply-doc/example/GardenSnake
/usr/share/doc/packages/python-ply-doc/example/GardenSnake/GardenSnake.py
/usr/share/doc/packages/python-ply-doc/example/GardenSnake/README
/usr/share/doc/packages/python-ply-doc/example/README
/usr/share/doc/packages/python-ply-doc/example/ansic
/usr/share/doc/packages/python-ply-doc/example/ansic/README
/usr/share/doc/packages/python-ply-doc/example/ansic/clex.py
/usr/share/doc/packages/python-ply-doc/example/ansic/cparse.py
/usr/share/doc/packages/python-ply-doc/example/calc
/usr/share/doc/packages/python-ply-doc/example/calc/calc.py
/usr/share/doc/packages/python-ply-doc/example/calcdebug
/usr/share/doc/packages/python-ply-doc/example/calcdebug/calc.py
/usr/share/doc/packages/python-ply-doc/example/calceof
/usr/share/doc/packages/python-ply-doc/example/calceof/calc.py
/usr/share/doc/packages/python-ply-doc/example/classcalc
/usr/share/doc/packages/python-ply-doc/example/classcalc/calc.py
/usr/share/doc/packages/python-ply-doc/example/cleanup.sh
/usr/share/doc/packages/python-ply-doc/example/closurecalc
/usr/share/doc/packages/python-ply-doc/example/closurecalc/calc.py
/usr/share/doc/packages/python-ply-doc/example/hedit
/usr/share/doc/packages/python-ply-doc/example/hedit/hedit.py
/usr/share/doc/packages/python-ply-doc/example/newclasscalc
/usr/share/doc/packages/python-ply-doc/example/newclasscalc/calc.py
/usr/share/doc/packages/python-ply-doc/example/optcalc
/usr/share/doc/packages/python-ply-doc/example/optcalc/README
/usr/share/doc/packages/python-ply-doc/example/optcalc/calc.py
/usr/share/doc/packages/python-ply-doc/example/unicalc
/usr/share/doc/packages/python-ply-doc/example/unicalc/calc.py
/usr/share/doc/packages/python-ply-doc/example/yply
/usr/share/doc/packages/python-ply-doc/example/yply/README
/usr/share/doc/packages/python-ply-doc/example/yply/ylex.py
/usr/share/doc/packages/python-ply-doc/example/yply/yparse.py
/usr/share/doc/packages/python-ply-doc/example/yply/yply.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024