52 Commits

Author SHA256 Message Date
2b92edf672 Accepting request 1303577 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=23
2025-09-11 12:38:10 +00:00
7f9e5332e6 Accepting request 1303381 from home:mcalabkova:branches:devel:languages:python
- Update to 0.8.5
  * Add a fallback grammar for Python 3.14+

OBS-URL: https://build.opensuse.org/request/show/1303381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=50
2025-09-10 09:13:42 +00:00
f799b95156 Accepting request 1191178 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1191178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=22
2024-08-06 07:07:49 +00:00
ec353bf2b1 Accepting request 1191121 from home:glaubitz:branches:devel:languages:python
- Skip test_python_exception_matches on Python 3.13 as well

OBS-URL: https://build.opensuse.org/request/show/1191121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=48
2024-08-02 11:50:17 +00:00
9ee4a5e2b5 Accepting request 1190186 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1190186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=21
2024-07-30 09:53:46 +00:00
16cff916a2 Accepting request 1189018 from home:glaubitz:branches:devel:languages:python
- Update to 0.8.4
  * Add basic support for Python 3.13
- Drop patches for issues fixed upstream
  * cf5969d7a109798adbf9538d70e92138f077d700.patch

OBS-URL: https://build.opensuse.org/request/show/1189018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=46
2024-07-29 08:20:11 +00:00
3b35e6a4a9 Accepting request 1114884 from devel:languages:python
- Switch to pyproject macros.
- Also skip the recalcitrant test under Python 3.12.

OBS-URL: https://build.opensuse.org/request/show/1114884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=20
2023-10-04 20:30:28 +00:00
1c92159294 - Switch to pyproject macros.
- Also skip the recalcitrant test under Python 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=44
2023-10-03 02:36:51 +00:00
3a29de065f Accepting request 1081843 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=19
2023-04-22 19:59:49 +00:00
29d6003c1b Accepting request 1081511 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=42
2023-04-21 14:16:39 +00:00
446df578a6 Accepting request 1056710 from devel:languages:python
- add cf5969d7a109798adbf9538d70e92138f077d700.patch to fix
  unit tests with Python 3.11/3.12

OBS-URL: https://build.opensuse.org/request/show/1056710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=18
2023-01-07 16:17:40 +00:00
aec6e55e00 - add cf5969d7a109798adbf9538d70e92138f077d700.patch to fix
unit tests with Python 3.11/3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=40
2023-01-06 21:46:01 +00:00
98ae423308 Accepting request 940007 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=17
2021-12-13 19:41:43 +00:00
4c51f8ee74 Accepting request 939578 from home:bnavigator:branches:devel:languages:python
- update to 0.8.3:
  * Add basic support for Python 3.11 and 3.12
- Skip tests failing in Python 3.10 gh#davidhalter/parso#192

OBS-URL: https://build.opensuse.org/request/show/939578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=39
2021-12-11 23:45:24 +00:00
f4dc67521f Accepting request 897854 from devel:languages:python
- update to 0.8.2:
  - Various small bugfixes

OBS-URL: https://build.opensuse.org/request/show/897854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=16
2021-06-11 20:30:20 +00:00
ced965f5b7 - update to 0.8.2:
- Various small bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=37
2021-06-06 12:43:13 +00:00
38a3f3c9b6 Accepting request 878622 from devel:languages:python
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
  should be compatible with python-jedi now):
  - Dropped Support for Python 2.7, 3.4, 3.5
  - It's possible to use ``pathlib.Path`` objects now in the API
  - The stubs are gone, we are now using annotations
  - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
  - A lot of smaller refactorings

OBS-URL: https://build.opensuse.org/request/show/878622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=15
2021-04-15 14:56:37 +00:00
603ab48137 Doesn't support Python 2 any more.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=35
2020-12-25 20:21:36 +00:00
65535d2ff9 - update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
should be compatible with python-jedi now):
  - Dropped Support for Python 2.7, 3.4, 3.5
  - It's possible to use ``pathlib.Path`` objects now in the API
  - The stubs are gone, we are now using annotations
  - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
  - A lot of smaller refactorings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=34
