File python-ply.changes of Package python-ply
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Sun Apr 23 23:14:24 UTC 2023 - Matej Cepl <mcepl@suse.com>
3
4
- Move documentation into main package for SLE15
5
6
-------------------------------------------------------------------
7
Fri Apr 21 12:29:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
8
9
- add sle15_python_module_pythons (jsc#PED-68)
10
11
-------------------------------------------------------------------
12
Thu Apr 13 22:43:05 UTC 2023 - Matej Cepl <mcepl@suse.com>
13
14
- Make calling of %{sle15modernpython} optional.
15
16
-------------------------------------------------------------------
17
Mon Sep 10 17:03:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
18
19
- Trim bias from description. Use 'find +'.
20
21
-------------------------------------------------------------------
22
Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com
23
24
- Install some license
25
- Remove devel dependency
26
27
-------------------------------------------------------------------
28
Thu May 31 15:39:30 UTC 2018 - toddrme2178@gmail.com
29
30
- Update to 3.11
31
* Fixed some minor bugs related to re flags and token order.
32
* Added a set_lexpos() method to grammar symbols. Github issue #148.
33
* Mostly minor bug fixes and small code cleanups.
34
35
-------------------------------------------------------------------
36
Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com
37
38
- Fix wrong-script-interpreter rpmlint error.
39
40
-------------------------------------------------------------------
41
Thu Mar 16 19:28:47 UTC 2017 - rjschwei@suse.com
42
43
- Switch to single-spec build
44
- Update to 3.10
45
* Changed grammar signature computation to not involve hashing
46
functions. Parts are just combined into a big string.
47
48
-------------------------------------------------------------------
49
Fri Sep 2 13:55:35 UTC 2016 - tbechtold@suse.com
50
51
- update to 3.9:
52
* Exposed the parser state number as the parser.state attribute
53
in productions and error functions.
54
* Fixed Issue #88. Python3 compatibility with ply/cpp.
55
* Fixed Issue #93. Ply can crash if SyntaxError is raised inside
56
a production. Not actually sure if the original implementation
57
worked as documented at all. Yacc has been modified to follow
58
the spec as outlined in the CHANGES noted for 11/27/07 below.
59
* Fixed Issue #97. Failure with code validation when the original
60
source files aren't present. Validation step now ignores
61
the missing file.
62
* Minor fixes to version numbers.
63
64
-------------------------------------------------------------------
65
Wed Oct 7 06:24:38 UTC 2015 - hpj@urpla.net
66
67
- update to version 3.8:
68
* Fixed issues related to Python 3.5. Patch contributed by Barry Warsaw.
69
70
- update to version 3.7
71
* Fixed problems when reading table files from pickled data.
72
* Fixed regression in handling of table modules if specified as module
73
objects. See https://github.com/dabeaz/ply/issues/63
74
75
- clean up spec
76
- add testing rig
77
78
-------------------------------------------------------------------
79
Mon May 11 12:39:33 UTC 2015 - benoit.monin@gmx.fr
80
81
- update to version 3.6:
82
* If PLY is unable to create the 'parser.out' or 'parsetab.py'
83
files due to permission issues, it now just issues a warning
84
message and continues to operate
85
* Fixed some issues related to use of packages and table file
86
modules
87
- additional changes from version 3.5:
88
* Added support for defaulted_states in the parser
89
* Fixed debug logging in the parser
90
* Added actions to be defined to character literals (Issue #32)
91
* Import of the 'parsetab.py' file is now constrained to only
92
consider the directory specified by the outputdir argument to
93
yacc()
94
* Changed default output directory to be the same as that in
95
which the yacc grammar is defined
96
* Changed the parsetab.py file signature slightly so that the
97
parsetab won't regenerate if created on a different major
98
version of Python
99
* Fixed Issue #44 call_errorfunc() should return the result of
100
errorfunc()
101
* Support for versions of Python <2.7 is officially dropped
102
* Fixed bug related to calling yacc(start=...)
103
* Added skipped tests for PyPy and Java
104
* Added filter to make unit tests pass under 'python -3'
105
* Fixed CPP_INTEGER regex in ply/cpp.py (Issue 21)
106
* Fixed yacc validation bugs when from __future__ import
107
unicode_literals is being used
108
* Added support for Travis-CI
109
* Added a .gitignore file
110
* Fixed validation problems for source files that include a
111
different source code encoding specifier
112
* Fixed unit tests for yacc to eliminate random failures due to
113
dict hash value randomization in Python 3.3
114
* Fixed comment whitespace processing bugs in ply/cpp.py
115
* Fixed token names in ply/ctokens.py to match rule names
116
* Changes to functions available in panic mode error recover
117
* Fixed some problems with line and position tracking and the use
118
of error symbols
119
* Change to doc string handling in lex module
120
* Fixed issue #1: Fixed _tabversion. It should use __tabversion__
121
instead of __version__
122
* Fixed issue #8: Literals empty list causes IndexError
123
* Fixed issue #12: Typo in code snippet in documentation
124
* Fixed issue #10: Correctly escape t_XOREQUAL pattern.
125
- clean the test and example directories
126
- remove stray backup files in doc
127
- remove unneeded executable bit of testlex.py
128
- remove CFLAGS export: unneeded
129
- do not drop executable bit of everything in test since
130
it contains subdirectories
131
- remove useless clean section
132
- remove README from package: not provided anymore
133
134
-------------------------------------------------------------------
135
Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com
136
137
- Fix building on SLES
138
139
-------------------------------------------------------------------
140
Fri May 25 10:04:56 UTC 2012 - toddrme2178@gmail.com
141
142
- spec file cleanups
143
144
-------------------------------------------------------------------
145
Fri May 25 03:24:34 UTC 2012 - highwaystar.ru@gmail.com
146
147
- python3 package added
148
149
-------------------------------------------------------------------
150
Mon Feb 13 10:54:05 UTC 2012 - coolo@suse.com
151
152
- patch license to follow spdx.org standard
153
154
-------------------------------------------------------------------
155
Tue Mar 29 14:02:28 UTC 2011 - saschpe@suse.de
156
157
- Update to 3.4:
158
+ Minor patch to make cpp.py compatible with Python 3.
159
+ Fixed setup.py trove classifiers to properly list PLY as Python
160
3 compatible.
161
- License changed to BSD3c
162
- Packaged more doc files
163
- Moved important docs (README, ..) to base package
164
- Fixed build for non-SUSE distros
165
166
-------------------------------------------------------------------
167
Tue Sep 14 08:36:55 UTC 2010 - coolo@novell.com
168
169
- Update to 3.3:
170
+ PLY-3.3 is a minor bug fix release, it supports both Python 2
171
and Python 3.
172
- License changed to BSD
173
174
-------------------------------------------------------------------
175
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
176
177
- Use new python macros
178
179
-------------------------------------------------------------------
180
Mon Jul 28 13:22:46 CDT 2008 - maw@suse.de
181
182
- Update to version 2.5:
183
+ Various bug fixes
184
+ Some performance improvements
185
+ For a blow-by-blow account of changes, see the file CHANGES
186
in the package python-ply-doc.
187
188
-------------------------------------------------------------------
189
Tue Mar 18 00:40:23 CET 2008 - maw@suse.de
190
191
- Import into autobuild
192
- Add a -doc subpackage
193
- Add python-ply-shebangs.patch
194
195
-------------------------------------------------------------------
196
Tue Oct 23 16:52:11 CDT 2007 - maw@suse.de
197
198
- Don't build as noarch.
199
200
-------------------------------------------------------------------
201
Fri Apr 13 12:08:08 CDT 2007 - maw@suse.de
202
203
- Initial import into the build service
204
- Rename ply.spec to python-ply.spec as that is what the resultant
205
package is called.
206
207