23 Commits

Author SHA256 Message Date
Tomáš Chvátal
fe2de9aca6 - Install some license
- Remove devel dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=36
2018-08-29 09:13:55 +00:00
Tomáš Chvátal
d0084ed86d Accepting request 613322 from home:TheBlackCat:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/613322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=34
2018-05-31 16:01:59 +00:00
Todd R
bfab450618 Accepting request 509280 from home:TheBlackCat:branches:devel:languages:python
Fix wrong-script-interpreter rpmlint error.

OBS-URL: https://build.opensuse.org/request/show/509280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=32
2017-07-10 20:06:15 +00:00
Thomas Bechtold
a04ecef9b7 Accepting request 480740 from home:rjschwei:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/480740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=30
2017-03-17 06:30:24 +00:00
391bb140da Accepting request 424467 from home:tbechtold:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/424467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=28
2016-09-02 14:03:01 +00:00
2fabc4f1a3 Accepting request 336885 from home:frispete:python
- 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

OBS-URL: https://build.opensuse.org/request/show/336885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=26
2015-10-07 08:00:31 +00:00
Denisart Benjamin
5ddb8cb6ee Accepting request 306351 from home:benoit_monin:branches:devel:languages:python
- update to version 3.6
- 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

OBS-URL: https://build.opensuse.org/request/show/306351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=24
2015-05-16 12:51:27 +00:00
Sascha Peilicke
bfca13fb0f Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=22
2013-06-17 12:52:37 +00:00
Todd R
89751b789e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=20 2013-01-02 22:57:45 +00:00
Todd R
e872cf01b0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=19 2013-01-02 21:57:31 +00:00
Todd R
1919cfb7f7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=18 2013-01-02 21:56:05 +00:00
Todd R
8696d935a8 Accepting request 142767 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142748 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=16
2012-11-25 11:10:45 +00:00
Sascha Peilicke
1dbb967f35 Accepting request 124312 from home:openttdcoop
build for CentOS

OBS-URL: https://build.opensuse.org/request/show/124312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=15
2012-06-11 07:44:47 +00:00
Todd R
feae478bfe Accepting request 122332 from devel:languages:python3
- Fix building on openSUSE 11.4
- spec file cleanups (forwarded request 122330 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/122332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=13
2012-05-25 10:05:58 +00:00
Todd R
265761ba9d Accepting request 122221 from home:HighwayStar:branches:devel:languages:python
python3 added

OBS-URL: https://build.opensuse.org/request/show/122221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=12
2012-05-25 07:01:16 +00:00
Sascha Peilicke
9bcb45996b Accepting request 104493 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=10
2012-02-14 08:33:53 +00:00
Sascha Peilicke
adb8876048 Accepting request 95312 from home:openttdcoop
also fedora and mandriva support noarch

OBS-URL: https://build.opensuse.org/request/show/95312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=9
2011-12-06 09:37:26 +00:00
Sascha Peilicke
7dcef5fd15 Accepting request 65492 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/65492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=7
2011-03-31 09:47:45 +00:00
OBS User autobuild
c31f9e86a1 Accepting request 48094 from devel:languages:python
Copy from devel:languages:python/python-ply based on submit request 48094 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=8
2010-09-14 12:11:25 +00:00
OBS User autobuild
1025a03b56 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=5 2010-03-18 15:24:36 +00:00
OBS User unknown
539f6a214c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=3 2009-08-10 16:28:14 +00:00
OBS User unknown
1b18733043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=2 2008-09-13 10:05:48 +00:00
OBS User unknown
6d622eacda OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=1 2008-03-28 03:58:27 +00:00