2020-12-25 19:02:58 +00:00
00e1a24289 Accepting request 856988 from devel:languages:python
- update to 0.7.1:
  - Fixed a couple of smaller bugs (mostly syntax error detection in
  ``Grammar.iter_errors``)

- Revert back to the 0.7.0 version.

OBS-URL: https://build.opensuse.org/request/show/856988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=14
2020-12-23 13:18:56 +00:00
dafad1ddce - update to 0.7.1:
- Fixed a couple of smaller bugs (mostly syntax error detection in
  ``Grammar.iter_errors``)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=32
2020-12-19 13:18:06 +00:00
d096ff10ae - Revert back to the 0.7.0 version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=31
2020-09-03 20:25:47 +00:00
6659cb996f ok
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=30
2020-09-03 20:22:48 +00:00
8405914f28 - update to 0.8.0
* Dropped Support for Python 2.7, 3.4, 3.5
 * it’s possible to use pathlib.Path objects now in the API
 * The stubs are gone, we are now using annotations
 * namedexpr_test nodes are now a proper class called NamedExpr

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=29
2020-08-13 11:01:00 +00:00
ebfe4056bb Accepting request 793806 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/793806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=13
2020-04-15 17:53:35 +00:00
Tomáš Chvátal
b438f5e792 Accepting request 793803 from home:bnavigator:branches:devel:languages:python
- update to 0.7.0
  * Fix a lot of annoying bugs in the diff parser. The fuzzer did not find
    issues anymore even after running it for more than 24 hours (500k tests).
  * Small grammar change: suites can now contain newlines even after a newline.
    This should really not matter if you don't use error recovery. It allows for
    nicer error recovery.
- remove py_38.patch (merged upstream)
 
From upstream's Jedí news thread [1]:

==Released parso 0.7.0. This is not a Jedi upgrade.==

This should be backwards compatible with the last few Jedi versions, so please just upgrade. The upgrade helps a lot with some situations where after working with some code completions would stop. This was completely not reproducible (or it was very hard to reproduce), so people never really reported it.

I fixed a lot of annoying bugs in the diff parser. The fuzzer finally and for the first time did not find issues anymore even after running it for more than 24 hours (500k tests).

[1] https://github.com/davidhalter/jedi/issues/1063#issuecomment-613080481

OBS-URL: https://build.opensuse.org/request/show/793803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=27
2020-04-14 10:17:56 +00:00
3cfb6846b7 Accepting request 782049 from devel:languages:python
- update to 0.6.2
 * Add Grammar.refactor (might still be subject to change until 0.7.0) 
 * add py_38.patch - fix tests with py-3.8.2

