File python-parso.changes of Package python-parso
174
1
-------------------------------------------------------------------
2
Fri Apr 21 12:29:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
3
4
- add sle15_python_module_pythons (jsc#PED-68)
5
6
-------------------------------------------------------------------
7
Thu Apr 13 22:42:54 UTC 2023 - Matej Cepl <mcepl@suse.com>
8
9
- Make calling of %{sle15modernpython} optional.
10
11
-------------------------------------------------------------------
12
Fri Jan 6 21:44:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
13
14
- add cf5969d7a109798adbf9538d70e92138f077d700.patch to fix
15
unit tests with Python 3.11/3.12
16
17
-------------------------------------------------------------------
18
Fri Dec 10 20:32:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
19
20
- update to 0.8.3:
21
* Add basic support for Python 3.11 and 3.12
22
- Skip tests failing in Python 3.10 gh#davidhalter/parso#192
23
24
-------------------------------------------------------------------
25
Sun Jun 6 12:41:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
26
27
- update to 0.8.2:
28
- Various small bugfixes
29
30
-------------------------------------------------------------------
31
Fri Dec 25 19:00:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
32
33
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
34
should be compatible with python-jedi now):
35
- Dropped Support for Python 2.7, 3.4, 3.5
36
- It's possible to use ``pathlib.Path`` objects now in the API
37
- The stubs are gone, we are now using annotations
38
- ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
39
- A lot of smaller refactorings
40
41
-------------------------------------------------------------------
42
Sat Dec 19 13:16:55 UTC 2020 - Dirk Müller <dmueller@suse.com>
43
44
- update to 0.7.1:
45
- Fixed a couple of smaller bugs (mostly syntax error detection in
46
``Grammar.iter_errors``)
47
48
-------------------------------------------------------------------
49
Thu Sep 3 20:25:27 UTC 2020 - Matej Cepl <mcepl@suse.com>
50
51
- Revert back to the 0.7.0 version.
52
53
-------------------------------------------------------------------
54
Tue Apr 14 10:03:43 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
55
56
- update to 0.7.0
57
* Fix a lot of annoying bugs in the diff parser. The fuzzer did not find
58
issues anymore even after running it for more than 24 hours (500k tests).
59
* Small grammar change: suites can now contain newlines even after a newline.
60
This should really not matter if you don't use error recovery. It allows for
61
nicer error recovery.
62
- remove py_38.patch (merged upstream)
63
64
65
-------------------------------------------------------------------
66
Thu Mar 5 12:25:09 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
67
68
- update to 0.6.2
69
* Add Grammar.refactor (might still be subject to change until 0.7.0)
70
* add py_38.patch - fix tests with py-3.8.2
71
72
-------------------------------------------------------------------
73
Tue Feb 4 09:32:19 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
74
75
- update to 0.6.1
76
* Add parso.normalizer.Issue.end_pos to make it possible to know
77
where an issue ends
78
* Dropped Python 2.6/Python 3.3 support
79
* del_stmt names are now considered as a definition (for name.is_definition())
80
81
-------------------------------------------------------------------
82
Fri Dec 27 17:14:25 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
83
84
- update to 0.5.2
85
* Add include_setitem to get_definition/is_definition and get_defined_names
86
* Fix named expression error listing
87
* Fix some f-string tokenizer issues
88
89
-------------------------------------------------------------------
90
Tue Jul 16 10:37:44 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
91
92
- update to 0.5.1
93
* Fix: Some unicode identifiers were not correctly tokenized
94
* Fix: Line continuations in f-strings are now working
95
96
-------------------------------------------------------------------
97
Tue Jul 2 09:42:44 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
98
99
- update to 0.5.0
100
* comp_for is now called sync_comp_for for all Python versions to
101
be compatible with the Python 3.8 Grammar
102
* Added .pyi stubs for a lot of the parso API
103
* Small FileIO changes
104
105
-------------------------------------------------------------------
106
Thu Apr 18 12:40:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
107
108
- update to 0.4.0
109
* Python 3.8 support
110
* FileIO support, it's now possible to use abstract file IO, support is alpha
111
112
-------------------------------------------------------------------
113
Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
114
115
- Update to 0.3.4:
116
* Fix an f-string tokenizer error
117
* Fix async errors in the diff parser
118
* A fix in iter_errors
119
* 20+ bugfixes in the diff parser and 3 in the tokenizer
120
* A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
121
* Some bugfixes for f-string
122
123
-------------------------------------------------------------------
124
Thu Feb 14 12:09:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
125
126
- Drop bogus dependency on pytest-cache
127
128
-------------------------------------------------------------------
129
Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
130
131
- Remove superfluous devel dependency for noarch package
132
133
-------------------------------------------------------------------
134
Tue Jul 17 13:15:39 UTC 2018 - tchvatal@suse.com
135
136
- Drop dependency on tox, not really needed
137
138
-------------------------------------------------------------------
139
Thu Jul 12 15:55:46 UTC 2018 - arun@gmx.de
140
141
- specfile:
142
* make sure tests are run
143
144
- update to version 0.3.1:
145
* Bugfixes in the diff parser and keyword-only arguments
146
147
-------------------------------------------------------------------
148
Mon Jul 2 01:14:00 UTC 2018 - arun@gmx.de
149
150
- update to version 0.3.0:
151
* Rewrote the pgen2 parser generator.
152
153
-------------------------------------------------------------------
154
Tue Apr 17 01:53:46 UTC 2018 - arun@gmx.de
155
156
- specfile:
157
* update copyright year
158
159
- update to version 0.2.0:
160
* f-strings are now parsed as a part of the normal Python
161
grammar. This makes it way easier to deal with them.
162
163
-------------------------------------------------------------------
164
Thu Nov 9 06:12:31 UTC 2017 - arun@gmx.de
165
166
- update to version 0.1.1:
167
* Fixed a few bugs in the caching layer
168
* Added support for Python 3.7
169
170
-------------------------------------------------------------------
171
Tue Sep 26 05:37:33 UTC 2017 - arun@gmx.de
172
173
- intial version 0.1.0
174