OBS-URL: https://build.opensuse.org/request/show/782049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=12
2020-03-08 21:22:36 +00:00
80ef894a8b * add py_38.patch - fix tests with py-3.8.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=25
2020-03-06 09:24:08 +00:00
a6e5c2c102 - update to 0.6.2
* Add Grammar.refactor (might still be subject to change until 0.7.0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=24
2020-03-05 12:25:40 +00:00
3272b748e2 Accepting request 769905 from devel:languages:python
- update to 0.6.1
 * Add parso.normalizer.Issue.end_pos to make it possible to know
    where an issue ends
 * Dropped Python 2.6/Python 3.3 support
 * del_stmt names are now considered as a definition (for name.is_definition())

OBS-URL: https://build.opensuse.org/request/show/769905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=11
2020-02-06 12:19:20 +00:00
820d3828fa - update to 0.6.1
* Add parso.normalizer.Issue.end_pos to make it possible to know
    where an issue ends
 * Dropped Python 2.6/Python 3.3 support
 * del_stmt names are now considered as a definition (for name.is_definition())

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=22
2020-02-04 09:35:11 +00:00
1af562c498 Accepting request 759718 from devel:languages:python
- update to 0.5.2
 * Add include_setitem to get_definition/is_definition and get_defined_names
 * Fix named expression error listing
 * Fix some f-string tokenizer issues

OBS-URL: https://build.opensuse.org/request/show/759718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=10
2019-12-29 14:49:24 +00:00
83876c3bd1 - update to 0.5.2
* Add include_setitem to get_definition/is_definition and get_defined_names
 * Fix named expression error listing
 * Fix some f-string tokenizer issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=20
2019-12-27 17:15:49 +00:00
46caa4c317 Accepting request 715639 from devel:languages:python
- update to 0.5.1
 * Fix: Some unicode identifiers were not correctly tokenized
 * Fix: Line continuations in f-strings are now working

OBS-URL: https://build.opensuse.org/request/show/715639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=9
2019-07-21 09:28:55 +00:00
433e34ef63 - update to 0.5.1
* Fix: Some unicode identifiers were not correctly tokenized
 * Fix: Line continuations in f-strings are now working

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=18
2019-07-16 10:38:15 +00:00
14ab426bc3 Accepting request 713046 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/713046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=8
2019-07-08 12:59:34 +00:00
Tomáš Chvátal
a5d5203d20 Accepting request 713021 from home:mcalabkova:branches:devel:languages:python
- update to 0.5.0
  * comp_for is now called sync_comp_for for all Python versions to 
    be compatible with the Python 3.8 Grammar
  * Added .pyi stubs for a lot of the parso API
  * Small FileIO changes

OBS-URL: https://build.opensuse.org/request/show/713021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=16
2019-07-02 11:48:46 +00:00
5e57ea68a5 Accepting request 695674 from devel:languages:python
- update to 0.4.0
 * Python 3.8 support
 * FileIO support, it's now possible to use abstract file IO, support is alpha

OBS-URL: https://build.opensuse.org/request/show/695674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=7
2019-04-22 10:22:49 +00:00
f342571d9e - update to 0.4.0
* Python 3.8 support
 * FileIO support, it's now possible to use abstract file IO, support is alpha

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=14
2019-04-18 12:43:24 +00:00
477f61dcf2 Accepting request 674948 from devel:languages:python
- Update to 0.3.4:
  * Fix an f-string tokenizer error
  * Fix async errors in the diff parser
  * A fix in iter_errors
  * 20+ bugfixes in the diff parser and 3 in the tokenizer
  * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
  * Some bugfixes for f-string

- Drop bogus dependency on pytest-cache

OBS-URL: https://build.opensuse.org/request/show/674948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=6
2019-02-26 21:14:20 +00:00
Tomáš Chvátal
8bd5c7a6ea - Update to 0.3.4:
* Fix an f-string tokenizer error
  * Fix async errors in the diff parser
  * A fix in iter_errors
  * 20+ bugfixes in the diff parser and 3 in the tokenizer
  * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape.
  * Some bugfixes for f-string

- Drop bogus dependency on pytest-cache

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=12
2019-02-14 12:11:24 +00:00
15ebf80e4b Accepting request 659537 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=5
2018-12-24 10:40:50 +00:00
43c47d1604 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=10
2018-12-04 13:45:05 +00:00
416e737017 Accepting request 625057 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/625057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=4
2018-07-31 13:57:38 +00:00
Tomáš Chvátal
4a4f455dda - Drop dependency on tox, not really needed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=8
2018-07-17 13:15:56 +00:00
fd669dcecb Accepting request 622330 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=3
2018-07-13 08:22:18 +00:00
Tomáš Chvátal
3d9656e6ee Accepting request 622325 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/622325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=6
2018-07-12 17:18:04 +00:00
10427bc12d Accepting request 597314 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/597314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=2
2018-04-19 13:29:27 +00:00
Tomáš Chvátal
7a8803e149 Accepting request 597253 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/597253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=4
2018-04-17 06:36:07 +00:00
5439f54321 Accepting request 540491 from devel:languages:python
- update to version 0.1.1:
  * Fixed a few bugs in the caching layer
  * Added support for Python 3.7
- intial version 0.1.0

OBS-URL: https://build.opensuse.org/request/show/540491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=1
2017-11-15 15:56:09 +00:00